diff options
Diffstat (limited to 'data/mapHeaders/fightingdojo.asm')
-rwxr-xr-x | data/mapHeaders/fightingdojo.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/fightingdojo.asm b/data/mapHeaders/fightingdojo.asm new file mode 100755 index 00000000..d981d816 --- /dev/null +++ b/data/mapHeaders/fightingdojo.asm @@ -0,0 +1,6 @@ +FightingDojo_h: ; 0x5cd51 to 0x5cd5d (12 bytes) (id=177) + db DOJO ; tileset + db FIGHTING_DOJO_HEIGHT, FIGHTING_DOJO_WIDTH ; dimensions (y, x) + dw FightingDojoBlocks, FightingDojoTextPointers, FightingDojoScript ; blocks, texts, scripts + db $00 ; connections + dw FightingDojoObject ; objects |