Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-19 | Merge pull request #542 from mid-kid/master | yenatch | |
Miscellaneous fixes | |||
2018-07-18 | Fix usage of NUM_UNOWN | mid-kid | |
2018-07-18 | Label more mobile WRAM | mid-kid | |
Memes and a pipedream of a fully-documented wram. | |||
2018-07-18 | Clean up TX_ commands | mid-kid | |
Some of the TX_ commands didn't use the TX_ prefix for their constants, and the label names were inconsistent. I've chosen to adopt the `TextCommand_` prefix as opposed to `Text_`, as it has a clear difference in namespace compared to the possibly-used `Text_` namespace for actual dialogue text. | |||
2018-07-18 | Fix misnamed character codes | mid-kid | |
Some character codes were erroneously named after their text command counterparts. This has caused a lot of confusion with naming their functions and with other things. I've also removed the `dict2` macro and expanded the `dict` macro. This really isn't something we should be doing for macros but I can't deny it looks a lot neater than repeated code. | |||
2018-07-18 | Remove some more address comments | mid-kid | |
2018-07-18 | Make proper cmdqueue constants | mid-kid | |
2018-07-18 | Fix anim_ret_command | mid-kid | |
2018-07-18 | Fix missing newline | mid-kid | |
2018-07-17 | Add tools/free_space.awk | Rangi | |
2018-07-17 | Merge pull request #539 from Rangi42/master | yenatch | |
[RTM] Miscellaneous reorganization fixes | |||
2018-07-16 | Fewer uses of 'Thing2 - Thing1' for sizeof(Thing) | Rangi | |
2018-07-16 | Consistently use dn for DVs | Rangi | |
2018-07-15 | Fix link anchor | Rangi | |
2018-07-15 | Update FAQ | Rangi | |
2018-07-15 | More OAM coordinate consistency | Rangi | |
2018-07-15 | Tile values agree in data/sprites/emotes.asm and data/sprites/facings.asm | Rangi | |
2018-07-13 | Comments for ToggleMaptileDecorations | Rangi | |
2018-07-13 | Correct wTradeFlags length | Rangi | |
2018-07-12 | Changed some label according to Rangi's comment | igidrau | |
I changed things from GitHub, so I hope this still works | |||
2018-07-12 | Labeled everything | igidrau | |
2018-07-12 | SFX_UNKNOWN_7F → SFX_TOXIC | Rangi | |
2018-07-11 | Replace more hex values with constants or decimal | Rangi | |
2018-07-11 | SFX_DEX_FANFARE_50_79 and SFX_LEVEL_UP use identical data, and technically ↵ | Rangi | |
the level-up text plays the former | |||
2018-07-10 | Use more options constants | Rangi | |
2018-07-08 | Remove extra parentheses | Rangi | |
2018-07-07 | landmark macro includes the +8/+16 offsets for X/Y coordinates | Rangi | |
2018-07-05 | More LCDC bit constants | Rangi | |
2018-07-05 | TileAnimationPalette → AnimateWaterPalette | Rangi | |
2018-07-05 | Correct file path | Rangi | |
2018-07-04 | Use TRUE/FALSE for wSaveFileExists | Rangi | |
2018-07-04 | Miscellaneous reorganization fixes | Rangi | |
2018-07-01 | Merge pull request #538 from yenatch/travis | yenatch | |
osx build | |||
2018-06-30 | osx build | yenatch | |
2018-06-30 | Merge pull request #534 from Rangi42/master | yenatch | |
[RTM] Fix triple newlines left over from removing address comments, and other improvements | |||
2018-06-30 | " " → "┘" + 1 | Rangi | |
2018-06-30 | Use significant values 5, 6, and 7 | Rangi | |
2018-06-30 | No linebreak | Rangi | |
2018-06-28 | Add more collision nybble constants | Rangi | |
2018-06-27 | Use :: for all global labels, not the GLOBAL keyword | Rangi | |
2018-06-25 | Use specific constants for overwritten text tiles | Rangi | |
2018-06-25 | Use charmap values | Rangi | |
2018-06-25 | "┘" + 1 == " " | Rangi | |
Using X+1 makes sense when X is the last control character in a contiguous group, but "┘" is not, so we can use the first non-control character | |||
2018-06-25 | Use charmap “ and ” | Rangi | |
2018-06-25 | Merge events_2.asm with events.asm | Rangi | |
(events_2.asm was only separate because scripting.asm intervenes; but other files have a similar "code / INCLUDE self-contained code / more code" structure to this) | |||
2018-06-25 | Keep more data/ INCLUDEs with relevant routines | Rangi | |
2018-06-25 | No space between labels and bodies | Rangi | |
2018-06-25 | Single newline at the end of files | Rangi | |
2018-06-25 | Remove more triple newlines | Rangi | |
2018-06-24 | "→" should be "ェ" | Rangi | |