initial commit

This commit is contained in:
2020-01-21 01:38:34 +01:00
commit 204e0047e8
32 changed files with 9111 additions and 0 deletions

BIN
build/icon.grf Normal file

Binary file not shown.

199
build/main.d Normal file
View File

@ -0,0 +1,199 @@
main.o: /home/phillipk/Projekte/nds/snakePlus/source/main.cpp \
/opt/devkitpro/libnds/include/nds.h \
/opt/devkitpro/libnds/include/nds/libversion.h \
/opt/devkitpro/libnds/include/nds/ndstypes.h \
/opt/devkitpro/libnds/include/nds/bios.h \
/opt/devkitpro/libnds/include/nds/ndstypes.h \
/opt/devkitpro/libnds/include/nds/card.h \
/opt/devkitpro/libnds/include/nds/ndstypes.h \
/opt/devkitpro/libnds/include/nds/debug.h \
/opt/devkitpro/libnds/include/nds/dma.h \
/opt/devkitpro/libnds/include/nds/interrupts.h \
/opt/devkitpro/libnds/include/nds/ipc.h \
/opt/devkitpro/libnds/include/nds/memory.h \
/opt/devkitpro/libnds/include/nds/system.h \
/opt/devkitpro/libnds/include/nds/timers.h \
/opt/devkitpro/libnds/include/nds/fifocommon.h \
/opt/devkitpro/libnds/include/nds/interrupts.h \
/opt/devkitpro/libnds/include/nds/touch.h \
/opt/devkitpro/libnds/include/nds/input.h \
/opt/devkitpro/libnds/include/nds/sha1.h \
/opt/devkitpro/libnds/include/nds/arm9/dynamicArray.h \
/opt/devkitpro/libnds/include/nds/arm9/linkedlist.h \
/opt/devkitpro/libnds/include/nds/arm9/background.h \
/opt/devkitpro/libnds/include/nds/arm9/video.h \
/opt/devkitpro/libnds/include/nds/arm9/sassert.h \
/opt/devkitpro/libnds/include/nds/memory.h \
/opt/devkitpro/libnds/include/nds/dma.h \
/opt/devkitpro/libnds/include/nds/arm9/boxtest.h \
/opt/devkitpro/libnds/include/nds/arm9/videoGL.h \
/opt/devkitpro/libnds/include/nds/arm9/cache.h \
/opt/devkitpro/libnds/include/nds/arm9/trig_lut.h \
/opt/devkitpro/libnds/include/nds/arm9/math.h \
/opt/devkitpro/libnds/include/nds/arm9/dynamicArray.h \
/opt/devkitpro/libnds/include/nds/arm9/cache.h \
/opt/devkitpro/libnds/include/nds/arm9/console.h \
/opt/devkitpro/libnds/include/nds/arm9/background.h \
/opt/devkitpro/libnds/include/nds/arm9/decompress.h \
/opt/devkitpro/libnds/include/nds/bios.h \
/opt/devkitpro/libnds/include/nds/arm9/exceptions.h \
/opt/devkitpro/libnds/include/nds/arm9/guitarGrip.h \
/opt/devkitpro/libnds/include/nds/arm9/image.h \
/opt/devkitpro/libnds/include/nds/arm9/pcx.h \
/opt/devkitpro/libnds/include/nds/arm9/input.h \
/opt/devkitpro/libnds/include/nds/touch.h \
/opt/devkitpro/libnds/include/nds/input.h \
/opt/devkitpro/libnds/include/nds/arm9/keyboard.h \
/opt/devkitpro/libnds/include/nds/arm9/math.h \
/opt/devkitpro/libnds/include/nds/arm9/paddle.h \
/opt/devkitpro/libnds/include/nds/arm9/pcx.h \
/opt/devkitpro/libnds/include/nds/arm9/piano.h \
/opt/devkitpro/libnds/include/nds/arm9/rumble.h \
/opt/devkitpro/libnds/include/nds/arm9/sassert.h \
/opt/devkitpro/libnds/include/nds/arm9/sound.h \
/opt/devkitpro/libnds/include/nds/arm9/sprite.h \
/opt/devkitpro/libnds/include/nds/system.h \
/opt/devkitpro/libnds/include/nds/arm9/window.h \
/opt/devkitpro/libnds/include/nds/arm9/sprite.h \
/opt/devkitpro/libnds/include/nds/arm9/trig_lut.h \
/opt/devkitpro/libnds/include/nds/arm9/video.h \
/opt/devkitpro/libnds/include/nds/arm9/videoGL.h \
/opt/devkitpro/libnds/include/nds/arm9/nand.h \
/home/phillipk/Projekte/nds/snakePlus/include/consts.h \
/opt/devkitpro/libnds/include/maxmod9.h \
/opt/devkitpro/libnds/include/mm_types.h \
/home/phillipk/Projekte/nds/snakePlus/build/soundbank.h \
/home/phillipk/Projekte/nds/snakePlus/build/soundbank_bin.h \
/home/phillipk/Projekte/nds/snakePlus/build/tilemap.h
/opt/devkitpro/libnds/include/nds.h:
/opt/devkitpro/libnds/include/nds/libversion.h:
/opt/devkitpro/libnds/include/nds/ndstypes.h:
/opt/devkitpro/libnds/include/nds/bios.h:
/opt/devkitpro/libnds/include/nds/ndstypes.h:
/opt/devkitpro/libnds/include/nds/card.h:
/opt/devkitpro/libnds/include/nds/ndstypes.h:
/opt/devkitpro/libnds/include/nds/debug.h:
/opt/devkitpro/libnds/include/nds/dma.h:
/opt/devkitpro/libnds/include/nds/interrupts.h:
/opt/devkitpro/libnds/include/nds/ipc.h:
/opt/devkitpro/libnds/include/nds/memory.h:
/opt/devkitpro/libnds/include/nds/system.h:
/opt/devkitpro/libnds/include/nds/timers.h:
/opt/devkitpro/libnds/include/nds/fifocommon.h:
/opt/devkitpro/libnds/include/nds/interrupts.h:
/opt/devkitpro/libnds/include/nds/touch.h:
/opt/devkitpro/libnds/include/nds/input.h:
/opt/devkitpro/libnds/include/nds/sha1.h:
/opt/devkitpro/libnds/include/nds/arm9/dynamicArray.h:
/opt/devkitpro/libnds/include/nds/arm9/linkedlist.h:
/opt/devkitpro/libnds/include/nds/arm9/background.h:
/opt/devkitpro/libnds/include/nds/arm9/video.h:
/opt/devkitpro/libnds/include/nds/arm9/sassert.h:
/opt/devkitpro/libnds/include/nds/memory.h:
/opt/devkitpro/libnds/include/nds/dma.h:
/opt/devkitpro/libnds/include/nds/arm9/boxtest.h:
/opt/devkitpro/libnds/include/nds/arm9/videoGL.h:
/opt/devkitpro/libnds/include/nds/arm9/cache.h:
/opt/devkitpro/libnds/include/nds/arm9/trig_lut.h:
/opt/devkitpro/libnds/include/nds/arm9/math.h:
/opt/devkitpro/libnds/include/nds/arm9/dynamicArray.h:
/opt/devkitpro/libnds/include/nds/arm9/cache.h:
/opt/devkitpro/libnds/include/nds/arm9/console.h:
/opt/devkitpro/libnds/include/nds/arm9/background.h:
/opt/devkitpro/libnds/include/nds/arm9/decompress.h:
/opt/devkitpro/libnds/include/nds/bios.h:
/opt/devkitpro/libnds/include/nds/arm9/exceptions.h:
/opt/devkitpro/libnds/include/nds/arm9/guitarGrip.h:
/opt/devkitpro/libnds/include/nds/arm9/image.h:
/opt/devkitpro/libnds/include/nds/arm9/pcx.h:
/opt/devkitpro/libnds/include/nds/arm9/input.h:
/opt/devkitpro/libnds/include/nds/touch.h:
/opt/devkitpro/libnds/include/nds/input.h:
/opt/devkitpro/libnds/include/nds/arm9/keyboard.h:
/opt/devkitpro/libnds/include/nds/arm9/math.h:
/opt/devkitpro/libnds/include/nds/arm9/paddle.h:
/opt/devkitpro/libnds/include/nds/arm9/pcx.h:
/opt/devkitpro/libnds/include/nds/arm9/piano.h:
/opt/devkitpro/libnds/include/nds/arm9/rumble.h:
/opt/devkitpro/libnds/include/nds/arm9/sassert.h:
/opt/devkitpro/libnds/include/nds/arm9/sound.h:
/opt/devkitpro/libnds/include/nds/arm9/sprite.h:
/opt/devkitpro/libnds/include/nds/system.h:
/opt/devkitpro/libnds/include/nds/arm9/window.h:
/opt/devkitpro/libnds/include/nds/arm9/sprite.h:
/opt/devkitpro/libnds/include/nds/arm9/trig_lut.h:
/opt/devkitpro/libnds/include/nds/arm9/video.h:
/opt/devkitpro/libnds/include/nds/arm9/videoGL.h:
/opt/devkitpro/libnds/include/nds/arm9/nand.h:
/home/phillipk/Projekte/nds/snakePlus/include/consts.h:
/opt/devkitpro/libnds/include/maxmod9.h:
/opt/devkitpro/libnds/include/mm_types.h:
/home/phillipk/Projekte/nds/snakePlus/build/soundbank.h:
/home/phillipk/Projekte/nds/snakePlus/build/soundbank_bin.h:
/home/phillipk/Projekte/nds/snakePlus/build/tilemap.h:

BIN
build/main.o Normal file

Binary file not shown.

7461
build/snakePlus.map Normal file

File diff suppressed because it is too large Load Diff

BIN
build/soundbank.bin Normal file

Binary file not shown.

BIN
build/soundbank.bin.o Normal file

Binary file not shown.

10
build/soundbank.h Normal file
View File

@ -0,0 +1,10 @@
#define SFX_273792__PACOMAV__PLOP 0
#define SFX_167127__CRISSTANZA__PAUSE 1
#define SFX_167126__CRISSTANZA__UNPAUSE 2
#define MOD_0RIGIN 0
#define SFX_BOOM 38
#define SFX_332629__TREASURESOUNDS__ITEM_PICKUP 39
#define SFX_73750__TIMBRE__REMIX_OF_BENBONCAN_SAD_TROMBONE_MORE_WAH_BRIGHT_DE_CLICKED 40
#define MSL_NSONGS 1
#define MSL_NSAMPS 41
#define MSL_BANKSIZE 42

3
build/soundbank_bin.h Normal file
View File

@ -0,0 +1,3 @@
extern const u8 soundbank_bin_end[];
extern const u8 soundbank_bin[];
extern const u32 soundbank_bin_size;

1
build/tilemap.d Normal file
View File

@ -0,0 +1 @@
tilemap.o: tilemap.s

32
build/tilemap.h Normal file
View File

@ -0,0 +1,32 @@
//{{BLOCK(tilemap)
//======================================================================
//
// tilemap, 256x256@8,
// + palette 256 entries, not compressed
// + 12 tiles (t|f reduced) not compressed
// + regular map (in SBBs), not compressed, 32x32
// Total size: 512 + 768 + 2048 = 3328
//
// Time-stamp: 2018-12-28, 03:06:39
// Exported by Cearn's GBA Image Transmogrifier, v0.8.15
// ( http://www.coranac.com/projects/#grit )
//
//======================================================================
#ifndef GRIT_TILEMAP_H
#define GRIT_TILEMAP_H
#define tilemapTilesLen 768
extern const unsigned int tilemapTiles[192];
#define tilemapMapLen 2048
extern const unsigned short tilemapMap[1024];
#define tilemapPalLen 512
extern const unsigned short tilemapPal[256];
#endif // GRIT_TILEMAP_H
//}}BLOCK(tilemap)

BIN
build/tilemap.o Normal file

Binary file not shown.

240
build/tilemap.s Normal file
View File

@ -0,0 +1,240 @@
@{{BLOCK(tilemap)
@=======================================================================
@
@ tilemap, 256x256@8,
@ + palette 256 entries, not compressed
@ + 12 tiles (t|f reduced) not compressed
@ + regular map (in SBBs), not compressed, 32x32
@ Total size: 512 + 768 + 2048 = 3328
@
@ Time-stamp: 2018-12-28, 03:06:39
@ Exported by Cearn's GBA Image Transmogrifier, v0.8.15
@ ( http://www.coranac.com/projects/#grit )
@
@=======================================================================
.section .rodata
.align 2
.global tilemapTiles @ 768 unsigned chars
.hidden tilemapTiles
tilemapTiles:
.word 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000
.word 0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000
.word 0x09090900,0x00090909,0x02020209,0x09020202,0x02020209,0x09020202,0x02020209,0x09020202
.word 0x02020209,0x09020202,0x02020209,0x09020202,0x02020209,0x09020202,0x09090900,0x00090909
.word 0x09090900,0x00090909,0x0B0B0B09,0x090B0B0B,0x0B0B0B09,0x090B0B0B,0x0B0B0B09,0x090B0B0B
.word 0x0B0B0B09,0x090B0B0B,0x0B0B0B09,0x090B0B0B,0x0B0B0B09,0x090B0B0B,0x09090900,0x00090909
.word 0x09090900,0x00000009,0x02020209,0x00090902,0x02010209,0x09020202,0x02020209,0x0A0A0602
.word 0x02020209,0x0A0A0602,0x02010209,0x09020202,0x02020209,0x00090902,0x09090900,0x00000009
.word 0x0A090000,0x0000090A,0x0A020900,0x0009020A,0x06020900,0x00090206,0x02020209,0x09020202
.word 0x02020209,0x09020202,0x02010209,0x09020102,0x02020209,0x09020202,0x09090900,0x00090909
.word 0x07000000,0x00000007,0x070A0A00,0x000A0909,0x0A0A0A00,0x00090909,0x0A0A0A0A,0x0A0A0A0A
.word 0x0A0A0A0A,0x0A0A040A,0x0A0A0A00,0x000A040A,0x0A0A0A00,0x000A0A0A,0x0A000000,0x0000000A
.word 0x07000000,0x00000007,0x07030300,0x00030909,0x03030300,0x00090909,0x03030303,0x03030303
.word 0x03030303,0x03030403,0x03030300,0x00030403,0x03030300,0x00030303,0x03000000,0x00000003
.word 0x00000000,0x00000000,0x00000909,0x00000000,0x09090209,0x00000009,0x02020209,0x09090902
.word 0x02020209,0x09090902,0x09090209,0x00000009,0x00000909,0x00000000,0x00000000,0x00000000
.word 0x00000000,0x00000000,0x00000909,0x00000000,0x09090B09,0x00000009,0x0B0B0B09,0x0909090B
.word 0x0B0B0B09,0x0909090B,0x09090B09,0x00000009,0x00000909,0x00000000,0x00000000,0x00000000
.word 0x09000000,0x00000009,0x09000000,0x00000009,0x09000000,0x00000009,0x02090000,0x00000902
.word 0x02090000,0x00000902,0x02090000,0x00000902,0x02020900,0x00090202,0x09090900,0x00090909
.word 0x09000000,0x00000009,0x09000000,0x00000009,0x09000000,0x00000009,0x0B090000,0x0000090B
.word 0x0B090000,0x0000090B,0x0B090000,0x0000090B,0x0B0B0900,0x00090B0B,0x09090900,0x00090909
.word 0x07000000,0x00000007,0x070A0A00,0x000A0C0C,0x0A0A0A00,0x000C0C0C,0x0A0A050A,0x0A0A0A0A
.word 0x0A0A0A0A,0x0C0C0C05,0x0A0A0A00,0x000C0C05,0x0C0C0C00,0x00070C0C,0x07000000,0x0000000C
.section .rodata
.align 2
.global tilemapMap @ 2048 unsigned chars
.hidden tilemapMap
tilemapMap:
.hword 0x0000,0x0001,0x0002,0x0003,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0004,0x0005,0x0006,0x0007,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0008,0x0009,0x000A,0x000B,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.section .rodata
.align 2
.global tilemapPal @ 512 unsigned chars
.hidden tilemapPal
tilemapPal:
.hword 0x7C1F,0x7C00,0x03E0,0x001F,0x7FFF,0x2529,0x1084,0x00EE
.hword 0x0000,0x01A0,0x0016,0x37ED,0x01AE,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
.hword 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
@}}BLOCK(tilemap)