mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
13 lines
366 B
Lua
13 lines
366 B
Lua
-- pokered/scripts/SSAnne1FRooms.asm: SSAnne1FRoomsWigglytuffText
|
|
-- text_far _SSAnne1FRoomsWigglytuffText; then ld a, WIGGLYTUFF / call PlayCry (cosmetic cry sound, not ported)
|
|
return {
|
|
SS_ANNE_1F_ROOMS = {
|
|
talk = {
|
|
TEXT_SSANNE1FROOMS_WIGGLYTUFF = {
|
|
{"face_player"},
|
|
{"show_text", "_SSAnne1FRoomsWigglytuffText"},
|
|
},
|
|
},
|
|
},
|
|
}
|