diff options
Diffstat (limited to 'maps/PewterPokeCenter1F.asm')
-rw-r--r-- | maps/PewterPokeCenter1F.asm | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/maps/PewterPokeCenter1F.asm b/maps/PewterPokeCenter1F.asm index b8f0d960e..cf3d55a0e 100644 --- a/maps/PewterPokeCenter1F.asm +++ b/maps/PewterPokeCenter1F.asm @@ -1,3 +1,10 @@ +const_value set 2 + const PEWTERPOKECENTER1F_NURSE + const PEWTERPOKECENTER1F_TEACHER + const PEWTERPOKECENTER1F_JIGGLYPUFF + const PEWTERPOKECENTER1F_BUG_CATCHER + const PEWTERPOKECENTER1F_POKEFAN_M + PewterPokeCenter1F_MapScriptHeader: .MapTriggers: db 0 @@ -15,8 +22,8 @@ JigglypuffScript_0x1a2eed: loadfont writetext UnknownText_0x1a2f5d cry JIGGLYPUFF + waitbutton closetext - loadmovesprites end BugCatcherScript_0x1a2ef7: @@ -26,8 +33,8 @@ PokefanMScript_0x1a2efa: faceplayer loadfont trade $4 + waitbutton closetext - loadmovesprites end UnknownText_0x1a2f01: |