mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Fix game time labels
This commit is contained in:
parent
1a5a108bdf
commit
28dc5686b0
50 changed files with 80 additions and 78 deletions
|
|
@ -32,7 +32,7 @@ EnterMap::
|
|||
ld hl, wd72d
|
||||
res 5, [hl]
|
||||
call UpdateSprites
|
||||
ld hl, wd126
|
||||
ld hl, wCurrentMapScriptFlags
|
||||
set 5, [hl]
|
||||
set 6, [hl]
|
||||
xor a
|
||||
|
|
@ -317,7 +317,7 @@ OverworldLoopLessDelay::
|
|||
res 6,[hl]
|
||||
ld hl,wFlags_D733
|
||||
res 3,[hl]
|
||||
ld hl,wd126
|
||||
ld hl,wCurrentMapScriptFlags
|
||||
set 5,[hl]
|
||||
set 6,[hl]
|
||||
xor a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue