Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Remove "Buffer" suffix from two HRAM labels | Rangi | |
2020-11-09 | Replace $0 with 0 for "ld l, a / ld h, 0" idiom | Rangi | |
2020-11-08 | Rename "dummy game" to "memory game" | Rangi | |
2020-11-01 | Identify some more labels, and make some more consistent | Rangi | |
2020-10-30 | UnusedSpriteAnimGFX was to sprite anims as AnimObjGFX is to battle anims | Rangi | |
2020-10-30 | Extract more RGB data to .pal files | Rangi | |
2020-10-30 | Identify wSpriteAnimDict key constants | Rangi | |
2020-10-30 | Identify mobile Name Card exchange labels | 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-23 | Identify some more labels, mostly WRAM | Rangi | |
2020-10-22 | Identify a few more labels and data | Rangi | |
2020-10-22 | Identify more sprite graphics and map object labels, and have consistent ↵ | Rangi | |
anonymous jumptable labels | |||
2020-10-05 | Identify some more unnamed labels | Rangi | |
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-10-04 | Identify SGB blk/pal packets | Rangi | |
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-27 | Small changes to better match pokegold | mid-kid | |
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-27 | Document splash screen animation | mid-kid | |
2020-08-27 | Move all splash screen files to gfx/splash | mid-kid | |
2020-08-05 | Remove a verifiably false comment | mid-kid | |
wSpriteAnimCount starts at 0, keeps incrementing and never decrements. When it reaches $ff, the next value is 1. Its purpose is unknown, as this value is used nowhere else. | |||
2020-08-05 | `d` is the multiplier for Sprites_Sine | mid-kid | |
2020-08-05 | Use TRUE for hCGBPalUpdate | mid-kid | |
2020-07-21 | Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1) | Rangi | |
2020-07-04 | SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT | Rangi | |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to ↵ | Rangi | |
OpenSRAM) To do: engine/{menus, overworld} | |||
2020-06-17 | Harmonize engine/{gfx, items, link, math} 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-10 | Define pokeanim setup commands like std scripts, predefs, and specials | Rangi | |
No need for a macro workaround in rgbds 0.4.0 | |||
2020-06-03 | Separate UnusedBattleObjectPals from PartyMenuOBPals | Rangi | |
2020-05-18 | Update some routine labels, including unreferenced ones | Rangi | |
2020-05-17 | Miscellaneous cleanup noted in #709 | 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-18 | Miscellaneous fixes, including one for the Pokédex design flaw by ax6 | Rangi | |
2020-04-08 | Remove unused nonmatching files for electro_ball.png and sgb_border.bin | Rangi | |
electro_ball.png needed to preserve one whitespace tile which tools/gfx would normally remove. Preserving a list of tile indexes has been added as a general feature to tools/gfx. sgb_border.bin needed to remove the 20x18 center area of $00 bytes. This is achievable with the standard tr utility. | |||
2020-04-06 | Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3) | Rangi | |
2020-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi | |
2020-02-28 | Identify remaining gfx/unknown files | Rangi | |
2020-02-26 | Identify gfx/unknown/4985a.asm as gfx/tilesets/forest-tree/unused.png | 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 | InitSpriteAnimStruct <-> _InitSpriteAnimStruct | mid-kid | |
These were the wrong way around, as the function in home should not be prefixed |