summaryrefslogtreecommitdiff
path: root/constants.asm
AgeCommit message (Collapse)Author
2021-05-31Preliminary cry labellingZumi Daxuya
2020-12-17Suggested changes to #83Zumi Daxuya
2020-12-10Create sprite_anim_constants.asmZumi Daxuya
2020-09-23Fill in named constants & values for moves (#76)jd-0
Fill in named constants & values for moves
2020-09-22Replace enum with const, and update many constants to be more like pokegoldRangi
2020-09-22Move most files out of the root directoryRangi
- ram/ froups the ram source files - slack/ is for unused garbage taking up the ROM's free space - gfx.py moved to utils/
2019-09-15Disassemble party menu iconsRangi
2018-11-30cleaned up labels and added more constants, removed the hardcoded relative ↵2Tie
jumps.
2018-07-03Merge branch 'collisions-movements' of ↵obskyr
https://github.com/Pokeglitch/pokegold-spaceworld into master And that's the last of the manual merges for now! Hooray!
2018-07-03Merge branch 'master' of https://github.com/2Tie/pokegold-spaceworld into masterobskyr
Long overdue!
2018-06-25Disassembled all routines related to sprite movement/collisions. Added in ↵Pokeglitch
constants
2018-06-24engine: disassemble player movement (WIP)Tauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-17main menu progress for the day, still have a bunch more to go.2Tie
2018-06-15Added constantsPokeglitch
2018-06-10Merge branch 'math_etc' into 'master'ISSOtm
2018-06-10Disassemble map loadingISSOtm
Somewhat unfinished, but everything has been marked with a TODO. Fo example: - determining the remaining map setup constants - filling the gaps left (see where the SECTIONs are) - documenting the few hex addresses left
2018-06-06More menu-related functionsPikalaxALT
2018-06-06Disassemble map headerspfero
2018-06-05Add map IDspfero
Courtesy of Koolboyman
2018-06-05Define landmark constantsRangi
2018-06-04Merge remote-tracking branch 'upstream/master'Pokeglitch
2018-06-04Backport bg_effects.asm from CrystalPikalaxALT
2018-06-04Added Inventory Add/Remove routinesPokeglitch
2018-06-03Add music constantsdannye
2018-06-02constants: introduce internal order Pokémon constantsTauwasser
Notice that LEAFY doesn't have an internal ID, because it's actually missing from the mapping table at 10:4B70. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-02macros: fix missing newlines at eofTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-01home/joypad: disassemble more functionsTauwasser
- add misc_constants and add joypad constants. - rename one of the VBlank counters as it's exclusively used to time joypad functionality. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31Define sprite constantsRangi
2018-05-31Add palette constants and pokemon palette assignment tabledannye
2018-05-30Define trainer constants; sort party data contiguouslyRangi
2018-05-29Start decoding trainer partiesRangi
2018-05-29Declare type chartRangi
2018-05-29Fix disassembling mistakesISSOtm
2018-05-28These are dex IDs, not internal indexesRangi
2018-05-28Define item constants; declare TM/HM movesRangi
2018-05-28Define move constantsRangi
2018-05-28More constants from pokecrystalRangi
2018-05-28Define Pokémon constantsRangi
2018-05-27Add constants and macrosISSOtm