diff options
Diffstat (limited to 'maps/CianwoodPokeCenter1F.asm')
-rw-r--r-- | maps/CianwoodPokeCenter1F.asm | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/maps/CianwoodPokeCenter1F.asm b/maps/CianwoodPokeCenter1F.asm index 4969a507a..3fe7c1ef8 100644 --- a/maps/CianwoodPokeCenter1F.asm +++ b/maps/CianwoodPokeCenter1F.asm @@ -1,3 +1,9 @@ +const_value set 2 + const CIANWOODPOKECENTER1F_NURSE + const CIANWOODPOKECENTER1F_LASS + const CIANWOODPOKECENTER1F_GYM_GUY + const CIANWOODPOKECENTER1F_SUPER_NERD + CianwoodPokeCenter1F_MapScriptHeader: .MapTriggers: db 0 @@ -15,17 +21,17 @@ CianwoodGymGuyScript: faceplayer checkevent EVENT_BEAT_CHUCK iftrue .CianwoodGymGuyWinScript - loadfont + opentext writetext CianwoodGymGuyText + waitbutton closetext - loadmovesprites end .CianwoodGymGuyWinScript - loadfont + opentext writetext CianwoodGymGuyWinText + waitbutton closetext - loadmovesprites end SuperNerdScript_0x9dbea: |