diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-08-14 22:05:48 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-08-14 22:37:59 -0700 |
commit | 332a8bcb1d6c9b01e27cc4f5a7a08ae26bf62f79 (patch) | |
tree | 2b5db40d9d5bc70077b927d7143ee04b57123980 /src/unk_pokedex_area_screen_helper.c | |
parent | a07d69d7c2e65ed8ea71ec88cc3c4cadbb444510 (diff) |
Extract rodata for unk_pokedex_area_screen_helper
Diffstat (limited to 'src/unk_pokedex_area_screen_helper.c')
-rw-r--r-- | src/unk_pokedex_area_screen_helper.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/unk_pokedex_area_screen_helper.c b/src/unk_pokedex_area_screen_helper.c index 3bed79a65..521af6dd9 100644 --- a/src/unk_pokedex_area_screen_helper.c +++ b/src/unk_pokedex_area_screen_helper.c @@ -8,10 +8,10 @@ EWRAM_DATA u8 *gUnknown_0203CF28 = NULL; static const u16 gUnknown_0861D140[] = INCBIN_U16("graphics/interface/region_map.gbapal"); -extern const u8 gUnknown_0861D1A0[]; -extern const u8 gUnknown_0861DEF4[]; -extern const u8 gUnknown_0861E208[]; -extern const u8 gUnknown_0861EF64[]; +static const u8 gUnknown_0861D1A0[] = INCBIN_U8("graphics/interface/region_map.8bpp.lz"); +static const u8 gUnknown_0861DEF4[] = INCBIN_U8("graphics/interface/region_map.bin.lz"); +static const u8 gUnknown_0861E208[] = INCBIN_U8("graphics/interface/region_map_affine.8bpp.lz"); +static const u8 gUnknown_0861EF64[] = INCBIN_U8("graphics/interface/region_map_affine.bin.lz"); struct UnkStruct_1C4D70 { |