| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-11-12 | Use features of RGBDS 1.0.0 (#537) | Rangi | 1 | -42/+42 | |
| 2025-06-30 | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 1 | -4/+4 | |
| 2025-06-03 | Fix typos | dannye | 1 | -1/+1 | |
| 2025-01-28 | Miscellaneous cleanup (#488) | Rangi | 1 | -1/+1 | |
| Co-authored-by: SatoMew <SatoMew@users.noreply.github.com> | |||||
| 2024-09-29 | Identify more bit flags (#119) | Sylvie | 1 | -1/+1 | |
| * Identify more bit flags * Bit serves dual use in debug mode | |||||
| 2024-09-23 | Identify more flag bits (#464) | Sylvie | 1 | -1/+1 | |
| 2024-09-18 | Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462) | Sylvie | 1 | -2/+2 | |
| Also identify `wPPUpCountAndMaxPP` | |||||
| 2024-07-16 | Identify various flag labels and bit constants (#454) | Sylvie | 1 | -1/+1 | |
| 2023-07-15 | Thoroughly document debug code (#410) | SatoMew | 1 | -1/+5 | |
| 2023-07-13 | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 1 | -1/+1 | |
| This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified. | |||||
| 2022-06-06 | RGBDS syntax updates (#86) | vulcandth | 1 | -1/+1 | |
| New MACRO and DEF syntax | |||||
| 2022-06-06 | RGBDS syntax updates (#358) | vulcandth | 1 | -1/+1 | |
| New MACRO and DEF syntax | |||||
| 2021-02-13 | Identify hUILayoutFlags | Rangi | 1 | -1/+1 | |
| 2021-02-13 | Identify hUILayoutFlags and hPikachuSpriteVRAMOffset | Rangi | 1 | -2/+2 | |
| 2020-11-13 | Add constants for player and rival starters | Rangi | 1 | -1/+1 | |
| 2020-11-07 | More debug yellow | dannye | 1 | -0/+4 | |
| only debug menu left | |||||
| 2020-11-05 | Organize home and macro code | Rangi | 1 | -2/+2 | |
| 2020-11-04 | Sync with pokered | dannye | 1 | -299/+220 | |
| 2020-07-15 | Disassemble the BLUEMONS.GB debug ROM | Rangi | 1 | -0/+4 | |
| 2020-07-07 | Sync coordinate macros with pokecrystal | Rangi | 1 | -20/+20 | |
| 2020-07-06 | Specify the ldh instruction, don't turn ld into ldh | Rangi | 1 | -9/+9 | |
| 2020-07-06 | text_linkpromptbutton -> text_waitbutton | Rangi | 1 | -17/+17 | |
| Fixes #260 | |||||
| 2020-07-04 | Port pokecrystal's formatting of text commands and special characters | Rangi | 1 | -268/+189 | |
| 2020-07-03 | Replace raw hex values with HRAM constants | Rangi | 1 | -1/+1 | |
| To do: turn constants into labels and use ldh | |||||
| 2020-07-03 | H_CONSTANTNAMES -> hConstantNames | Rangi | 1 | -6/+6 | |
| 2020-05-20 | Sync with pokered | dannye | 1 | -31/+35 | |
| 2017-12-30 | Add space between arguments in assembly instructions and remove redundant a ↵ | xCrystal | 1 | -168/+168 | |
| in instructions like add a, x | |||||
| 2016-09-11 | name text destination pointer variable | YamaArashi | 1 | -5/+5 | |
| 2016-07-18 | Clean up text commands | dannye | 1 | -23/+27 | |
| 2016-06-12 | Remove more address comments | dannye | 1 | -10/+10 | |
| 2016-06-12 | more syncing with pokeyellow | YamaArashi | 1 | -86/+75 | |
| 2016-06-12 | more syncing with pokered | YamaArashi | 1 | -32/+32 | |
| 2016-06-12 | Remove the last address comments | dannye | 1 | -2/+2 | |
| except for wram.asm and sram.asm also delete unused yellow file | |||||
| 2016-06-12 | Remove some leftover address comments | dannye | 1 | -8/+8 | |
| 2016-06-11 | remove address comments | YamaArashi | 1 | -47/+47 | |
| 2016-06-11 | Character dict; surfing minigame; printer debug | pikalaxalt | 1 | -52/+42 | |
| 2016-06-11 | remove address comments | YamaArashi | 1 | -48/+48 | |
| 2016-06-06 | Clean up white space | dannye | 1 | -2/+2 | |
| 2016-05-30 | Mt Moon Pokemon Center | pikalaxalt | 1 | -4/+4 | |
| 2016-05-27 | Route 24 scripts | pikalaxalt | 1 | -220/+220 | |
| 2015-11-01 | oak_speech2.asm | luckytyphlosion | 1 | -1/+1 | |
| Also replace W_RIVALNAME with wRivalName | |||||
| 2015-08-30 | No more W_ | dannye | 1 | -1/+1 | |
| 2015-08-09 | Fix bank1c errors and a few missed bank0 errors. | luckytyphlosion | 1 | -1/+1 | |
| 2015-08-09 | Fix typos up to end of home/audio.asm | luckytyphlosion | 1 | -5/+5 | |
| 2015-08-05 | Use more lb | dannye | 1 | -2/+2 | |
| and other clean up | |||||
| 2015-08-02 | Attempt to make Yellow Buildable, part 5 | luckytyphlosion | 1 | -1/+1 | |
| Rest of unknown pointers in homebank, fix some function names. | |||||
| 2015-08-01 | Attempt to make yellow buildable, part 4 | luckytyphlosion | 1 | -8/+8 | |
| Hardcoded pointers, dr (define rom) macro. | |||||
| 2015-07-29 | constants for PrintNumber | YamaArashi | 1 | -1/+1 | |
| 2015-07-25 | yet more naming | YamaArashi | 1 | -4/+4 | |
| 2015-07-21 | Name some battle sound effects | dannye | 1 | -2/+2 | |
