Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-13 | Define map setup commands as macros like other script commands | Rangi | |
2020-07-13 | Disassemble the final English debug ROM | Rangi | |
2020-07-10 | Use const_skip and const_next macros for brevity | 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-06 | Define SERIAL_PREAMBLE_LENGTH | Rangi | |
2020-07-05 | Use MAX_NEUTRAL_DAMAGE in BattleCommand_DamageCalc | Rangi | |
Also make .gitignore consistent with pokered | |||
2020-07-04 | SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT | 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 | Remove some more raw addresses | Rangi | |
2020-06-20 | Remove RAM address comments | Rangi | |
2020-06-17 | Harmonize engine/overworld with pokegold | 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-10 | Update some comments | Rangi | |
2020-05-07 | Clean up some percentage values | Rangi | |
2020-05-06 | Use a FIRST_UNOWN_CHAR constant for the Unown font | Rangi | |
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 | Move, comment, and simplify some macro definitions | 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-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-26 | Fix some comments and whitespace | Rangi | |
2020-02-25 | unused_dark_cave -> unused_johto (goes with the beta Johto town+city maps) | Rangi | |
2020-02-13 | Define TileCollisionTable as a standard 'db' series | Rangi | |
2020-02-05 | Merge pull request #650 from pret/audio-macros | Rangi | |
Update audio macros and arguments | |||
2020-02-04 | Use CMDQUEUE constants | Rangi | |
2020-02-04 | Identify four padding bytes in base data as beta front/back pic pointers | Rangi | |
2020-01-06 | Merge branch 'master' into audio-macros | dannye | |
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-18 | Fix some constants around wLinkMode | mid-kid | |
2019-11-03 | Bit 6 of PrintNum left-aligns numbers | Rangi | |
2019-11-03 | Identify PLAYERMOVEMENT_* constants | Rangi | |
2019-11-03 | Rename OBJECT_LENGTH to MAPOBJECT_LENGTH and OBJECT_STRUCT_LENGTH to ↵ | Rangi | |
OBJECT_LENGTH | |||
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. | |||
2019-10-21 | Misc fixes | mid-kid | |
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-09-02 | Update audio macros and arguments | dannye | |
and update related labels/constants/comments this fixes a lot of mistakes and maximizes compatibility with red | |||
2019-06-09 | Create constants for ScrollingMenu item formats | mid-kid | |
...I should've done this quite a while ago. | |||
2019-05-25 | Define appropriate constants as EQU | mid-kid | |
These constants are defined only once and shouldn't be redefined anyway. | |||
2019-05-25 | Fix usage of rIE and rSC constants | mid-kid | |
2019-05-18 | Correct the older+younger haircut brothers' labels and constants | Rangi | |
2019-05-11 | Some more GB Printer documentation | Rangi | |
2019-04-09 | TextBox -> Textbox | mid-kid | |
Homogenizing names. | |||
2019-04-08 | Identify and eliminate wEngineBuffer1-5 | Rangi | |