gUnknown_8470B0C
This commit is contained in:
@@ -319,6 +319,3 @@ gUnknown_846FB08:: @ 846FB08
|
||||
|
||||
gUnknown_846FB0C:: @ 846FB0C
|
||||
.incbin "baserom.gba", 0x46FB0C, 0x1000
|
||||
|
||||
gUnknown_8470B0C:: @ 8470B0C
|
||||
.incbin "baserom.gba", 0x470B0C, 0x260
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 219 B |
@@ -22,6 +22,7 @@ PKNAVOPTIONSGFXDIR := graphics/pokenav/options
|
||||
PSSGFXDIR := graphics/pokemon_storage
|
||||
EVENTOBJGFXDIR := graphics/event_objects
|
||||
MISCGFXDIR := graphics/misc
|
||||
TEXTWINDOWGFXDIR := graphics/text_window
|
||||
|
||||
types := normal fight flying poison ground rock bug ghost steel mystery fire water grass electric psychic ice dragon dark
|
||||
contest_types := cool beauty cute smart tough
|
||||
@@ -476,3 +477,6 @@ data/seagallop/water.4bpp: %.4bpp: %.png
|
||||
|
||||
$(MISCGFXDIR)/unk_846B008.4bpp: %.4bpp: %.png
|
||||
$(GFX) $< $@ -mwidth 4 -mheight 4
|
||||
|
||||
$(TEXTWINDOWGFXDIR)/unk_8470B0C.4bpp: %.4bpp: %.png
|
||||
$(GFX) $< $@ -num_tiles 19
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#include "global.h"
|
||||
#include "text_window_graphics.h"
|
||||
|
||||
const u16 gUnknown_8470B0C[] = INCBIN_U16("graphics/text_window/unk_8470B0C.4bpp");
|
||||
|
||||
static const u16 gUnknown_8470D6C[] = INCBIN_U16("graphics/text_window/unk_8470D6C.4bpp");
|
||||
static const u16 gUnknown_8470E8C[] = INCBIN_U16("graphics/text_window/unk_8470E8C.4bpp");
|
||||
static const u16 gUnk_Empty_Space_8470FAC[16] = {0};
|
||||
|
||||
Reference in New Issue
Block a user