Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-25 | Disassemble RTC setup dialog and slot machine minigame (bank $24) (#87) | Zumi | |
Also identify SFX and cry pointers | |||
2020-11-13 | Kanto Mon Names (#79) | jd-0 | |
Rename Kanto mons to English | |||
2020-09-20 | More cleanup of whitespace and comments | Rangi | |
2020-09-20 | Remove more address comments | 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-08-09 | Clean up some code in home/ | Rangi | |
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 'collisions-movements' of ↵ | obskyr | |
https://github.com/Pokeglitch/pokegold-spaceworld into master And that's the last of the manual merges for now! Hooray! | |||
2018-07-03 | Merge branch 'master' of https://github.com/2Tie/pokegold-spaceworld into master | obskyr | |
Long overdue! | |||
2018-06-24 | hram: rename hTextErrno to hEventID | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-17 | main menu progress for the day, still have a bunch more to go. | 2Tie | |
2018-06-06 | More menu-related functions | PikalaxALT | |
2018-06-05 | Rename home/text.asm section | PikalaxALT | |
2018-06-05 | PlaceString | PikalaxALT | |
2018-06-02 | home, macros: disassemble text-related functions and add text fn macros | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> |