Merge pull request #238 from yenatch/incbins

Pokedex and some mobile link location names.
This commit is contained in:
Bryan Bishop 2014-03-04 09:17:17 -06:00
commit c1f18c79b8
5 changed files with 1020 additions and 148 deletions

View File

@ -243,7 +243,7 @@ Function10eea7: ; 10eea7
swap a
ld e, a
ld d, $0
ld hl, $6ece
ld hl, Unknown_10eece
add hl, de
ld d, [hl]
xor a
@ -256,7 +256,9 @@ Function10eea7: ; 10eea7
ret
; 10eece
INCBIN "baserom.gbc", $10eece, $10eed2 - $10eece
Unknown_10eece: ; 10eece
db $80, $88, $00, $08
; 10eed2
Function10eed2: ; 10eed2
@ -374,21 +376,15 @@ AnimateTitleCrystal: ; 10ef32
TitleSuicuneGFX: ; 10ef46
INCBIN "gfx/title/suicune.lz"
; 10f31b
INCBIN "baserom.gbc", $10f31b, $10f326 - $10f31b
; 10f326
TitleLogoGFX: ; 10f326
INCBIN "gfx/title/logo.lz"
; 10fced
INCBIN "baserom.gbc", $10fced, $10fcee - $10fced
; 10fcee
TitleCrystalGFX: ; 10fcee
INCBIN "gfx/title/crystal.lz"
; 10fed7
INCBIN "baserom.gbc", $10fed7, $10fede - $10fed7
; 10fede
TitleScreenPalettes:
; BG

Binary file not shown.

Binary file not shown.

Binary file not shown.

1150
main.asm

File diff suppressed because it is too large Load Diff