diff options
-rw-r--r-- | data/scripts/maps/SlateportCity.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/scripts/maps/SlateportCity.s b/data/scripts/maps/SlateportCity.s index 47db3a3fa..2298425bd 100644 --- a/data/scripts/maps/SlateportCity.s +++ b/data/scripts/maps/SlateportCity.s @@ -3,8 +3,13 @@ SlateportCity_MapScripts:: @ 814BA36 .byte 0 SlateportCity_MapScript1_14BA3C:: @ 814BA3C + .ifdef SAPPHIRE + setvar 0x4010, 118 + setvar 0x4011, 117 + .else setvar 0x4010, 120 setvar 0x4011, 119 + .endif setvar 0x40aa, 0 call SlateportCity_EventScript_14BA5C compare 0x4058, 1 |