summaryrefslogtreecommitdiff
path: root/maps/MrPsychicsHouse.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/MrPsychicsHouse.asm')
-rw-r--r--maps/MrPsychicsHouse.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/MrPsychicsHouse.asm b/maps/MrPsychicsHouse.asm
index 77f82b91e..75bd52ae5 100644
--- a/maps/MrPsychicsHouse.asm
+++ b/maps/MrPsychicsHouse.asm
@@ -53,17 +53,17 @@ MrPsychicsHouse_MapEventHeader:
.Warps:
db 2
- warp_def $7, $2, 5, SAFFRON_CITY
- warp_def $7, $3, 5, SAFFRON_CITY
+ warp_def 2, 7, 5, SAFFRON_CITY
+ warp_def 3, 7, 5, SAFFRON_CITY
.CoordEvents:
db 0
.BGEvents:
db 2
- bg_event 1, 0, BGEVENT_READ, MrPsychicsHouseBookshelf
+ bg_event 0, 1, BGEVENT_READ, MrPsychicsHouseBookshelf
bg_event 1, 1, BGEVENT_READ, MrPsychicsHouseBookshelf
.ObjectEvents:
db 1
- object_event SPRITE_FISHING_GURU, 3, 5, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, MrPsychic, -1
+ object_event 5, 3, SPRITE_FISHING_GURU, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, MrPsychic, -1