diff options
Diffstat (limited to 'maps/CianwoodCityPhotoStudio.asm')
-rw-r--r-- | maps/CianwoodCityPhotoStudio.asm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/maps/CianwoodCityPhotoStudio.asm b/maps/CianwoodCityPhotoStudio.asm index 95cba4982..7db8ddb1a 100644 --- a/maps/CianwoodCityPhotoStudio.asm +++ b/maps/CianwoodCityPhotoStudio.asm @@ -1,3 +1,6 @@ +const_value set 2 + const CIANWOODCITYPHOTOSTUDIO_FISHING_GURU + CianwoodCityPhotoStudio_MapScriptHeader: .MapTriggers: db 0 @@ -12,16 +15,16 @@ FishingGuruScript_0x9e0e0: yesorno iffalse UnknownScript_0x9e0f3 writetext UnknownText_0x9e142 - closetext + waitbutton special PhotoStudio + waitbutton closetext - loadmovesprites end UnknownScript_0x9e0f3: writetext UnknownText_0x9e156 + waitbutton closetext - loadmovesprites end UnknownText_0x9e0f9: |