mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
The last chunk of code?
This commit is contained in:
parent
dab2395f53
commit
78a0c398c2
17
main.asm
17
main.asm
@ -98224,7 +98224,22 @@ Footprints: ; f9434
|
||||
INCBIN "gfx/misc/footprints.w128.1bpp"
|
||||
; fb434
|
||||
|
||||
INCBIN "baserom.gbc", $fb434, $fb449 - $fb434
|
||||
Unknown_fb434:
|
||||
db 0
|
||||
|
||||
Functionfb435: ; 4b435
|
||||
ld a, [Unknown_fb434]
|
||||
and a
|
||||
jp nz, Functionddc
|
||||
jp Get1bpp
|
||||
; fb43f
|
||||
|
||||
Functionfb43f: ; fb43f
|
||||
ld a, [Unknown_fb434]
|
||||
and a
|
||||
jp nz, Functiondc9
|
||||
jp Get2bpp
|
||||
; fb449
|
||||
|
||||
Functionfb449:: ; fb449
|
||||
ld de, Font
|
||||
|
Loading…
Reference in New Issue
Block a user