mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Rename some labels
This commit is contained in:
parent
3870f5e10a
commit
7b7c563c93
8 changed files with 17 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue