You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
The last chunk of code?
This commit is contained in:
17
main.asm
17
main.asm
@@ -98224,7 +98224,22 @@ Footprints: ; f9434
|
|||||||
INCBIN "gfx/misc/footprints.w128.1bpp"
|
INCBIN "gfx/misc/footprints.w128.1bpp"
|
||||||
; fb434
|
; 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
|
Functionfb449:: ; fb449
|
||||||
ld de, Font
|
ld de, Font
|
||||||
|
Reference in New Issue
Block a user