diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-13 17:53:16 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-13 17:53:16 -0400 |
commit | 6ebd8441e249bba020036b5be5ccbe020b12e32b (patch) | |
tree | 1171f2986e410a92f9e7b7f497349b9e583fe485 /engine/menus/intro_menu.asm | |
parent | 71f217cfa0f824b9e4224ddcac836e4aef86382f (diff) |
Minor cleanup (remove unused HRAM, predef folder) before continuing.
Diffstat (limited to 'engine/menus/intro_menu.asm')
-rw-r--r-- | engine/menus/intro_menu.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/menus/intro_menu.asm b/engine/menus/intro_menu.asm index 0b5862ac..e31900d5 100644 --- a/engine/menus/intro_menu.asm +++ b/engine/menus/intro_menu.asm @@ -277,13 +277,13 @@ Function5c41: ; 5c41 (1:5c41) 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 |