mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Swap trade center and battle center
also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102
This commit is contained in:
parent
b1cb378893
commit
4670a1ddae
23 changed files with 85 additions and 85 deletions
|
|
@ -1,6 +0,0 @@
|
|||
BattleCenterM_h: ; 0x4fd04 to 0x4fd10 (12 bytes) (id=239)
|
||||
db CLUB ; tileset
|
||||
db BATTLE_CENTER_HEIGHT, BATTLE_CENTER_WIDTH ; dimensions (y, x)
|
||||
dw BattleCenterMBlocks, BattleCenterMTextPointers, BattleCenterMScript ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
dw BattleCenterMObject ; objects
|
||||
6
data/mapHeaders/colosseum.asm
Executable file
6
data/mapHeaders/colosseum.asm
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
Colosseum_h: ; 0x4fd71 to 0x4fd7d (12 bytes) (id=240)
|
||||
db CLUB ; tileset
|
||||
db COLOSSEUM_HEIGHT, COLOSSEUM_WIDTH ; dimensions (y, x)
|
||||
dw ColosseumBlocks, ColosseumTextPointers, ColosseumScript ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
dw ColosseumObject ; objects
|
||||
6
data/mapHeaders/tradecenter.asm
Executable file
6
data/mapHeaders/tradecenter.asm
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
TradeCenter_h: ; 0x4fd04 to 0x4fd10 (12 bytes) (id=239)
|
||||
db CLUB ; tileset
|
||||
db TRADE_CENTER_HEIGHT, TRADE_CENTER_WIDTH ; dimensions (y, x)
|
||||
dw TradeCenterBlocks, TradeCenterTextPointers, TradeCenterScript ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
dw TradeCenterObject ; objects
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
TradeCenterM_h: ; 0x4fd71 to 0x4fd7d (12 bytes) (id=240)
|
||||
db CLUB ; tileset
|
||||
db TRADE_CENTER_HEIGHT, TRADE_CENTER_WIDTH ; dimensions (y, x)
|
||||
dw TradeCenterMBlocks, TradeCenterMTextPointers, TradeCenterMScript ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
dw TradeCenterMObject ; objects
|
||||
Loading…
Add table
Add a link
Reference in a new issue