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
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue