Commit Graph

21 Commits

Author SHA1 Message Date
obskyr 5a8a294140 Merge branch 'master' of https://github.com/2Tie/pokegold-spaceworld into master
Long overdue!
2018-07-03 03:29:47 +02:00
2Tie 0369ef51b4 split the oak speeches and game setup into two files 2018-06-23 10:19:49 -06:00
IIMarckus d65cb5004e Extract a little more from Oak's speech. 2018-06-23 05:15:40 -06:00
IIMarckus 6ecb818d5f Disassemble Oak's speech. 2018-06-23 04:52:34 -06:00
IIMarckus d3bd2fe6e5 Disassemble main menu selection logic. 2018-06-23 03:38:29 -06:00
2Tie 26edac4db6 additional menu data tidying up/figuring out 2018-06-19 12:48:42 -06:00
2Tie beae22ccbd spoilers: it wasn't 2018-06-18 23:25:39 -06:00
2Tie 753cec9bd6 forgot to save this change, oops 2018-06-18 22:17:42 -06:00
2Tie a1d5ddac4c more bank 1 disasm 2018-06-18 22:15:42 -06:00
2Tie 0a2d5a66cd more disassembly in bank 1 2018-06-18 19:37:04 -06:00
2Tie c557bd6613 main menu progress for the day, still have a bunch more to go. 2018-06-17 23:04:49 -06:00
2Tie b095e62630 some more tidying up 2018-06-17 11:16:28 -06:00
2Tie 130f5f1bb9 happy birthday, here's the main menu debug menu... menu 2018-06-17 03:42:21 -06:00
Tauwasser b4596aafbe engine: disassemble reset dialog
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-12 22:13:43 +02:00
Rangi 20ac549a91 Copy pokecrystal's conventions for this data, including:
- 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 10:55:41 -04:00
mid-kid ec704bfa38 Fix main menu items position 2018-06-03 14:40:54 +02:00
TeganGibby c9274c2e55 comments to explain duplicates 2018-06-02 21:34:06 -07:00
TeganGibby fd33b64f69 added detail on main menu functions 2018-06-02 21:04:31 -07:00
TeganGibby 0ce725cb1c additional documentation
Compared to retail Gold disassembly
2018-06-02 20:46:45 -07:00
Rangi c8e9901947 Code conventions:
- 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 13:24:42 -04:00
pfero cd9191b074 Clean up Makefile
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.
2018-05-30 22:53:59 +02:00