diff options
| author | YamaArashi <shadow962@live.com> | 2015-02-08 18:40:08 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-02-08 18:40:08 -0800 |
| commit | 7b7c563c93155e121e05149779cfb78b0bf9d259 (patch) | |
| tree | 314cf9047bd6266cd261746949332f959e5878db /engine/overworld/movement.asm | |
| parent | named misc functions (diff) | |
| download | pokeyellow-7b7c563c93155e121e05149779cfb78b0bf9d259.tar.gz pokeyellow-7b7c563c93155e121e05149779cfb78b0bf9d259.tar.xz pokeyellow-7b7c563c93155e121e05149779cfb78b0bf9d259.zip | |
Rename some labels
Diffstat (limited to 'engine/overworld/movement.asm')
| -rw-r--r-- | engine/overworld/movement.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/movement.asm b/engine/overworld/movement.asm index 1658b0e9..c4482700 100644 --- a/engine/overworld/movement.asm +++ b/engine/overworld/movement.asm @@ -52,7 +52,7 @@ UpdatePlayerSprite: ; 4e31 (1:4e31) jr .asm_4eab .asm_4e86 ld [wSpriteStateData1 + 9], a - ld a, [wCharRAMInUseForText] + ld a, [wFontLoaded] bit 0, a jr nz, .asm_4e7d .asm_4e90 @@ -130,7 +130,7 @@ Func_4ed1: ; 4ed1 (1:4ed1) bit 7, a jp nz, InitializeSpriteFacingDirection ; c1x1 >= $80 ld b, a - ld a, [wCharRAMInUseForText] + ld a, [wFontLoaded] bit 0, a jp nz, notYetMoving ld a, b |
