Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-04 | Disassemble field debug (bank $3f) (#97) | Zumi | |
* Disassemble SFX and cries * Disassemble clock dialog * Disassemble slot machine minigame * Disassemble AnimateTilesetImpl * Disassemble start menu frame type dialog * Disassemble field menu * Split debug menus into debug folder * Remove redundant shims | |||
2021-06-20 | Merge pull request #96 from ZoomTen/cries-sfx | Rangi | |
Rip SFX and cries (bank $3c) | |||
2021-05-31 | Reorganize cry and SFX more closely to pokegold | Zumi Daxuya | |
2021-05-30 | Rip cries and cry headers | Zumi Daxuya | |
2021-05-17 | Identify some more SGB stuff, rework SGB layout constants | Zumi Daxuya | |
2021-05-08 | Dump banks $09 and $0B (#93) | Zumi | |
2021-01-25 | Disassemble RTC setup dialog and slot machine minigame (bank $24) (#87) | Zumi | |
Also identify SFX and cry pointers | |||
2020-12-18 | Merge branch 'master' of https://github.com/pret/pokegold-spaceworld | Zumi Daxuya | |
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. | |||
2020-12-17 | Further disassemble audio engine | Zumi Daxuya | |
2020-12-16 | Disassemble sound test debug menu | Zumi Daxuya | |
2020-11-13 | Kanto Mon Names (#79) | jd-0 | |
Rename Kanto mons to English | |||
2020-10-05 | This is not actually over 9000 | Rangi | |
2020-09-22 | include -> INCLUDE | Rangi | |
2020-09-20 | 0x -> $ | Rangi | |
2020-09-20 | Use local .End or .FirstEntryEnd labels for measuring data/GFX sizes | Rangi | |
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-09-15 | rgbds has moved from rednex to gbdev | Rangi | |
2020-09-13 | Give all .asm and all .inc except of base_stats/???.inc new line at the end ↵ | Ebernacher90 | |
of file | |||
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 | |||
2020-08-08 | Fix RGBDS 0.4.1 | mid-kid | |
2018-08-19 | Extract common exterior tileset graphics | Rangi | |
2018-07-31 | More bank 1 dumps | Pokeglitch | |
2018-07-31 | Dumped more of bank 1 | Pokeglitch | |
2018-07-17 | Add all dummy scripts. | luckytyphlosion | |
2018-07-08 | Add maps to linkerscript | luckytyphlosion | |
2018-07-03 | Disassemble remainder of ROM0. | luckytyphlosion | |
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 | Fix uncaught build errors. | luckytyphlosion | |
2018-07-03 | Merge branch 'master' of https://github.com/pret/pokegold-spaceworld | luckytyphlosion | |
2018-07-03 | Merge branch 'master' of https://github.com/luckytyphlosion/pokegold-spaceworld | luckytyphlosion | |
2018-07-03 | Merge branch 'master' of https://github.com/pret/pokegold-spaceworld | luckytyphlosion | |
2018-07-03 | A few small formatting fixes | obskyr | |
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/mid-kid/pokegold-spaceworld into ↵ | obskyr | |
master Once again, manually. Hoo boy. | |||
2018-07-03 | Merge branch 'master' of https://github.com/2Tie/pokegold-spaceworld into master | obskyr | |
Long overdue! | |||
2018-06-25 | Disassembled all routines related to sprite movement/collisions. Added in ↵ | Pokeglitch | |
constants | |||
2018-06-24 | all the non-dummy map scripts until Silent Hill are disassebled. five left! | 2Tie | |
2018-06-24 | engine: disassemble player movement (WIP) | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-24 | home/copy2: rename Function0d02 to RedrawPlayerSprite | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-24 | hram: rename hTextErrno to hEventID | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-23 | Disassemble all map attributes | pfero | |
2018-06-18 | this was a silly mistake | 2Tie | |
2018-06-18 | Added in macros for scripts, queue | Pokeglitch | |
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 | |