diff options
Diffstat (limited to 'maps/GoldenrodUnderground.asm')
-rw-r--r-- | maps/GoldenrodUnderground.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/GoldenrodUnderground.asm b/maps/GoldenrodUnderground.asm index e8e566666..06e15d67a 100644 --- a/maps/GoldenrodUnderground.asm +++ b/maps/GoldenrodUnderground.asm @@ -36,7 +36,7 @@ GoldenrodUnderground_MapScripts: clearevent EVENT_SWITCH_13 clearevent EVENT_SWITCH_14 writebyte 0 - copyvartobyte UndergroundSwitchPositions + copyvartobyte wUndergroundSwitchPositions return .CheckBasementKey: @@ -619,19 +619,19 @@ UnknownText_0x7c87b: done HaircutBrosText_SlightlyHappier: - text_from_ram StringBuffer3 + text_from_ram wStringBuffer3 text " looks a" line "little happier." done HaircutBrosText_Happier: - text_from_ram StringBuffer3 + text_from_ram wStringBuffer3 text " looks" line "happy." done HaircutBrosText_MuchHappier: - text_from_ram StringBuffer3 + text_from_ram wStringBuffer3 text " looks" line "delighted!" done |