mirror of
https://github.com/zladx/LADX-Disassembly.git
synced 2024-11-27 14:50:50 +00:00
tilemaps: rename tilemap09
Give it its proper name.
This commit is contained in:
parent
1a7b7f995e
commit
69b9d14c92
@ -8,7 +8,7 @@ AttrmapsPointersTable::
|
||||
._06 dw MenuFileEraseAttrmap ; $6119
|
||||
._07 dw Attrmap07 ; $641B
|
||||
._08 dw WorldMapAttrmap ; $66CD
|
||||
._09 dw Attrmap09 ; $5C97
|
||||
._09 dw EaglesTowerCloudsAttrmap ; $5C97
|
||||
._0A dw GameOverAttrmap ; $61E9
|
||||
._0B dw InventoryDebugAttrmap ; $5C97
|
||||
._0C dw MenuFileCopyAttrmap ; $6181
|
||||
|
@ -50,8 +50,8 @@ MenuFileCopyTilemap::
|
||||
incbin "data/backgrounds/menu_file_copy.tilemap.encoded"
|
||||
InventoryTilemap::
|
||||
incbin "data/backgrounds/inventory.tilemap.encoded"
|
||||
Tilemap09::
|
||||
incbin "data/backgrounds/tilemap09.tilemap.encoded"
|
||||
EaglesTowerCloudsTilemap::
|
||||
incbin "data/backgrounds/eagles_tower_clouds.tilemap.encoded"
|
||||
InventoryDebugTilemap::
|
||||
incbin "data/backgrounds/inventory_debug.tilemap.encoded"
|
||||
GameOverTilemap::
|
||||
|
@ -8,7 +8,7 @@ AttrmapsPointersTable::
|
||||
._06 dw MenuFileEraseAttrmap ; $6119
|
||||
._07 dw Attrmap07 ; $641B
|
||||
._08 dw WorldMapAttrmap ; $66CD
|
||||
._09 dw Attrmap09 ; $5C97
|
||||
._09 dw EaglesTowerCloudsAttrmap ; $5C97
|
||||
._0A dw GameOverAttrmap ; $61E9
|
||||
._0B dw InventoryDebugAttrmap ; $5C97
|
||||
._0C dw MenuFileCopyAttrmap ; $6181
|
||||
|
@ -50,8 +50,8 @@ MenuFileCopyTilemap::
|
||||
incbin "data/backgrounds/menu_file_copy.tilemap.encoded"
|
||||
InventoryTilemap::
|
||||
incbin "data/backgrounds/inventory.tilemap.encoded"
|
||||
Tilemap09::
|
||||
incbin "data/backgrounds/tilemap09.tilemap.encoded"
|
||||
EaglesTowerCloudsTilemap::
|
||||
incbin "data/backgrounds/eagles_tower_clouds.tilemap.encoded"
|
||||
InventoryDebugTilemap::
|
||||
incbin "data/backgrounds/inventory_debug.tilemap.encoded"
|
||||
GameOverTilemap::
|
||||
|
@ -42,8 +42,8 @@ MenuFileCopyTilemap::
|
||||
incbin "data/backgrounds/menu_file_copy.tilemap.encoded"
|
||||
InventoryTilemap::
|
||||
incbin "data/backgrounds/inventory.tilemap.encoded"
|
||||
Tilemap09::
|
||||
incbin "data/backgrounds/tilemap09.tilemap.encoded"
|
||||
EaglesTowerCloudsTilemap::
|
||||
incbin "data/backgrounds/eagles_tower_clouds.tilemap.encoded"
|
||||
InventoryDebugTilemap::
|
||||
incbin "data/backgrounds/inventory_debug.tilemap.encoded"
|
||||
GameOverTilemap::
|
||||
|
@ -1,6 +1,6 @@
|
||||
Attrmap09::
|
||||
EaglesTowerCloudsAttrmap::
|
||||
InventoryDebugAttrmap::
|
||||
incbin "data/backgrounds/tilemap09.attrmap.encoded"
|
||||
incbin "data/backgrounds/eagles_tower_clouds.attrmap.encoded"
|
||||
IntroSeaCGBAttrmap::
|
||||
IntroSeaDMGAttrmap::
|
||||
incbin "data/backgrounds/intro_sea_dmg.attrmap.encoded"
|
||||
|
@ -8,7 +8,7 @@ AttrmapsPointersTable::
|
||||
._06 dw MenuFileEraseAttrmap ; $6115
|
||||
._07 dw Attrmap07 ; $642F
|
||||
._08 dw WorldMapAttrmap ; $66E1
|
||||
._09 dw Attrmap09 ; $5C97
|
||||
._09 dw EaglesTowerCloudsAttrmap ; $5C97
|
||||
._0A dw GameOverAttrmap ; $61E5
|
||||
._0B dw InventoryDebugAttrmap ; $5C97
|
||||
._0C dw MenuFileCopyAttrmap ; $617D
|
||||
|
@ -42,8 +42,8 @@ MenuFileCopyTilemap::
|
||||
incbin "data/backgrounds/menu_file_copy.tilemap.encoded"
|
||||
InventoryTilemap::
|
||||
incbin "data/backgrounds/inventory.tilemap.encoded"
|
||||
Tilemap09::
|
||||
incbin "data/backgrounds/tilemap09.tilemap.encoded"
|
||||
EaglesTowerCloudsTilemap::
|
||||
incbin "data/backgrounds/eagles_tower_clouds.tilemap.encoded"
|
||||
InventoryDebugTilemap::
|
||||
incbin "data/backgrounds/inventory_debug.tilemap.encoded"
|
||||
GameOverTilemap::
|
||||
|
@ -9,7 +9,7 @@ TilemapsPointersTable::
|
||||
._06 dw MenuFileEraseTilemap ; $6589
|
||||
._07 dw wMinimapTilemap ; $D651
|
||||
._08 dw WorldMapTilemap ; $62E9
|
||||
._09 dw Tilemap09 ; $67C9
|
||||
._09 dw EaglesTowerCloudsTilemap ; $67C9
|
||||
._0A dw GameOverTilemap ; $698F
|
||||
._0B dw InventoryDebugTilemap ; $68F6
|
||||
._0C dw MenuFileCopyTilemap ; $6660
|
||||
|
@ -59,7 +59,7 @@ background_names = [
|
||||
'MenuFileEraseTilemap', #06
|
||||
'Tilemap07', #07
|
||||
'WorldMapTilemap', #08
|
||||
'Tilemap09', #09 (inventory no minimap?)
|
||||
'EaglesTowerCloudsTilemap', #09
|
||||
'GameOverTilemap', #0A
|
||||
'InventoryDebugTilemap', #0B
|
||||
'MenuFileCopyTilemap', #0C
|
||||
|
Loading…
Reference in New Issue
Block a user