summaryrefslogtreecommitdiff
path: root/maps/FuchsiaPokeCenter1F.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/FuchsiaPokeCenter1F.asm')
-rw-r--r--maps/FuchsiaPokeCenter1F.asm36
1 files changed, 12 insertions, 24 deletions
diff --git a/maps/FuchsiaPokeCenter1F.asm b/maps/FuchsiaPokeCenter1F.asm
index 71f037610..67b433670 100644
--- a/maps/FuchsiaPokeCenter1F.asm
+++ b/maps/FuchsiaPokeCenter1F.asm
@@ -1,4 +1,4 @@
-FuchsiaPokeCenter1F_MapScriptHeader: ; 0x196452
+FuchsiaPokeCenter1F_MapScriptHeader:
; trigger count
db 1
@@ -7,25 +7,20 @@ FuchsiaPokeCenter1F_MapScriptHeader: ; 0x196452
; callback count
db 0
-; 0x196458
-UnknownScript_0x196458: ; 0x196458
+UnknownScript_0x196458:
end
-; 0x196459
-NurseScript_0x196459: ; 0x196459
+NurseScript_0x196459:
jumpstd pokecenternurse
-; 0x19645c
-CooltrainerMScript_0x19645c: ; 0x19645c
+CooltrainerMScript_0x19645c:
jumptextfaceplayer UnknownText_0x196494
-; 0x19645f
-CooltrainerFScript_0x19645f: ; 0x19645f
+CooltrainerFScript_0x19645f:
jumptextfaceplayer UnknownText_0x1964dc
-; 0x196462
-JanineImpersonatorScript_0x196462: ; 0x196462
+JanineImpersonatorScript_0x196462:
faceplayer
loadfont
writetext UnknownText_0x19652e
@@ -44,9 +39,8 @@ JanineImpersonatorScript_0x196462: ; 0x196462
variablesprite $c, $28
special Function14209
end
-; 0x196486
-MovementData_0x196486: ; 0x196486
+MovementData_0x196486:
turn_head_down
turn_head_left
turn_head_up
@@ -61,9 +55,8 @@ MovementData_0x196486: ; 0x196486
turn_head_right
turn_head_down
step_end
-; 0x196494
-UnknownText_0x196494: ; 0x196494
+UnknownText_0x196494:
text "Hey! You have a"
line "brand new kind of"
cont "#DEX."
@@ -71,9 +64,8 @@ UnknownText_0x196494: ; 0x196494
para "Did PROF.OAK give"
line "that to you?"
done
-; 0x1964dc
-UnknownText_0x1964dc: ; 0x1964dc
+UnknownText_0x1964dc:
text "I got quite a"
line "shock at the GYM."
@@ -81,21 +73,18 @@ UnknownText_0x1964dc: ; 0x1964dc
line "these girls who"
cont "looked identical."
done
-; 0x19652e
-UnknownText_0x19652e: ; 0x19652e
+UnknownText_0x19652e:
text "I'm JANINE! Hocus-"
line "pocus… Poof!"
done
-; 0x19654e
-UnknownText_0x19654e: ; 0x19654e
+UnknownText_0x19654e:
text "See? I look just"
line "like her now!"
done
-; 0x19656e
-FuchsiaPokeCenter1F_MapEventHeader: ; 0x19656e
+FuchsiaPokeCenter1F_MapEventHeader:
; filler
db 0, 0
@@ -117,4 +106,3 @@ FuchsiaPokeCenter1F_MapEventHeader: ; 0x19656e
person_event SPRITE_COOLTRAINER_M, 8, 12, $5, $1, 255, 255, $0, 0, CooltrainerMScript_0x19645c, $ffff
person_event SPRITE_COOLTRAINER_F, 8, 5, $5, $1, 255, 255, $0, 0, CooltrainerFScript_0x19645f, $ffff
person_event SPRITE_JANINE_IMPERSONATOR, 7, 9, $6, $0, 255, 255, $90, 0, JanineImpersonatorScript_0x196462, $ffff
-; 0x1965b7