diff options
Diffstat (limited to 'maps/FuchsiaPokeCenter1F.asm')
-rw-r--r-- | maps/FuchsiaPokeCenter1F.asm | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/maps/FuchsiaPokeCenter1F.asm b/maps/FuchsiaPokeCenter1F.asm new file mode 100644 index 000000000..046e348eb --- /dev/null +++ b/maps/FuchsiaPokeCenter1F.asm @@ -0,0 +1,115 @@ +FuchsiaPokeCenter1F_MapScriptHeader: ; 0x196452 + ; trigger count + db 1 + + ; triggers + dw UnknownScript_0x196458, $0000 + + ; callback count + db 0 +; 0x196458 + +UnknownScript_0x196458: ; 0x196458 + end +; 0x196459 + +UnknownScript_0x196459: ; 0x196459 + jumpstd $0000 +; 0x19645c + +UnknownScript_0x19645c: ; 0x19645c + jumptextfaceplayer UnknownText_0x196494 +; 0x19645f + +UnknownScript_0x19645f: ; 0x19645f + jumptextfaceplayer UnknownText_0x1964dc +; 0x196462 + +UnknownScript_0x196462: ; 0x196462 + faceplayer + loadfont + 2writetext UnknownText_0x19652e + closetext + loadmovesprites + applymovement $5, MovementData_0x196486 + faceplayer + variablesprite $c, $a + special $005e + loadfont + 2writetext UnknownText_0x19654e + closetext + loadmovesprites + applymovement $5, MovementData_0x196486 + faceplayer + variablesprite $c, $28 + special $005e + end +; 0x196486 + +MovementData_0x196486: ; 0x196486 + turn_head_down + turn_head_left + turn_head_up + turn_head_right + turn_head_down + turn_head_left + turn_head_up + turn_head_right + turn_head_down + turn_head_left + turn_head_up + turn_head_right + turn_head_down + step_end +; 0x196494 + +UnknownText_0x196494: ; 0x196494 + db $0, "Hey! You have a", $4f + db "brand new kind of", $55 + db "#DEX.", $51 + db "Did PROF.OAK give", $4f + db "that to you?", $57 +; 0x1964dc + +UnknownText_0x1964dc: ; 0x1964dc + db $0, "I got quite a", $4f + db "shock at the GYM.", $51 + db "There were all", $4f + db "these girls who", $55 + db "looked identical.", $57 +; 0x19652e + +UnknownText_0x19652e: ; 0x19652e + db $0, "I'm JANINE! Hocus-", $4f + db "pocus… Poof!", $57 +; 0x19654e + +UnknownText_0x19654e: ; 0x19654e + db $0, "See? I look just", $4f + db "like her now!", $57 +; 0x19656e + +FuchsiaPokeCenter1F_MapEventHeader: ; 0x19656e + ; filler + db 0, 0 + + ; warps + db 3 + warp_def $7, $3, 5, GROUP_FUCHSIA_CITY, MAP_FUCHSIA_CITY + warp_def $7, $4, 5, GROUP_FUCHSIA_CITY, MAP_FUCHSIA_CITY + warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F + + ; xy triggers + db 0 + + ; signposts + db 0 + + ; people-events + db 4 + person_event $37, 5, 7, $6, $0, 255, 255, $a0, 0, UnknownScript_0x196459, $ffff + person_event $23, 8, 12, $5, $1, 255, 255, $0, 0, UnknownScript_0x19645c, $ffff + person_event $24, 8, 5, $5, $1, 255, 255, $0, 0, UnknownScript_0x19645f, $ffff + person_event $fc, 7, 9, $6, $0, 255, 255, $90, 0, UnknownScript_0x196462, $ffff +; 0x1965b7 + |