Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-31 | Preliminary cry labelling | Zumi Daxuya | |
2020-12-17 | Suggested changes to #83 | Zumi Daxuya | |
2020-12-10 | Create sprite_anim_constants.asm | Zumi Daxuya | |
2020-09-23 | Fill in named constants & values for moves (#76) | jd-0 | |
Fill in named constants & values for moves | |||
2020-09-22 | Replace enum with const, and update many constants to be more like pokegold | Rangi | |
2020-09-22 | Move most files out of the root directory | Rangi | |
- 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-15 | Disassemble party menu icons | Rangi | |
2018-11-30 | cleaned up labels and added more constants, removed the hardcoded relative ↵ | 2Tie | |
jumps. | |||
2018-07-03 | Merge 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-03 | Merge branch 'master' of https://github.com/2Tie/pokegold-spaceworld into master | obskyr | |
Long overdue! | |||
2018-06-25 | Disassembled all routines related to sprite movement/collisions. Added in ↵ | Pokeglitch | |
constants | |||
2018-06-24 | engine: disassemble player movement (WIP) | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-17 | main menu progress for the day, still have a bunch more to go. | 2Tie | |
2018-06-15 | Added constants | Pokeglitch | |
2018-06-10 | Merge branch 'math_etc' into 'master' | ISSOtm | |
2018-06-10 | Disassemble map loading | ISSOtm | |
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-06 | More menu-related functions | PikalaxALT | |
2018-06-06 | Disassemble map headers | pfero | |
2018-06-05 | Add map IDs | pfero | |
Courtesy of Koolboyman | |||
2018-06-05 | Define landmark constants | Rangi | |
2018-06-04 | Merge remote-tracking branch 'upstream/master' | Pokeglitch | |
2018-06-04 | Backport bg_effects.asm from Crystal | PikalaxALT | |
2018-06-04 | Added Inventory Add/Remove routines | Pokeglitch | |
2018-06-03 | Add music constants | dannye | |
2018-06-02 | constants: introduce internal order Pokémon constants | Tauwasser | |
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-02 | macros: fix missing newlines at eof | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-01 | home/joypad: disassemble more functions | Tauwasser | |
- 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-31 | Define sprite constants | Rangi | |
2018-05-31 | Add palette constants and pokemon palette assignment table | dannye | |
2018-05-30 | Define trainer constants; sort party data contiguously | Rangi | |
2018-05-29 | Start decoding trainer parties | Rangi | |
2018-05-29 | Declare type chart | Rangi | |
2018-05-29 | Fix disassembling mistakes | ISSOtm | |
2018-05-28 | These are dex IDs, not internal indexes | Rangi | |
2018-05-28 | Define item constants; declare TM/HM moves | Rangi | |
2018-05-28 | Define move constants | Rangi | |
2018-05-28 | More constants from pokecrystal | Rangi | |
2018-05-28 | Define Pokémon constants | Rangi | |
2018-05-27 | Add constants and macros | ISSOtm | |