| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2020-07-07 | Sync coordinate macros with pokecrystal | Rangi | 1 | -15/+15 | |
| 2020-07-06 | callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar | Rangi | 1 | -1/+1 | |
| 2020-07-06 | Specify the ldh instruction, don't turn ld into ldh | Rangi | 1 | -13/+13 | |
| 2020-07-05 | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi | 1 | -6/+6 | |
| 2020-07-03 | Replace raw hex values with HRAM constants | Rangi | 1 | -16/+16 | |
| To do: turn constants into labels and use ldh | |||||
| 2020-07-03 | Add subdirectories to data/ similar to pokecrystal | Rangi | 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/. | |||||
| 2020-06-27 | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 1 | -6/+6 | |
| Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels. | |||||
| 2020-06-23 | Move more tables from engine/ to data/ | Rangi | 1 | -22/+6 | |
| This also splits the end of engine/battle/core.asm into engine/battle/effects.asm. | |||||
| 2019-01-01 | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 1 | -6/+6 | |
| Polished Map | |||||
| 2017-06-09 | Replace deprecated mnemonics by the correct ones | Antonio Niño Díaz | 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> | |||||
| 2016-12-31 | split code out of main.asm | YamaArashi | 1 | -0/+463 | |
