Merge pull request #243 from yenatch/master

Fix bank 1. Found a scrapped title screen.
This commit is contained in:
Bryan Bishop
2014-04-10 20:22:54 -05:00
4 changed files with 573 additions and 22 deletions

View File

@ -119,14 +119,14 @@ _TitleScreen: ; 10ed67
ld bc, $0714 ; 20x7 ld bc, $0714 ; 20x7
ld d, $80 ld d, $80
ld e, $14 ld e, $14
call DrawGraphic call DrawTitleGraphic
; Draw copyright text ; Draw copyright text
ld hl, $9c03 ; BGMap1(3,0) ld hl, $9c03 ; BGMap1(3,0)
ld bc, $010d ; 13x1 ld bc, $010d ; 13x1
ld d, $c ld d, $c
ld e, $10 ld e, $10
call DrawGraphic call DrawTitleGraphic
; Initialize running Suicune? ; Initialize running Suicune?
ld d, $0 ld d, $0
@ -286,7 +286,13 @@ Function10eed2: ; 10eed2
ret ret
; 10eeef ; 10eeef
Function10eeef: ; 10eeef DrawTitleGraphic: ; 10eeef
; input:
; hl: draw location
; b: height
; c: width
; d: tile to start drawing from
; e: number of tiles to advance for each row
.asm_10eeef .asm_10eeef
push de push de
push bc push bc

BIN
gfx/title/old_bg.2bpp Normal file

Binary file not shown.

BIN
gfx/title/old_fg.2bpp Normal file

Binary file not shown.

583
main.asm

File diff suppressed because it is too large Load Diff