You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
More unreferenced labels and unused text
This commit is contained in:
10
gfx/font.asm
10
gfx/font.asm
@@ -84,18 +84,18 @@ INCLUDE "gfx/footprints.asm"
|
||||
|
||||
; This and the following two functions are unreferenced.
|
||||
; Debug, perhaps?
|
||||
Unknown_fb434:
|
||||
Unreferenced_fb434:
|
||||
db 0
|
||||
|
||||
Functionfb435: ; 4b435
|
||||
ld a, [Unknown_fb434]
|
||||
Unreferenced_Functionfb435: ; 4b435
|
||||
ld a, [Unreferenced_fb434]
|
||||
and a
|
||||
jp nz, Get1bpp_2
|
||||
jp Get1bpp
|
||||
; fb43f
|
||||
|
||||
Functionfb43f: ; fb43f
|
||||
ld a, [Unknown_fb434]
|
||||
Unreferenced_Functionfb43f: ; fb43f
|
||||
ld a, [Unreferenced_fb434]
|
||||
and a
|
||||
jp nz, Get2bpp_2
|
||||
jp Get2bpp
|
||||
|
Reference in New Issue
Block a user