summaryrefslogtreecommitdiff
path: root/maps/MahoganyPokeCenter1F.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/MahoganyPokeCenter1F.asm')
-rw-r--r--maps/MahoganyPokeCenter1F.asm47
1 files changed, 19 insertions, 28 deletions
diff --git a/maps/MahoganyPokeCenter1F.asm b/maps/MahoganyPokeCenter1F.asm
index 981b9e596..8a5374fb0 100644
--- a/maps/MahoganyPokeCenter1F.asm
+++ b/maps/MahoganyPokeCenter1F.asm
@@ -1,28 +1,23 @@
-MahoganyPokeCenter1F_MapScriptHeader: ; 0x19a354
- ; trigger count
+MahoganyPokeCenter1F_MapScriptHeader:
+.MapTriggers:
db 0
- ; callback count
+.MapCallbacks:
db 0
-; 0x19a356
-NurseScript_0x19a356: ; 0x19a356
+NurseScript_0x19a356:
jumpstd pokecenternurse
-; 0x19a359
-PokefanMScript_0x19a359: ; 0x19a359
+PokefanMScript_0x19a359:
jumptextfaceplayer UnknownText_0x19a362
-; 0x19a35c
-YoungsterScript_0x19a35c: ; 0x19a35c
+YoungsterScript_0x19a35c:
jumptextfaceplayer UnknownText_0x19a3b3
-; 0x19a35f
-CooltrainerFScript_0x19a35f: ; 0x19a35f
+CooltrainerFScript_0x19a35f:
jumptextfaceplayer UnknownText_0x19a418
-; 0x19a362
-UnknownText_0x19a362: ; 0x19a362
+UnknownText_0x19a362:
text "What's this? TEAM"
line "ROCKET has come"
cont "back?"
@@ -31,9 +26,8 @@ UnknownText_0x19a362: ; 0x19a362
line "black at LAKE OF"
cont "RAGE…"
done
-; 0x19a3b3
-UnknownText_0x19a3b3: ; 0x19a3b3
+UnknownText_0x19a3b3:
text "I stop my #MON"
line "from evolving too"
cont "early."
@@ -43,9 +37,8 @@ UnknownText_0x19a3b3: ; 0x19a3b3
cont "fore I let them"
cont "evolve."
done
-; 0x19a418
-UnknownText_0x19a418: ; 0x19a418
+UnknownText_0x19a418:
text "#MON do become"
line "stronger when they"
@@ -53,28 +46,26 @@ UnknownText_0x19a418: ; 0x19a418
line "also learn moves"
cont "more slowly."
done
-; 0x19a46a
-MahoganyPokeCenter1F_MapEventHeader: ; 0x19a46a
+MahoganyPokeCenter1F_MapEventHeader:
; filler
db 0, 0
- ; warps
+.Warps:
db 3
warp_def $7, $3, 4, GROUP_MAHOGANY_TOWN, MAP_MAHOGANY_TOWN
warp_def $7, $4, 4, GROUP_MAHOGANY_TOWN, MAP_MAHOGANY_TOWN
warp_def $7, $0, 1, GROUP_POKECENTER_2F, MAP_POKECENTER_2F
- ; xy triggers
+.XYTriggers:
db 0
- ; signposts
+.Signposts:
db 0
- ; people-events
+.PersonEvents:
db 4
- person_event SPRITE_NURSE, 5, 7, $6, $0, 255, 255, $0, 0, NurseScript_0x19a356, $ffff
- person_event SPRITE_POKEFAN_M, 6, 11, $2, $11, 255, 255, $80, 0, PokefanMScript_0x19a359, $ffff
- person_event SPRITE_YOUNGSTER, 7, 5, $9, $0, 255, 255, $a0, 0, YoungsterScript_0x19a35c, $ffff
- person_event SPRITE_COOLTRAINER_F, 7, 6, $8, $0, 255, 255, $0, 0, CooltrainerFScript_0x19a35f, $ffff
-; 0x19a4b3
+ person_event SPRITE_NURSE, 5, 7, OW_UP | $2, $0, -1, -1, $0, 0, NurseScript_0x19a356, -1
+ person_event SPRITE_POKEFAN_M, 6, 11, OW_DOWN | $2, $11, -1, -1, (PAL_OW_RED << 4) | $80, 0, PokefanMScript_0x19a359, -1
+ person_event SPRITE_YOUNGSTER, 7, 5, OW_LEFT | $1, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, YoungsterScript_0x19a35c, -1
+ person_event SPRITE_COOLTRAINER_F, 7, 6, OW_LEFT | $0, $0, -1, -1, $0, 0, CooltrainerFScript_0x19a35f, -1