summaryrefslogtreecommitdiff
path: root/maps/LakeOfRageHiddenPowerHouse.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/LakeOfRageHiddenPowerHouse.asm')
-rw-r--r--maps/LakeOfRageHiddenPowerHouse.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/LakeOfRageHiddenPowerHouse.asm b/maps/LakeOfRageHiddenPowerHouse.asm
index e5a88623d..1d41eaa43 100644
--- a/maps/LakeOfRageHiddenPowerHouse.asm
+++ b/maps/LakeOfRageHiddenPowerHouse.asm
@@ -73,17 +73,17 @@ LakeOfRageHiddenPowerHouse_MapEventHeader:
.Warps:
db 2
- warp_def $7, $2, 1, LAKE_OF_RAGE
- warp_def $7, $3, 1, LAKE_OF_RAGE
+ warp_def 2, 7, 1, LAKE_OF_RAGE
+ warp_def 3, 7, 1, LAKE_OF_RAGE
.CoordEvents:
db 0
.BGEvents:
db 2
- bg_event 1, 0, BGEVENT_READ, HiddenPowerHouseBookshelf
+ bg_event 0, 1, BGEVENT_READ, HiddenPowerHouseBookshelf
bg_event 1, 1, BGEVENT_READ, HiddenPowerHouseBookshelf
.ObjectEvents:
db 1
- object_event SPRITE_FISHER, 3, 2, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, HiddenPowerGuy, -1
+ object_event 2, 3, SPRITE_FISHER, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, HiddenPowerGuy, -1