Harmonize engine/{gfx, items, link, math} with pokegold

This commit is contained in:
Rangi
2020-06-17 10:39:17 -04:00
parent f2550fc3c2
commit 8019db3ea9
13 changed files with 69 additions and 73 deletions

View File

@@ -1,22 +1,19 @@
INCLUDE "gfx/font.asm"
; This and the following two functions are unreferenced.
; Debug, perhaps?
Unreferenced_fb434:
db 0
Unused_EnableHDMA:
db FALSE
Unreferenced_Functionfb435:
ld a, [Unreferenced_fb434]
Unreferenced_Get1bppOptionalHDMA:
ld a, [Unused_EnableHDMA]
and a
jp nz, Get1bppViaHDMA
jp Get1bpp
Unreferenced_Functionfb43f:
ld a, [Unreferenced_fb434]
Unreferenced_Get2bppOptionalHDMA:
ld a, [Unused_EnableHDMA]
and a
jp nz, Get2bppViaHDMA
jp Get2bpp
; End unreferenced block
_LoadStandardFont::
ld de, Font