Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-17 | return → endcallback, reloadandreturn → reloadend | Rangi | |
2020-07-06 | add_tm, add_hm, and add_mt define TM##_MOVE, HM##_MOVE, and MT##_MOVE ↵ | Rangi | |
constants, to avoid repeating the move names in tmhm_moves.asm | |||
2020-07-01 | Identify more labels, and use the jumptable macro when possible | Rangi | |
2020-06-29 | Identify more labels and constants | Rangi | |
2020-06-29 | Identify more unnamed labels | Rangi | |
2020-06-21 | Comment more ROM labels as unreferenced | Rangi | |
(Some unreferenced labels are above code which is still used via fallthrough!) | |||
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-06-21 | Remove some more raw addresses | Rangi | |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to ↵ | Rangi | |
OpenSRAM) To do: engine/{menus, overworld} | |||
2020-06-16 | ReplaceKrisSprite -> UpdatePlayerSprite | Rangi | |
2020-06-16 | Harmonize engine/{battle, battle_anims, events, games} with pokegold | Rangi | |
2020-06-11 | Remove redundant tile graphics file, reuse others | Rangi | |
2020-06-10 | Resolve #723: treat std scripts like specials and predefs | Rangi | |
2020-05-07 | Clean up some percentage values | Rangi | |
2020-04-18 | Miscellaneous fixes, including one for the Pokédex design flaw by ax6 | Rangi | |
2020-04-17 | More miscellaneous fixes (see #709) | Rangi | |
2020-04-16 | Fix #709 miscellaneous issues | Rangi | |
2020-04-06 | Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3) | Rangi | |
2020-04-04 | `dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr` | Rangi | |
2020-03-21 | Add suffixes to some constants to avoid ambiguity | Rangi | |
- `PSYCHIC` → `PSYCHIC_TYPE` (not the trainer `PSYCHIC_T` or the move `PSYCHIC_M`) - `BLACKBELT` → `BLACKBELT_I` (not the trainer `BLACKBELT_T`) - `CURSE_T` → `CURSE_TYPE` (not the move `CURSE`) - `TOWN_MAP_D` → `TOWN_MAP_POSTER` (not the item `TOWN_MAP`) This also uncovered a misidentified event: `EVENT_DECO_PLANT_4` → `EVENT_DECO_POSTER_1`. (There are three plants and four posters.) | |||
2020-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi | |
2020-03-16 | Combine Celebi frames into one PNG | Rangi | |
2020-03-15 | Add a `LANDMARK_` prefix to landmark constants | Rangi | |
Resolves #697 | |||
2020-02-28 | 'and BANK' -> 'aka BANK' | Rangi | |
2020-02-26 | Identify gfx/unknown/4985a.asm as gfx/tilesets/forest-tree/unused.png | Rangi | |
2020-02-25 | Identify some labels and constants for Battle Tower | Rangi | |
2020-02-21 | Merge pull request #685 from mid-kid/master | mid-kid | |
Moshi moshi? minoru enhansumentsu desu | |||
2020-02-21 | RTC -> UpdateTimeAndPals | mid-kid | |
Rename clear misnomer. Most of the related functions in that file aren't really aptly named but I don't know good names right now. | |||
2020-02-13 | Define TileCollisionTable as a standard 'db' series | Rangi | |
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 | OWFlash -> FlashFunction | mid-kid | |
Match the other overworld move functions | |||
2020-02-13 | Split up engine/events/misc_scripts_2.asm | mid-kid | |
New files are: - engine/events/hidden_item.asm - engine/events/repel.asm | |||
2020-02-13 | InitSpriteAnimStruct <-> _InitSpriteAnimStruct | mid-kid | |
These were the wrong way around, as the function in home should not be prefixed | |||
2020-01-04 | Merge pull request #660 from mid-kid/master | Rangi | |
Make the map setup commands match the actual function names better | |||
2019-11-23 | Fix miscellaneous points made in #658 | 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-11-03 | Bit 6 of PrintNum left-aligns numbers | Rangi | |
2019-11-03 | Suggested formatting changes | Rangi | |
2019-11-03 | Miscellaneous label and comment corrections | Rangi | |
2019-11-03 | Rename buttonsound to promptbutton | Rangi | |
2019-10-21 | More mobile SDK documentation | mid-kid | |
Labelled WRAM addresses, added constants for mobile commands, fixed some mobile lib function names, documented most of the functions for specific commands. | |||
2019-10-21 | Fix some mobile script and map sign things | mid-kid | |
2019-10-21 | Misc fixes | mid-kid | |
2019-10-20 | #641 fixes and additions. (#646) | mid-kid | |
Name a lot of text labels according to our conventions | |||
2019-09-23 | Clarify naming of SFX_GET_EGG_* pointers | Ryan Tandy | |
In game, one receives eggs from the Aide and the Day-care Man, not the Day-care Lady. SFX `0x96` is used for both. Rename it to reflect it is not unique to the Day-care. SFX `0x95` is an alias of the same sound and appears to be unused. Rename the pointer to clarify that. | |||
2019-08-11 | Store Magnet Train tilemaps in their own files | Rangi | |
2019-06-09 | Create constants for ScrollingMenu item formats | mid-kid | |
...I should've done this quite a while ago. | |||
2019-06-04 | Fix menu_coords for pokecenter pc | mid-kid | |
2019-05-25 | Magnet train fixes | mid-kid | |
Should make the code slightly easier to read, at least | |||
2019-05-18 | Correct the older+younger haircut brothers' labels and constants | Rangi | |