Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-11-03 | Use constants for quantities when copying SGB border tiles and palettes | Rangi | |
2019-04-19 | Identify a few more WRAM label uses | Rangi | |
2019-04-09 | TextBox -> Textbox | mid-kid | |
Homogenizing names. | |||
2019-03-12 | Minor code+docs fixes | Rangi | |
2019-02-16 | Standardize on $ff ^ X for bitwise negating 8-bit values | Rangi | |
2019-02-16 | Merge pull request #601 from mid-kid/master | Rangi | |
Exciting adventures down battle animation street! | |||
2019-02-16 | Fix issues in review | mid-kid | |
2019-02-16 | Update to rgbds 0.3.8 | Rangi | |
2019-01-15 | Fix some constants | mid-kid | |
Glass ting SFX were added in crystal. PicAnimations and UnownAnimations are expected to be in the same bank as their pointers, because the pointers are not BANK()-referenced separately. | |||
2019-01-12 | Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bank | Rangi | |
2018-09-22 | PREDEFPAL_4D -> PREDEFPAL_GAMEFREAK_LOGO_OB | Rangi | |
2018-09-16 | Identify some Spaceworld beta content | Rangi | |
2018-09-09 | Curr -> Cur | Rangi | |
2018-08-26 | hQuotient is a four-byte buffer (fixes #558) | Rangi | |
2018-08-25 | hLabel - $ff00 -> LOW(hLabel) | Rangi | |
2018-08-25 | Use labels instead of constants for HRAM | Rangi | |
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld | |||
2018-07-29 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants |