| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use features of RGBDS 1.0.0 (#537) | Rangi | 2025-11-12 | 1 | -1/+1 |
| | | |||||
| * | Consistently capitalize `ASSERT` directives (#489) | Rangi | 2025-01-28 | 1 | -1/+1 |
| | | |||||
| * | Identify more bit flags (#465) | Sylvie | 2024-09-24 | 1 | -6/+14 |
| | | | | | | * Identify more bit flags * Space | ||||
| * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 1 | -14/+13 |
| | | |||||
| * | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 2023-07-13 | 1 | -2/+2 |
| | | | | 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. | ||||
| * | Identify some `.asm_*` labels | Rangi | 2022-07-10 | 1 | -4/+4 |
| | | |||||
| * | Sync coordinate macros with pokecrystal | Rangi | 2020-07-07 | 1 | -15/+15 |
| | | |||||
| * | callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar | Rangi | 2020-07-06 | 1 | -1/+1 |
| | | |||||
| * | Specify the ldh instruction, don't turn ld into ldh | Rangi | 2020-07-06 | 1 | -13/+13 |
| | | |||||
| * | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi | 2020-07-05 | 1 | -6/+6 |
| | | |||||
| * | Replace raw hex values with HRAM constants | Rangi | 2020-07-03 | 1 | -16/+16 |
| | | | | | To do: turn constants into labels and use ldh | ||||
| * | Add subdirectories to data/ similar to pokecrystal | Rangi | 2020-07-03 | 1 | -3/+3 |
| | | | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/. | ||||
| * | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 2020-06-27 | 1 | -6/+6 |
| | | | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels. | ||||
| * | Move more tables from engine/ to data/ | Rangi | 2020-06-23 | 1 | -22/+6 |
| | | | | | This also splits the end of engine/battle/core.asm into engine/battle/effects.asm. | ||||
| * | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 2019-01-01 | 1 | -6/+6 |
| | | | | | Polished Map | ||||
| * | Replace deprecated mnemonics by the correct ones | Antonio Niño Díaz | 2017-06-09 | 1 | -1/+1 |
| | | | | | | | | The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com> | ||||
| * | split code out of main.asm | YamaArashi | 2016-12-31 | 1 | -0/+463 |
