| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use macros to enforce "hidden object" constraints, and rename them to ↵ | Rangi | 2026-01-07 | 1 | -133/+0 |
| | | | | | "hidden events" (#559) | ||||
| * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 1 | -6/+6 |
| | | |||||
| * | Fix file modes | dannye | 2020-11-14 | 1 | -0/+0 |
| | | |||||
| * | Specify the ldh instruction, don't turn ld into ldh | Rangi | 2020-07-06 | 1 | -3/+3 |
| | | |||||
| * | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi | 2020-07-05 | 1 | -1/+1 |
| | | |||||
| * | Port two HRAM labels from pokeyellow | Rangi | 2020-07-05 | 1 | -5/+5 |
| | | |||||
| * | Replace raw hex values with HRAM constants | Rangi | 2020-07-03 | 1 | -7/+7 |
| | | | | | To do: turn constants into labels and use ldh | ||||
| * | Add subdirectories to data/ similar to pokecrystal | Rangi | 2020-07-03 | 1 | -1/+1 |
| | | | | | 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 | -2/+2 |
| | | | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels. | ||||
| * | remove address comments | YamaArashi | 2016-06-11 | 1 | -3/+3 |
| | | |||||
| * | No more W_ | dannye | 2015-08-30 | 1 | -7/+7 |
| | | |||||
| * | misc | YamaArashi | 2015-07-18 | 1 | -5/+5 |
| | | |||||
| * | Commented/labelled misc functions | YamaArashi | 2014-09-14 | 1 | -53/+57 |
| | | |||||
| * | Commented more sprite and map code | YamaArashi | 2014-09-13 | 1 | -2/+2 |
| | | |||||
| * | Remove most static wram addresses. Use labels instead. | yenatch | 2014-05-26 | 1 | -20/+20 |
| | | | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue. | ||||
| * | Pull a lot of engine out of main.asm | U-Fish-PC\Daniel | 2014-05-22 | 1 | -0/+129 |
