Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-10 | Use time constants more often (#867) | Idain | |
2021-06-19 | Standardize capitalization of ".Jumptable" | Rangi | |
2021-04-19 | Use rgbds 0.5.0 | Rangi | |
2021-03-24 | Sync some files with pokegold | Rangi | |
2021-03-21 | The radio's "Places & People" does not comment on Mysticalman Eusine | Rangi | |
2021-03-16 | Revise some constant definitions | Rangi | |
2021-03-04 | Verify data table sizes with table_width and assert_table_length macros | Rangi | |
This was discussed in #706 It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants, as discussed in #739 | |||
2021-01-09 | Rename GetFarHalfword to GetFarWord | Rangi | |
Fixes #796 | |||
2020-12-23 | Rename some labels | Rangi | |
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789 | |||
2020-11-17 | Correct some filename comments | Rangi | |
2020-11-09 | Replace $0 with 0 for "ld l, a / ld h, 0" idiom | Rangi | |
2020-10-28 | Identify more WRAM labels, and start a <X>_DummyFunction label convention | Rangi | |
2020-10-28 | Replace many '; unused' with '; unreferenced' | Rangi | |
2020-10-26 | Use more assertions to ensure correct code and data | Rangi | |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi | |
2020-10-06 | Update battle anim bg function comments, and identify more unnamed labels | Rangi | |
2020-10-05 | Identify more unnamed labels | Rangi | |
2020-10-04 | Identify more unnamed labels | Rangi | |
2020-08-18 | Merge pull request #756 from mid-kid/master | Rangi | |
Rub a dub dub, thanks for the grub | |||
2020-08-13 | Consistent constants for radio data table sizes (could still be better) | Rangi | |
2020-08-03 | Prevent OaksPKMNTalk from looping forever if NUM_GRASSMON is changed | mid-kid | |
That should cause no real problems because of a range check right after it. | |||
2020-07-21 | Define JOHTO_FLYPOINT like KANTO_FLYPOINT | Rangi | |
2020-07-21 | Define NUM_FLYPOINTS | Rangi | |
2020-07-01 | Identify more labels, and use the jumptable macro when possible | Rangi | |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-06-17 | Harmonize engine/{phone, pokedex, pokegear, printer, rtc, tilesets} with ↵ | Rangi | |
pokegold To do: engine/{menus, movie, overworld, pokemon} | |||
2020-04-04 | Miscellaneous fixes: | Rangi | |
- `hSecondsBackup` -> `hUnusedBackup` - `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0` - Identify some `.asm_XXX` labels | |||
2020-03-15 | Add a `LANDMARK_` prefix to landmark constants | Rangi | |
Resolves #697 | |||
2020-02-13 | Standardize on lowercase Tilemap and Attrmap | mid-kid | |
We used to have a mixture of TileMap and and Tilemap, as well as the similar AttrMap. Standardize on one. | |||
2020-02-13 | InitSpriteAnimStruct <-> _InitSpriteAnimStruct | mid-kid | |
These were the wrong way around, as the function in home should not be prefixed | |||
2020-02-06 | PnP_HiddenPlaces -> PnP_Places | Rangi | |
The "Places & People" radio station does not avoid these maps; it only describes these maps. | |||
2020-01-19 | PHONE_DISPLAY_HEIGHT is 4, the number of visible phone entries | Rangi | |
2019-11-18 | Make the map setup commands match the actual function names better | mid-kid | |
These functions used as map setup commands are used in other places, too, so I can't prefix them under the same. The names should match except I won't repeat "map" in a map setup command name. | |||
2019-10-20 | #641 fixes and additions. (#646) | mid-kid | |
Name a lot of text labels according to our conventions | |||
2019-06-10 | Apply suggested changes | mid-kid | |
2019-04-09 | TextBox -> Textbox | mid-kid | |
Homogenizing names. | |||
2018-11-18 | Resolve issue #575: Rename text commands | Rangi | |
2018-11-05 | text_jump → text_far | mid-kid | |
The previous name for this was rather misleading. It isn't an actual jump like you'd expect the `jp` instruction to behave as. Instead, it behaves more like a `farcall`. This also makes it consistent with its current command ID name of `TX_FAR`. | |||
2018-09-09 | Curr -> Cur | Rangi | |
2018-08-25 | Use labels instead of constants for HRAM | Rangi | |
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld | |||
2018-08-07 | wWeeklyFlags -> wDailyFlags2 | mid-kid | |
These are by far not always checked each week, and as such shouldn't be called that. Since they're almost always used through the `bit` instruction, it's very inconvenient to just make wDailyFlags a `dw` instead. | |||
2018-07-29 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
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-06-25 | Use charmap “ and ” | Rangi | |
2018-06-25 | Single newline at the end of files | Rangi | |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-25 | Remove even more address comments | mid-kid | |
That should be all of them this time | |||
2018-06-24 | Remove all address comments | mid-kid | |
2018-06-20 | Merge pull request #526 from atasro2/master | yenatch | |
reword | |||
2018-06-14 | fixed a typo | MCboy | |
being the grammar nazi i am i noticed a grammar error so i forked pokecrystal to fix it ;) |