get rid of a trailing incbin at the end of bank 21

This commit is contained in:
yenatch 2013-08-29 03:20:46 -04:00
parent 99760c2cc9
commit 1a5f9426c8

View File

@ -56957,7 +56957,7 @@ Function86810: ; 86810
callba GetPlayerBackpic callba GetPlayerBackpic
ld a, $31 ld a, $31
ld [$ffad], a ld [$ffad], a
ld hl, $c51e hlcoord 6, 6
ld bc, $0606 ld bc, $0606
ld a, $13 ld a, $13
call Predef call Predef
@ -56984,7 +56984,7 @@ Function86810: ; 86810
rst FarCall rst FarCall
xor a xor a
ld [$ffad], a ld [$ffad], a
ld hl, $c510 hlcoord 12, 5
ld bc, $0707 ld bc, $0707
ld a, $13 ld a, $13
call Predef call Predef
@ -56997,29 +56997,29 @@ Function86810: ; 86810
call Function86643 call Function86643
xor a xor a
ld [hBGMapMode], a ld [hBGMapMode], a
ld hl, $c4c8 hlcoord 0, 2
ld bc, $0809 ld bc, $0809
call TextBox call TextBox
ld hl, $c590 hlcoord 0, 12
ld bc, $0412 ld bc, $0412
call TextBox call TextBox
ld hl, $c4f2 hlcoord 2, 4
ld de, PlayerName ld de, PlayerName
call PlaceString call PlaceString
ld hl, $c519 hlcoord 1, 6
ld a, $73 ld a, $73
ld [hli], a ld [hli], a
ld a, $74 ld a, $74
ld [hli], a ld [hli], a
ld [hl], $f3 ld [hl], $f3
ld hl, $c51c hlcoord 4, 6
ld de, PlayerID ld de, PlayerID
ld bc, $8205 ld bc, $8205
call PrintNum call PrintNum
ld hl, $c541 hlcoord 1, 8
ld de, $68ed ld de, .PlayTime
call PlaceString call PlaceString
ld hl, $c557 hlcoord 3, 9
ld de, GameTimeHours ld de, GameTimeHours
ld bc, $0203 ld bc, $0203
call PrintNum call PrintNum
@ -57033,7 +57033,10 @@ Function86810: ; 86810
ret ret
; 868ed ; 868ed
INCBIN "baserom.gbc", $868ed, $88000 - $868ed .PlayTime
db "PLAY TIME@"
; 868f7
SECTION "bank22",ROMX,BANK[$22] SECTION "bank22",ROMX,BANK[$22]