| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-03 | Merge branch 'master' of https://github.com/2Tie/pokegold-spaceworld into master | obskyr | |
| Long overdue! | |||
| 2018-06-23 | split the oak speeches and game setup into two files | 2Tie | |
| 2018-06-23 | Extract a little more from Oak's speech. | IIMarckus | |
| 2018-06-23 | Disassemble Oak's speech. | IIMarckus | |
| 2018-06-23 | Disassemble main menu selection logic. | IIMarckus | |
| 2018-06-19 | additional menu data tidying up/figuring out | 2Tie | |
| 2018-06-18 | spoilers: it wasn't | 2Tie | |
| 2018-06-18 | forgot to save this change, oops | 2Tie | |
| 2018-06-18 | more bank 1 disasm | 2Tie | |
| 2018-06-18 | more disassembly in bank 1 | 2Tie | |
| 2018-06-17 | main menu progress for the day, still have a bunch more to go. | 2Tie | |
| 2018-06-17 | some more tidying up | 2Tie | |
| 2018-06-17 | happy birthday, here's the main menu debug menu... menu | 2Tie | |
| 2018-06-12 | engine: disassemble reset dialog | Tauwasser | |
| Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
| 2018-06-03 | Copy pokecrystal's conventions for this data, including: | Rangi | |
| - Tabs for indentation, spaces for alignment - Consistent comments and formatting for menu header data (incomplete here, until the related code is disassembled) - The second two menus do not "take priority"; they're all just a count + that many items + ending -1 | |||
| 2018-06-03 | Fix main menu items position | mid-kid | |
| 2018-06-02 | comments to explain duplicates | TeganGibby | |
| 2018-06-02 | added detail on main menu functions | TeganGibby | |
| 2018-06-02 | additional documentation | TeganGibby | |
| Compared to retail Gold disassembly | |||
| 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-05-30 | Clean up Makefile | pfero | |
| This makefile can now figure graphics dependencies on its own, creates dependency files for each compilation unit and compiles everything separately. This is a proposal. Please try it out, read the Makefile to see if you get what I'm trying to do, and propose any improvements you want. | |||
