Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-05 | _BattleRandom | PikalaxALT | |
2018-06-05 | Merge branch 'master' of https://github.com/Pokeglitch/pokegold-spaceworld | pfero | |
2018-06-04 | Upload more correct version of last commit. | ehw | |
Uploaded old version from offline fork by accident. | |||
2018-06-04 | Farcall/callfar is now callba/callab, leave bank numbers in comments. | ehw | |
2018-06-04 | Merge pull request #3 from pret/master | ehw | |
Merge with master | |||
2018-06-04 | Improved labels | Pokeglitch | |
2018-06-04 | Deprecate farcall/callfar in favor of callba/callab | PikalaxALT | |
2018-06-04 | More formatting fixes | Pokeglitch | |
2018-06-04 | Removed unnecessary comments | Pokeglitch | |
2018-06-04 | Merge remote-tracking branch 'upstream/master' | Pokeglitch | |
2018-06-04 | Add newline to end of file | ehw | |
2018-06-04 | Remove some tabs | ehw | |
2018-06-04 | Merge pull request #1 from pret/master | ehw | |
Merge latest changes from master | |||
2018-06-04 | Update files | ehw | |
2018-06-04 | Backport bg_effects.asm from Crystal | PikalaxALT | |
2018-06-04 | Disassembled additional Inventory methods | Pokeglitch | |
2018-06-04 | Fixed conclifts | Pokeglitch | |
2018-06-04 | Added Inventory Add/Remove routines | Pokeglitch | |
2018-06-04 | Add more labels, rename some to match pokecrystal | ISSOtm | |
2018-06-04 | Update wram.asm and title.asm for new sound findings | ehw | |
2018-06-04 | Title screen disassembled (new pr) | ehw | |
2018-06-03 | Merge branch 'master' into build_more_roms | PikalaxALT | |
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-02 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-03 | engine: begin disassembling overworld code | Tauwasser | |
Right now it's only code that calls the start and debug menus as well as the select button. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-03 | gfx: re-organize some graphics and disassemble gfx load code | Tauwasser | |
All graphics were split so that proper labels could be placed. Font was not split, because that was nicely handled using the charmap constants. If proper lengths should also be handled using automatic calculation using labels, some graphics would need further splitting up in order to place labels.s Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-02 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-02 | Make the repository build all four 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 | Some landmark name routines | Rangi | |
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. | |||
2018-05-29 | Small temporary SECTION headers go in main.asm, so the individual files ↵ | Rangi | |
won't all need fixing later | |||
2018-05-29 | Fix disassembling mistakes | ISSOtm | |
2018-05-28 | Disassemble a lil' bit | ISSOtm | |