Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-05 | Identify more unnamed labels | Rangi | |
2020-10-04 | Identify more unnamed labels | Rangi | |
2020-10-04 | Identify some more unnamed labels | Rangi | |
2020-08-27 | Fix some constants surrounding sprite animations | mid-kid | |
Also commented the use of the field surrounding the struct initialization functions. SPRITEANIMSTRUCT_0C -> SPRITEANIMSTRUCT_VAR1 SPRITEANIMSTRUCT_0D -> SPRITEANIMSTRUCT_VAR2 SPRITEANIMSTRUCT_0E -> SPRITEANIMSTRUCT_VAR3 SPRITEANIMSTRUCT_0F -> SPRITEANIMSTRUCT_VAR4 BATTLEANIMSTRUCT_01 -> BATTLEANIMSTRUCT_OAMFLAGS BATTLEANIMSTRUCT_ANON_JT_INDEX -> BATTLEANIMSTRUCT_JUMPTABLE_INDEX BATTLEANIMSTRUCT_0F -> BATTLEANIMSTRUCT_VAR1 BATTLEANIMSTRUCT_10 -> BATTLEANIMSTRUCT_VAR2 | |||
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-11 | Identify some time-related data | Rangi | |
2020-08-05 | Use TRUE for hCGBPalUpdate | mid-kid | |
2020-07-25 | Correct constants in DoNPCTrade | 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-17 | SPRITE_GYM_GUY -> SPRITE_GYM_GUIDE | Rangi | |
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 | |