Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-22 | Replace enum with const, and update many constants to be more like pokegold | Rangi | |
2020-09-20 | Remove address comments | jd-0 | |
Regex patterns used: ; [0-9a-f]{1,5} \([0-9a-f]{1,2}:[0-9a-f]{1,4}\) ; [0-9a-f]{1,2}:[0-9a-f]{4} ; [0-9a-f]{4,5} ;[0-9a-f]{4,5} ;[0-9a-f]{1,2}:[0-9a-f]{1,4} | |||
2020-09-20 | - Remove trailing whitespace | Rangi | |
- Indent with single tabs, not spaces - Colons after labels - Capitalize BANK, HIGH, and LOW - dbw BANK(X), X -> dba X | |||
2020-09-13 | Give all .asm and all .inc except of base_stats/???.inc new line at the end ↵ | Ebernacher90 | |
of file | |||
2018-11-29 | Disassembled the rest of the code in bank 4 as far as i can tell. Lines 899, ↵ | 2Tie | |
1538, and 1631 in engine/menu/start_menu.asm have hardcoded jumps that i couldn't figure out how to make work myself. | |||
2018-07-03 | Introduce linkerscript. | luckytyphlosion | |
Addresses of sections will now be added to the linkerscript via `org`, and the section name will be the path/to/file. If there is more than one section in the file, then add a @SectionName after the path/to/file to describe the section. | |||
2018-07-03 | Merge branch 'master' of https://github.com/pret/pokegold-spaceworld | luckytyphlosion | |
2018-06-18 | Added in macros for scripts, queue | Pokeglitch | |
2018-06-17 | Added constants, removed TODOs to health.asm | Pokeglitch | |
2018-06-16 | More Bank 3 routines | Pokeglitch | |
2018-06-15 | Using macros for FarCall | Pokeglitch | |
2018-06-14 | Disassembled teleport | Pokeglitch | |
2018-06-13 | updated labels | Pokeglitch | |
2018-06-13 | Extracted a few more bank 3 routines | Pokeglitch | |
2018-06-04 | Improved labels | Pokeglitch | |
2018-06-04 | More formatting fixes | Pokeglitch | |
2018-06-04 | Removed unnecessary comments | Pokeglitch | |
2018-06-04 | Disassembled additional Inventory methods | Pokeglitch | |
2018-06-04 | Added Inventory Add/Remove routines | Pokeglitch | |