diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-16 23:21:57 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-16 23:21:57 -0500 |
| commit | 4670a1ddae02fd73d8c4826f9d9c9948820636a0 (patch) | |
| tree | 42f3a4c0861f920a88254cd13d8ec05a0f9a7238 /data/mapObjects/tradecenter.asm | |
| parent | Comment naming screen (diff) | |
| download | pokeyellow-4670a1ddae02fd73d8c4826f9d9c9948820636a0.tar.gz pokeyellow-4670a1ddae02fd73d8c4826f9d9c9948820636a0.tar.xz pokeyellow-4670a1ddae02fd73d8c4826f9d9c9948820636a0.zip | |
Swap trade center and battle center
also rename battle center to colosseum
closes https://github.com/iimarckus/pokered/issues/102
Diffstat (limited to 'data/mapObjects/tradecenter.asm')
| -rwxr-xr-x | data/mapObjects/tradecenter.asm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/mapObjects/tradecenter.asm b/data/mapObjects/tradecenter.asm new file mode 100755 index 00000000..3afdf48e --- /dev/null +++ b/data/mapObjects/tradecenter.asm @@ -0,0 +1,9 @@ +TradeCenterObject: ; 0x4fd53 (size=10) + db $e ; border block + + db $0 ; warps + + db $0 ; signs + + db $1 ; people + db SPRITE_RED, $2 + 4, $2 + 4, $ff, $0, $1 ; person |
