Miscellaneous fixes:
- `hSecondsBackup` -> `hUnusedBackup` - `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0` - Identify some `.asm_XXX` labels
This commit is contained in:
@@ -110,13 +110,13 @@ _ResetWRAM:
|
||||
call ByteFill
|
||||
|
||||
ldh a, [rLY]
|
||||
ldh [hSecondsBackup], a
|
||||
ldh [hUnusedBackup], a
|
||||
call DelayFrame
|
||||
ldh a, [hRandomSub]
|
||||
ld [wPlayerID], a
|
||||
|
||||
ldh a, [rLY]
|
||||
ldh [hSecondsBackup], a
|
||||
ldh [hUnusedBackup], a
|
||||
call DelayFrame
|
||||
ldh a, [hRandomAdd]
|
||||
ld [wPlayerID + 1], a
|
||||
|
Reference in New Issue
Block a user