aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/pewter_guys.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-22 09:43:27 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-22 09:43:27 -0400
commit205fa4237b639b7dbf77cb36caead05f17e8de8c (patch)
tree3889a1aa89af710ab353548d066e329cdf856c62 /engine/overworld/pewter_guys.asm
parentOh wait, there's predef_const declarations. Huh. (diff)
downloadpokeyellow-205fa4237b639b7dbf77cb36caead05f17e8de8c.tar.gz
pokeyellow-205fa4237b639b7dbf77cb36caead05f17e8de8c.tar.xz
pokeyellow-205fa4237b639b7dbf77cb36caead05f17e8de8c.zip
Pewter gym guys (moved to bank 6, no longer a predef?)
Diffstat (limited to 'engine/overworld/pewter_guys.asm')
-rwxr-xr-xengine/overworld/pewter_guys.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/overworld/pewter_guys.asm b/engine/overworld/pewter_guys.asm
index 543dac91..ff3c6152 100755
--- a/engine/overworld/pewter_guys.asm
+++ b/engine/overworld/pewter_guys.asm
@@ -1,4 +1,4 @@
-PewterGuys: ; 37ca1 (d:7ca1)
+PewterGuys: ; 1a6e5 (6:66e5)
ld hl, wSimulatedJoypadStatesEnd
ld a, [wSimulatedJoypadStatesIndex]
dec a ; this decrement causes it to overwrite the last byte before $FF in the list
@@ -48,14 +48,14 @@ PewterGuys: ; 37ca1 (d:7ca1)
inc hl
jr .findMatchingCoordsLoop
-PointerTable_37ce6: ; 37ce6 (d:7ce6)
+PointerTable_37ce6: ; 1a72a (6:672a)
dw PewterMuseumGuyCoords
dw PewterGymGuyCoords
; these are the four coordinates of the spaces below, above, to the left and
; to the right of the museum guy, and pointers to different movements for
; the player to make to get positioned before the main movement.
-PewterMuseumGuyCoords: ; 37cea (d:7cea)
+PewterMuseumGuyCoords: ; 1a72e (6:672e)
db 18, 27
dw .down
db 16, 27
@@ -78,7 +78,7 @@ PewterMuseumGuyCoords: ; 37cea (d:7cea)
; different movements for the player to make to get positioned before the
; main movement
; $00 is a pause
-PewterGymGuyCoords: ; 37d06 (d:7d06)
+PewterGymGuyCoords: ; 1a74a (6:674a)
db 16, 34
dw .one
db 17, 35