diff options
author | yenatch <yenatch@gmail.com> | 2015-02-06 20:54:09 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-02-06 20:54:09 -0800 |
commit | 78a0c398c25c60a04940b1f839ea51bd2200fb1f (patch) | |
tree | 6d10cfb9f3c42696594250d68c1b1fa28ef3ab7c | |
parent | dab2395f53e1fbd92649cba3bc048d2c297999db (diff) |
The last chunk of code?
-rw-r--r-- | main.asm | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -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 |