diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 18:33:31 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-21 18:33:31 -0400 |
commit | c3c18dd19643ea48170bb3d0c5be5c9fe16e473e (patch) | |
tree | 94bb7a5a7438f4d61fdce35144fcae2fa71eaadb /engine/menus/debug.asm | |
parent | 91774f206e97d67cb8f16f5afeec03ce9c7e28ca (diff) |
Comment more ROM labels as unreferenced
(Some unreferenced labels are above code which is still used via fallthrough!)
Diffstat (limited to 'engine/menus/debug.asm')
-rw-r--r-- | engine/menus/debug.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/menus/debug.asm b/engine/menus/debug.asm index d49902254..24bd75fb8 100644 --- a/engine/menus/debug.asm +++ b/engine/menus/debug.asm @@ -297,15 +297,15 @@ Function81adb: hlcoord 1, 3 lb bc, 7, 18 ld a, DEBUGTEST_WHITE - call Bank20_FillBoxWithByte + call DebugColor_FillBoxWithByte hlcoord 11, 0 lb bc, 2, 3 ld a, DEBUGTEST_LIGHT - call Bank20_FillBoxWithByte + call DebugColor_FillBoxWithByte hlcoord 16, 0 lb bc, 2, 3 ld a, DEBUGTEST_DARK - call Bank20_FillBoxWithByte + call DebugColor_FillBoxWithByte call Function81bc0 call Function81bf4 ld a, [wcf66] @@ -880,7 +880,7 @@ Function81ee3: jr nz, .asm_81ee3 ret -Bank20_FillBoxWithByte: +DebugColor_FillBoxWithByte: ; For some reason, we have another copy of FillBoxWithByte here .row push bc |