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