aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps/objects/TradeCenter.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-01-30Fix some label typos, and add some constants instead of raw numbers (#492)Narishma-gb1-1/+1
2023-10-11Use map object consts in data/maps/hide_show_data.asm (#432)dannye1-1/+1
2023-07-13Add macros, constants, and labels for map scripts and text (#367)vulcandth1-1/+4
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
2021-09-26Align `object_event` coordinatesRangi1-1/+1
Fixes #336
2021-09-26Unify map event gen1 gen2 (#335)Yoann Fievez1-4/+4
* Update sign to bg_event #289 * Rename warp to warp_event * Replace object to object_event * Move warp macro parameter from warp x, y, id, map to warp_event x, y, map, id
2020-11-14Fix file modesdannye1-0/+0
2020-11-04Sync with pokereddannye1-3/+5
2020-07-03data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objectsRangi1-9/+0
To do: Polished Map support for loading the objects
2020-05-20Sync with pokereddannye1-1/+1
2020-03-27Added warp, warp_to and sign compatibilityShakib20011-4/+4
2019-01-01Rename map files, labels, and constants to be consistent and work with ↵Rangi1-9/+0
Polished Map
2018-01-29Block IDs use hex; zero connections use decRemy Oukaour1-1/+1
2018-01-29Use base 10 (note, the previous commit resolves #173)Remy Oukaour1-5/+5
2016-06-12remove map object addr commentsYamaArashi1-1/+1
2016-06-12Remove the last address commentsdannye1-1/+1
except for wram.asm and sram.asm also delete unused yellow file
2015-07-18A few missed object constantsdannye1-1/+1
2015-07-18Map object macrodannye1-2/+2
closes https://github.com/iimarckus/pokered/issues/89
2015-07-16Swap trade center and battle centerdannye1-1/+1
also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102
2014-05-17Pull map objects out of main.asmU-Fish-PC\Daniel1-0/+9