aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-29 10:55:45 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-29 10:55:45 -0400
commit2792f51d733df0d0b6ee21fec72623c2a4235e5a (patch)
tree16005a683821c9972be334ede8aafdc3b8324d09 /engine/overworld
parentMore Bill's House text scripts (diff)
downloadpokeyellow-2792f51d733df0d0b6ee21fec72623c2a4235e5a.tar.gz
pokeyellow-2792f51d733df0d0b6ee21fec72623c2a4235e5a.tar.xz
pokeyellow-2792f51d733df0d0b6ee21fec72623c2a4235e5a.zip
Another chunk of bank 3c
Diffstat (limited to 'engine/overworld')
-rw-r--r--engine/overworld/advance_player_sprite.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/advance_player_sprite.asm b/engine/overworld/advance_player_sprite.asm
index e02fb129..758dd558 100644
--- a/engine/overworld/advance_player_sprite.asm
+++ b/engine/overworld/advance_player_sprite.asm
@@ -7,7 +7,7 @@ _AdvancePlayerSprite:: ; f010c (3c:410c)
dec [hl]
jr nz,.afterUpdateMapCoords
; if it's the end of the animation, update the player's map coordinates
- ld hl, wd430
+ ld hl, wPikachuOverworldStateFlags
res 5, [hl]
ld a,[wYCoord]
add b