10 lines
491 B
C
10 lines
491 B
C
#include "pc/rom_assets.h"
|
|
// 0x07000000 - 0x07000800
|
|
ROM_ASSET_LOAD_TEXTURE(bowser_3_seg7_texture_07000000, "levels/bowser_3/0.rgba16.inc.c", 0x004cec00, 10476, 0x00000000, 2048);
|
|
|
|
// 0x07000800 - 0x07001000
|
|
ROM_ASSET_LOAD_TEXTURE(bowser_3_seg7_texture_07000800, "levels/bowser_3/1.rgba16.inc.c", 0x004cec00, 10476, 0x00000800, 2048);
|
|
|
|
// 0x07001000 - 0x07002000
|
|
ROM_ASSET_LOAD_TEXTURE(bowser_3_seg7_texture_07001000, "levels/bowser_3/2.rgba16.inc.c", 0x004cec00, 10476, 0x00001000, 4096);
|