summaryrefslogtreecommitdiff
path: root/maps/BillsHouse.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-12-28 22:17:13 -0500
committerGitHub <noreply@github.com>2017-12-28 22:17:13 -0500
commitb97a1acf3d676ca1c776e37ff4cfa48164ffc92b (patch)
tree59b5db70690a9f9041e4964adae1722b4d178a1b /maps/BillsHouse.asm
parent82a05a1752b476caab8951fe03f539dcc1a63669 (diff)
parentb9a68fec2589eb6969be63e6ed1eb3fca312c307 (diff)
Merge pull request #445 from roukaour/master
Rename Pokémon animation files; consistent (x, y) coords; document design flaws
Diffstat (limited to 'maps/BillsHouse.asm')
-rw-r--r--maps/BillsHouse.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/BillsHouse.asm b/maps/BillsHouse.asm
index b8afadd08..0dc2a7cd0 100644
--- a/maps/BillsHouse.asm
+++ b/maps/BillsHouse.asm
@@ -359,8 +359,8 @@ BillsHouse_MapEventHeader:
.Warps:
db 2
- warp_def $7, $2, 1, ROUTE_25
- warp_def $7, $3, 1, ROUTE_25
+ warp_def 2, 7, 1, ROUTE_25
+ warp_def 3, 7, 1, ROUTE_25
.CoordEvents:
db 0
@@ -370,4 +370,4 @@ BillsHouse_MapEventHeader:
.ObjectEvents:
db 1
- object_event SPRITE_GRAMPS, 3, 2, SPRITEMOVEDATA_STANDING_UP, 2, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, BillsGrandpa, -1
+ object_event 2, 3, SPRITE_GRAMPS, SPRITEMOVEDATA_STANDING_UP, 0, 2, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, BillsGrandpa, -1