Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-06 | Identify battle bg effects functions and constants (#773) | 7Soul | |
Identify battle bg effects functions and constants | |||
2020-10-04 | Identify anim object constants (#772) | 7Soul | |
Identify anim object constants | |||
2020-10-03 | Identify battle animation functions (#771) | 7Soul | |
Identify battle animation functions | |||
2020-08-27 | GS_INTRO_STAR/SPARKLE -> GS_GAMEFREAK_LOGO_STAR/SPARKLE | mid-kid | |
These two sprite animations are related to the Game Freak Logo splash screen, not the actual intro. | |||
2020-08-13 | Consistent constants for radio data table sizes (could still be better) | Rangi | |
2020-07-22 | Move EngineFlags and SpecialsPointers into data/engine/ | Rangi | |
2020-07-22 | Revert "Factor out tables into data/overworld/" | Rangi | |
This reverts commit b5a7e7de3e6b75e95967edd28b9c2af5959cd136. | |||
2020-07-22 | Factor out tables into data/overworld/ | Rangi | |
Fixes #749 | |||
2020-07-22 | Treat map setup commands like trade script commands | Rangi | |
Fixes #736 | |||
2020-07-21 | Define NUM_FLYPOINTS | Rangi | |
2020-07-17 | SPRITE_GYM_GUY -> SPRITE_GYM_GUIDE | Rangi | |
2020-07-13 | Define map setup commands as macros like other script commands | Rangi | |
2020-07-08 | Eliminate enum: use const instead, with case-by-case parallel const ↵ | Rangi | |
implementations | |||
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-02 | Use STRCMP, not ==, to compare multi-character strings | Rangi | |
2020-07-01 | Identify more labels, and use the jumptable macro when possible | 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-20 | Identify some more Unknown labels | Rangi | |
2020-06-16 | ReplaceKrisSprite -> UpdatePlayerSprite | Rangi | |
2020-06-16 | [in progress] Harmonize more constant and data files with pokegold | Rangi | |
2020-06-16 | Harmonize some more symbols with pokegold | Rangi | |
2020-06-13 | Label some mobile addresses, and revise some comments | Rangi | |
2020-06-10 | Resolve #723: treat std scripts like specials and predefs | Rangi | |
2020-05-25 | Group MoveDescriptions with PrintMoveDesc and rename that to ↵ | Rangi | |
PrintMoveDescription (like ItemDescriptions with PrintItemDescription) | |||
2020-05-07 | Clean up some percentage values | Rangi | |
2020-05-06 | Use a FIRST_UNOWN_CHAR constant for the Unown font | Rangi | |
2020-05-05 | Miscellaneous fixes | Rangi | |
Addresses the haircut brothers' probability comments in #709 | |||
2020-04-30 | Miscellaneous updates | Rangi | |
- `PREDEFPAL_00` -> `PREDEFPAL_ROUTES` (observed from `LoadSGBLayout.GetMapPalsIndex.route`) - `$0` -> `PLAYER` (standard person ID) - Fix some whitespace formatting | |||
2020-04-04 | `dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr` | Rangi | |
2020-03-31 | Assorted labels in mobile related code (#702) | Andrew Cook | |
Rename assorted labels in mobile-related code | |||
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-21 | Miscellaneous fixes from #694 | Rangi | |
2020-03-15 | Add a `LANDMARK_` prefix to landmark constants | Rangi | |
Resolves #697 | |||
2020-03-15 | Refactor flypoints to separate const definition from data usage | Rangi | |
2020-02-25 | unused_dark_cave -> unused_johto (goes with the beta Johto town+city maps) | Rangi | |
2020-02-21 | Merge pull request #685 from mid-kid/master | mid-kid | |
Moshi moshi? minoru enhansumentsu desu | |||
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-06 | PnP_HiddenPlaces -> PnP_Places | Rangi | |
The "Places & People" radio station does not avoid these maps; it only describes these maps. | |||
2020-02-04 | Identify four padding bytes in base data as beta front/back pic pointers | Rangi | |
2020-01-05 | Identify "branch" labels in battle animations | Rangi | |
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 | Separate tilesets.o goes with pics.o and sprites.o | 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 | Decimal values for Pokémon cry parameters | Rangi | |
2019-11-03 | Rename buttonsound to promptbutton | Rangi | |
2019-11-03 | Rename TILESET_BATTLE_TOWER to TILESET_BATTLE_TOWER_INSIDE | 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. |