Create tileset and map in debug build for testing

This commit is contained in:
xCrystal 2023-10-06 20:42:00 +02:00
parent a01f04e967
commit 85a616e20e
19 changed files with 324 additions and 16 deletions

View File

@ -62,7 +62,7 @@ if DEF(_DEBUG)
endgroup endgroup
newgroup DEBUGLEVEL_5 newgroup DEBUGLEVEL_5
map_const DEBUGLEVEL_5_MAP_1, 5, 4 ; 1 map_const DEBUGLEVEL_5_MAP_1, 15, 10 ; 1
endgroup endgroup
endc endc

View File

@ -36,6 +36,9 @@
const TILESET_KABUTO_WORD_ROOM ; 22 const TILESET_KABUTO_WORD_ROOM ; 22
const TILESET_OMANYTE_WORD_ROOM ; 23 const TILESET_OMANYTE_WORD_ROOM ; 23
const TILESET_AERODACTYL_WORD_ROOM ; 24 const TILESET_AERODACTYL_WORD_ROOM ; 24
if DEF(_DEBUG)
const TILESET_BOARD_DEBUG_1 ; 25
endc
DEF NUM_TILESETS EQU const_value - 1 DEF NUM_TILESETS EQU const_value - 1
; wTileset struct size ; wTileset struct size

View File

@ -111,5 +111,5 @@ if DEF(_DEBUG)
map_attributes DebugLevel2_Map1, DEBUGLEVEL_2_MAP_1, $00, 0 map_attributes DebugLevel2_Map1, DEBUGLEVEL_2_MAP_1, $00, 0
map_attributes DebugLevel3_Map1, DEBUGLEVEL_3_MAP_1, $00, 0 map_attributes DebugLevel3_Map1, DEBUGLEVEL_3_MAP_1, $00, 0
map_attributes DebugLevel4_Map1, DEBUGLEVEL_4_MAP_1, $00, 0 map_attributes DebugLevel4_Map1, DEBUGLEVEL_4_MAP_1, $00, 0
map_attributes DebugLevel5_Map1, DEBUGLEVEL_5_MAP_1, $00, 0 map_attributes DebugLevel5_Map1, DEBUGLEVEL_5_MAP_1, $05, 0
endc endc

View File

@ -62,6 +62,6 @@ MapGroup_DebugLevel4:
MapGroup_DebugLevel5: MapGroup_DebugLevel5:
table_width MAP_LENGTH, MapGroup_DebugLevel5 table_width MAP_LENGTH, MapGroup_DebugLevel5
map DebugLevel5_Map1, TILESET_JOHTO, OUTDOOR_GRASSY, LANDMARK_DEBUGLEVEL_5, MUSIC_NEW_BARK_TOWN, FALSE, PALETTE_AUTO, FISHGROUP_SHORE map DebugLevel5_Map1, TILESET_BOARD_DEBUG_1, OUTDOOR_GRASSY, LANDMARK_DEBUGLEVEL_5, MUSIC_NEW_BARK_TOWN, FALSE, PALETTE_AUTO, FISHGROUP_SHORE
assert_table_length NUM_DEBUGLEVEL_5_MAPS assert_table_length NUM_DEBUGLEVEL_5_MAPS
endc endc

View File

@ -51,4 +51,7 @@ Tilesets::
tileset TilesetKabutoWordRoom, 1 tileset TilesetKabutoWordRoom, 1
tileset TilesetOmanyteWordRoom, 1 tileset TilesetOmanyteWordRoom, 1
tileset TilesetAerodactylWordRoom, 1 tileset TilesetAerodactylWordRoom, 1
if DEF(_DEBUG)
tileset TilesetBoardDebug1, 1
endc
assert_table_length NUM_TILESETS + 1 assert_table_length NUM_TILESETS + 1

View File

@ -0,0 +1,256 @@
tilecoll 01, 01, 01, 01 ; 00
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 01
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 02
tilecoll TALL_GRASS, TALL_GRASS, TALL_GRASS, TALL_GRASS ; 03
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 04
tilecoll WALL, WALL, WALL, WALL ; 05
tilecoll LADDER, LADDER, LADDER, LADDER ; 06
tilecoll WHIRLPOOL, BUOY, WATER, BUOY ; 07
tilecoll WALL, WALL, WALL, WALL ; 08
tilecoll WALL, WALL, WALL, WALL ; 09
tilecoll WALL, WALL, WALL, WALL ; 0a
tilecoll WARP_CARPET_LEFT, FLOOR, WARP_CARPET_LEFT, FLOOR ; 0b
tilecoll FLOOR, FLOOR, WALL, WARP_CARPET_DOWN ; 0c
tilecoll FLOOR, FLOOR, WARP_CARPET_DOWN, WALL ; 0d
tilecoll FLOOR, WARP_CARPET_RIGHT, FLOOR, WARP_CARPET_RIGHT ; 0e
tilecoll WALL, WALL, WALL, WALL ; 0f
tilecoll WALL, WALL, WALL, WALL ; 10
tilecoll WALL, WALL, WALL, WALL ; 11
tilecoll WALL, WALL, WALL, WALL ; 12
tilecoll WALL, WALL, WALL, WALL ; 13
tilecoll WALL, WALL, WALL, DOOR ; 14
tilecoll WALL, WALL, WALL, WALL ; 15
tilecoll WALL, WALL, WALL, DOOR ; 16
tilecoll WALL, WALL, WALL, WALL ; 17
tilecoll WALL, WALL, WALL, WALL ; 18
tilecoll WALL, WALL, WALL, WALL ; 19
tilecoll WALL, WALL, WALL, DOOR ; 1a
tilecoll WALL, WALL, WALL, WALL ; 1b
tilecoll WALL, WALL, WALL, WALL ; 1c
tilecoll WALL, WALL, DOOR, WALL ; 1d
tilecoll WALL, WALL, WALL, WALL ; 1e
tilecoll WALL, WALL, WALL, WALL ; 1f
tilecoll WALL, WALL, WALL, WALL ; 20
tilecoll WALL, WALL, WALL, WALL ; 21
tilecoll WALL, WALL, WALL, WALL ; 22
tilecoll WALL, WALL, WALL, WALL ; 23
tilecoll WALL, WALL, WALL, WALL ; 24
tilecoll WALL, WALL, WALL, WALL ; 25
tilecoll WALL, WALL, WALL, WALL ; 26
tilecoll WALL, WALL, DOOR, WALL ; 27
tilecoll WALL, WALL, WALL, DOOR ; 28
tilecoll WALL, WALL, WALL, WALL ; 29
tilecoll HEADBUTT_TREE, HEADBUTT_TREE, WALL, WALL ; 2a
tilecoll WALL, WALL, WALL, WALL ; 2b
tilecoll HEADBUTT_TREE, HEADBUTT_TREE, WALL, WALL ; 2c
tilecoll HEADBUTT_TREE, HEADBUTT_TREE, WALL, WALL ; 2d
tilecoll WALL, WALL, WALL, DOOR ; 2e
tilecoll WALL, WALL, WALL, WALL ; 2f
tilecoll BUOY, BUOY, BUOY, WATER ; 30
tilecoll BUOY, BUOY, WATER, WATER ; 31
tilecoll BUOY, BUOY, WATER, BUOY ; 32
tilecoll FLOOR, FLOOR, WALL, WALL ; 33
tilecoll BUOY, WATER, BUOY, WATER ; 34
tilecoll WATER, WATER, WATER, WATER ; 35
tilecoll WATER, BUOY, WATER, BUOY ; 36
tilecoll WALL, WALL, WALL, DOOR ; 37
tilecoll BUOY, WATER, BUOY, BUOY ; 38
tilecoll WATER, WATER, BUOY, BUOY ; 39
tilecoll WATER, BUOY, BUOY, BUOY ; 3a
tilecoll WALL, WALL, WALL, WALL ; 3b
tilecoll HEADBUTT_TREE, FLOOR, FLOOR, FLOOR ; 3c
tilecoll FLOOR, HEADBUTT_TREE, FLOOR, FLOOR ; 3d
tilecoll FLOOR, FLOOR, HEADBUTT_TREE, FLOOR ; 3e
tilecoll FLOOR, FLOOR, FLOOR, HEADBUTT_TREE ; 3f
tilecoll WALL, WALL, WALL, FLOOR ; 40
tilecoll WALL, WALL, FLOOR, FLOOR ; 41
tilecoll WALL, WALL, FLOOR, WALL ; 42
tilecoll WATER, WATER, WATER, WATER ; 43
tilecoll WALL, FLOOR, WALL, FLOOR ; 44
tilecoll WALL, FLOOR, FLOOR, FLOOR ; 45
tilecoll FLOOR, WALL, FLOOR, WALL ; 46
tilecoll FLOOR, FLOOR, FLOOR, WALL ; 47
tilecoll WALL, FLOOR, WALL, WALL ; 48
tilecoll FLOOR, FLOOR, WALL, WALL ; 49
tilecoll FLOOR, WALL, WALL, WALL ; 4a
tilecoll HOP_DOWN, FLOOR, WALL, FLOOR ; 4b
tilecoll WALL, HOP_LEFT, WALL, HOP_LEFT ; 4c
tilecoll HOP_RIGHT, WALL, HOP_RIGHT, WALL ; 4d
tilecoll WALL, HOP_LEFT, WALL, HOP_LEFT ; 4e
tilecoll HOP_RIGHT, WALL, HOP_RIGHT, WALL ; 4f
tilecoll WALL, HOP_DOWN_LEFT, WALL, WALL ; 50
tilecoll HOP_DOWN_RIGHT, WALL, WALL, WALL ; 51
tilecoll WALL, HOP_DOWN_LEFT, WALL, WALL ; 52
tilecoll HOP_DOWN_RIGHT, WALL, WALL, WALL ; 53
tilecoll WATER, WATER, WATER, WATER ; 54
tilecoll WATER, WATER, WATER, WATER ; 55
tilecoll HOP_DOWN, HOP_DOWN, WALL, WALL ; 56
tilecoll HOP_DOWN, HOP_DOWN, WALL, WALL ; 57
tilecoll WATER, WATER, WATER, WATER ; 58
tilecoll WATER, WATER, WATER, WATER ; 59
tilecoll HOP_DOWN, FLOOR, WALL, FLOOR ; 5a
tilecoll HEADBUTT_TREE, CUT_TREE, FLOOR, FLOOR ; 5b
tilecoll HEADBUTT_TREE, HEADBUTT_TREE, HEADBUTT_TREE, FLOOR ; 5c
tilecoll HEADBUTT_TREE, HEADBUTT_TREE, FLOOR, FLOOR ; 5d
tilecoll HEADBUTT_TREE, HEADBUTT_TREE, FLOOR, HEADBUTT_TREE ; 5e
tilecoll FLOOR, HEADBUTT_TREE, FLOOR, CUT_TREE ; 5f
tilecoll HEADBUTT_TREE, FLOOR, HEADBUTT_TREE, FLOOR ; 60
tilecoll HEADBUTT_TREE, HEADBUTT_TREE, HEADBUTT_TREE, HEADBUTT_TREE ; 61
tilecoll FLOOR, HEADBUTT_TREE, FLOOR, HEADBUTT_TREE ; 62
tilecoll FLOOR, FLOOR, CUT_TREE, HEADBUTT_TREE ; 63
tilecoll HEADBUTT_TREE, FLOOR, HEADBUTT_TREE, HEADBUTT_TREE ; 64
tilecoll FLOOR, FLOOR, HEADBUTT_TREE, HEADBUTT_TREE ; 65
tilecoll FLOOR, HEADBUTT_TREE, HEADBUTT_TREE, HEADBUTT_TREE ; 66
tilecoll CUT_TREE, FLOOR, HEADBUTT_TREE, FLOOR ; 67
tilecoll WALL, FLOOR, WALL, FLOOR ; 68
tilecoll FLOOR, WALL, FLOOR, WALL ; 69
tilecoll WALL, UP_WALL, WALL, FLOOR ; 6a
tilecoll UP_WALL, WALL, FLOOR, WALL ; 6b
tilecoll WALL, FLOOR, WALL, WALL ; 6c
tilecoll FLOOR, WALL, WALL, WALL ; 6d
tilecoll FLOOR, FLOOR, WALL, FLOOR ; 6e
tilecoll FLOOR, FLOOR, FLOOR, WALL ; 6f
tilecoll UP_WALL, UP_WALL, FLOOR, FLOOR ; 70
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 71
tilecoll FLOOR, FLOOR, WALL, WALL ; 72
tilecoll FLOOR, FLOOR, CAVE, WALL ; 73
tilecoll WALL, FLOOR, FLOOR, FLOOR ; 74
tilecoll WALL, WALL, FLOOR, FLOOR ; 75
tilecoll WATER, WATER, WATER, WATER ; 76
tilecoll WALL, WALL, DOOR, WALL ; 77
tilecoll FLOOR, FLOOR, FLOOR, WALL ; 78
tilecoll WATER, WATER, WATER, WATER ; 79
tilecoll WATER, WATER, WATER, WATER ; 7a
tilecoll WALL, WALL, WALL, WALL ; 7b
tilecoll WALL, WALL, WALL, WALL ; 7c
tilecoll WALL, WALL, WALL, WALL ; 7d
tilecoll WALL, WALL, WALL, WALL ; 7e
tilecoll WALL, WALL, WALL, WALL ; 7f
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 80
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 81
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 82
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 83
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 84
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 85
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 86
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 87
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 88
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 89
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 8a
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 8b
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 8c
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 8d
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 8e
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 8f
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 90
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 91
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 92
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 93
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 94
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 95
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 96
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 97
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 98
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 99
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 9a
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 9b
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 9c
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 9d
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 9e
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 9f
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; a0
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; a1
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; a2
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; a3
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; a4
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; a5
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; a6
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; a7
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; a8
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; a9
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; aa
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; ab
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; ac
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; ad
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; ae
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; af
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; b0
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; b1
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; b2
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; b3
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; b4
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; b5
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; b6
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; b7
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; b8
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; b9
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; ba
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; bb
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; bc
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; bd
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; be
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; bf
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; c0
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; c1
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; c2
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; c3
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; c4
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; c5
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; c6
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; c7
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; c8
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; c9
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; ca
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; cb
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; cc
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; cd
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; ce
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; cf
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; d0
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; d1
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; d2
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; d3
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; d4
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; d5
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; d6
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; d7
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; d8
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; d9
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; da
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; db
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; dc
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; dd
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; de
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; df
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; e0
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; e1
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; e2
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; e3
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; e4
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; e5
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; e6
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; e7
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; e8
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; e9
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; ea
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; eb
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; ec
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; ed
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; ee
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; ef
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; f0
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; f1
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; f2
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; f3
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; f4
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; f5
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; f6
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; f7
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; f8
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; f9
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; fa
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; fb
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; fc
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; fd
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; fe
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; ff

Binary file not shown.

Binary file not shown.

View File

@ -103,8 +103,6 @@ GameMenu_WorldMap:
farcall ClearSpriteAnims farcall ClearSpriteAnims
call ClearSprites call ClearSprites
ld a, PLAYER_NORMAL
ld [wPlayerState], a ; this may need to be set on a per-level basis (e.g. if specific level starts with player in surf state)
ld a, MAPSETUP_ENTERLEVEL ld a, MAPSETUP_ENTERLEVEL
; jr .SpawnToMap ; jr .SpawnToMap

View File

@ -78,6 +78,9 @@ TilesetForestAnim:
dw NULL, DoneTileAnimation dw NULL, DoneTileAnimation
TilesetJohtoAnim: TilesetJohtoAnim:
if DEF(_DEBUG)
TilesetBoardDebug1Anim:
endc
dw vTiles2 tile $14, AnimateWaterTile dw vTiles2 tile $14, AnimateWaterTile
dw NULL, WaitTileAnimation dw NULL, WaitTileAnimation
dw NULL, WaitTileAnimation dw NULL, WaitTileAnimation

View File

@ -116,3 +116,8 @@ INCLUDE "gfx/tilesets/battle_tower_inside_palette_map.asm"
TilesetBattleTowerOutsidePalMap: TilesetBattleTowerOutsidePalMap:
INCLUDE "gfx/tilesets/battle_tower_outside_palette_map.asm" INCLUDE "gfx/tilesets/battle_tower_outside_palette_map.asm"
if DEF(_DEBUG)
TilesetBoardDebug1PalMap::
INCLUDE "gfx/tilesets/board_debug_1_palette_map.asm"
endc

View File

@ -203,12 +203,6 @@ INCLUDE "data/tilesets/underground_collision.asm"
TilesetDarkCaveGFX:: TilesetDarkCaveGFX::
INCBIN "gfx/tilesets/dark_cave.2bpp.lz" INCBIN "gfx/tilesets/dark_cave.2bpp.lz"
UnusedTilesetJohtoMeta:: ; unreferenced
INCBIN "data/tilesets/unused_johto_metatiles.bin"
UnusedTilesetJohtoColl:: ; unreferenced
INCLUDE "data/tilesets/unused_johto_collision.asm"
SECTION "Tileset Data 5", ROMX SECTION "Tileset Data 5", ROMX
@ -350,3 +344,16 @@ INCBIN "data/tilesets/omanyte_word_room_metatiles.bin"
TilesetAerodactylWordRoomMeta:: TilesetAerodactylWordRoomMeta::
INCBIN "data/tilesets/aerodactyl_word_room_metatiles.bin" INCBIN "data/tilesets/aerodactyl_word_room_metatiles.bin"
if DEF(_DEBUG)
TilesetBoardDebug1GFX::
INCBIN "gfx/tilesets/board_debug_1.2bpp.lz"
TilesetBoardDebug1Meta::
INCBIN "data/tilesets/board_debug_1_metatiles.bin"
TilesetBoardDebug1Coll::
INCLUDE "data/tilesets/board_debug_1_collision.asm"
endc

BIN
gfx/tilesets/board_debug_1.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -0,0 +1,32 @@
tilepal 0, GRAY, BROWN, BROWN, RED, GREEN, GREEN, GRAY, RED
tilepal 0, RED, RED, ROOF, ROOF, ROOF, ROOF, ROOF, ROOF
tilepal 0, ROOF, ROOF, ROOF, GREEN, WATER, GREEN, BROWN, BROWN
tilepal 0, RED, RED, BROWN, BROWN, BROWN, GREEN, GREEN, GREEN
tilepal 0, BROWN, BROWN, BROWN, RED, RED, BROWN, YELLOW, BROWN
tilepal 0, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, GREEN, GREEN
tilepal 0, BROWN, BROWN, WATER, WATER, BROWN, BROWN, BROWN, YELLOW
tilepal 0, YELLOW, BROWN, BROWN, BROWN, BROWN, BROWN, GREEN, GREEN
tilepal 0, RED, BROWN, WATER, WATER, BROWN, GREEN, BROWN, BROWN
tilepal 0, BROWN, WATER, GRAY, BROWN, BROWN, BROWN, GRAY, GRAY
tilepal 0, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN
tilepal 0, WATER, GRAY, GRAY, GRAY, BROWN, BROWN, GRAY, GRAY
tilepal 0, BROWN, BROWN, BROWN, RED, RED, RED, RED, RED
tilepal 0, RED, RED, RED, RED, RED, RED, RED, RED
tilepal 0, RED, RED, RED, RED, BROWN, BROWN, BROWN, BROWN
tilepal 0, BROWN, BROWN, BROWN, GRAY, GRAY, BROWN, BROWN, TEXT
tilepal 1, BROWN, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY, BROWN
tilepal 1, BROWN, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY, BROWN
tilepal 1, BROWN, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY, BROWN
tilepal 1, BROWN, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY, BROWN
tilepal 1, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN
tilepal 1, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN
tilepal 1, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN
tilepal 1, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN
tilepal 1, WATER, WATER, RED, RED, GREEN, GREEN, BROWN, BROWN
tilepal 1, RED, RED, YELLOW, YELLOW, GRAY, GRAY, GRAY, GRAY
tilepal 1, WATER, WATER, RED, RED, GREEN, GREEN, BROWN, BROWN
tilepal 1, RED, RED, YELLOW, YELLOW, GRAY, GRAY, GRAY, GRAY
tilepal 1, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN
tilepal 1, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN
tilepal 1, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN
tilepal 1, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN, BROWN

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 B

After

Width:  |  Height:  |  Size: 244 B

View File

@ -1,4 +1,4 @@
tilepal 1, WATER, WATER, RED, RED, GREEN, GREEN, GRAY, GRAY tilepal 1, WATER, WATER, RED, RED, GREEN, GREEN, BROWN, BROWN
tilepal 1, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY tilepal 1, RED, RED, YELLOW, YELLOW, GRAY, GRAY, GRAY, GRAY
tilepal 1, WATER, WATER, RED, RED, GREEN, GREEN, GRAY, GRAY tilepal 1, WATER, WATER, RED, RED, GREEN, GREEN, BROWN, BROWN
tilepal 1, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY, GRAY tilepal 1, RED, RED, YELLOW, YELLOW, GRAY, GRAY, GRAY, GRAY

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 244 B

View File

@ -1 +1 @@
0$% €€ €°<E282AC><C2B0>΅Α΅ΑΑ €€°€Δ<02> ΅Α<> ° Α<C2A0>΅Α<CE85>

1
maps/DebugLevel5_Map1.blk.bak Executable file
View File

@ -0,0 +1 @@
555$%