gUnknown_8470B0C

This commit is contained in:
PikalaxALT
2019-05-19 13:39:42 -04:00
parent 12de501f36
commit 11c9d97898
4 changed files with 6 additions and 3 deletions
-3
View File
@@ -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

+4
View File
@@ -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
+2
View File
@@ -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};