Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-09 | Clean up some code in home/ | Rangi | |
2020-08-09 | Remove "; if DEBUG" comments for SECTIONs, and "if DEBUG" conditions since ↵ | Rangi | |
only the debug Gold ROM is built | |||
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-16 | More field moves, need to clean up names and constants | Pokeglitch | |
2018-06-13 | Extracted a few more bank 3 routines | Pokeglitch | |
2018-06-05 | Finish disassembling the names functions | pfero | |
2018-06-04 | Added Inventory Add/Remove routines | Pokeglitch | |
2018-06-02 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-01 | Code conventions: | Rangi | |
- Lowercase hex literals - Lowercase rgbasm keywords (rept, endr) - Use decimal literals by default, binary when bits are meaningful; hex indicates that it needs further review, e.g. to define a constant - Tabs, not spaces - Newline at end of file (rgbds sometimes complains otherwise) - Doc comments underneath function names | |||
2018-06-01 | Use fullwidth digits | Rangi | |
2018-05-31 | Fix build (sorry); forgot to use leftover pokered constants | Rangi | |
2018-05-31 | Cleaned up code. Found the unknown_string_funcs in pokered, they deal with ↵ | Pokeglitch | |
Items. Re-ordered to the Item TM/HM Constants for functions to make sense |