This commit is contained in:
yenatch 2013-08-01 15:29:12 -04:00
parent ff1536ddf9
commit ce31567c4d
10 changed files with 15 additions and 3 deletions

BIN
gfx/frames/1.1bpp Normal file

Binary file not shown.

BIN
gfx/frames/2.1bpp Normal file

Binary file not shown.

BIN
gfx/frames/3.1bpp Normal file

Binary file not shown.

BIN
gfx/frames/4.1bpp Normal file

Binary file not shown.

BIN
gfx/frames/5.1bpp Normal file

Binary file not shown.

BIN
gfx/frames/6.1bpp Normal file

Binary file not shown.

BIN
gfx/frames/7.1bpp Normal file

Binary file not shown.

BIN
gfx/frames/8.1bpp Normal file

Binary file not shown.

BIN
gfx/frames/9.1bpp Normal file

Binary file not shown.

View File

@ -63540,7 +63540,19 @@ INCBIN "gfx/misc/font.1bpp", $0, $400
FontBattleExtra:
INCBIN "gfx/misc/font_battle_extra.2bpp", $0, $200
INCBIN "baserom.gbc", $f8800, $f8ba0 - $f8800
Frames: ; f8800
INCBIN "gfx/frames/1.1bpp"
INCBIN "gfx/frames/2.1bpp"
INCBIN "gfx/frames/3.1bpp"
INCBIN "gfx/frames/4.1bpp"
INCBIN "gfx/frames/5.1bpp"
INCBIN "gfx/frames/6.1bpp"
INCBIN "gfx/frames/7.1bpp"
INCBIN "gfx/frames/8.1bpp"
INCBIN "gfx/frames/9.1bpp"
; f89b0
INCBIN "baserom.gbc", $f89b0, $f8ba0 - $f89b0
TownMapGFX: ; f8ba0
INCBIN "gfx/misc/town_map.lz"
@ -63607,9 +63619,9 @@ Functionfb48a: ; fb48a
.asm_fb4cc
ld a, [TextBoxFrame]
and $7
and 7
ld bc, $0030
ld hl, $4800
ld hl, Frames
call AddNTimes
ld d, h
ld e, l