Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Modify macros/wram.asm to match recent renames | 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 | Split engine/movie/intro.asm into itself and splash.asm | mid-kid | |
2020-08-27 | Move all splash screen files to gfx/splash | mid-kid | |
2020-08-21 | wBattleScriptFlags is one byte | Rangi | |
2020-08-19 | Merge pull request #761 from mid-kid/master | Rangi | |
Linkcable and the Mystery of Mew | |||
2020-08-19 | Document weird code involving link trades of mew and celebi | mid-kid | |
This piece of code is frankly rather confusing, as it seemingly doesn't serve much of a purpose. Documenting it here for future reference. | |||
2020-08-18 | Merge pull request #756 from mid-kid/master | Rangi | |
Rub a dub dub, thanks for the grub | |||
2020-08-18 | Add wTitleScreenSelectedOption constants | mid-kid | |
2020-08-18 | Merge pull request #760 from ISSOtm/master | Rangi | |
Enable compatibility with upcoming RGBASM version | |||
2020-08-18 | Enable compatibility with upcoming RGBASM version | ISSOtm | |
This is additionally required, because an `elif`'s condition is evaluated even when it's about to be skipped over, and this `"\2"` will become an error | |||
2020-08-17 | "<NULL>" -> 0, for 'and a' | Rangi | |
2020-08-17 | Use ISCONST for future rgbds lexer compatibility | Rangi | |
2020-08-13 | Add a template for maps/*.asm | Rangi | |
2020-08-13 | Consistent constants for radio data table sizes (could still be better) | Rangi | |
2020-08-12 | Factor out gfx/pack/pack_menu.tilemap | Rangi | |
2020-08-11 | 'make clean' reuses 'make tidy' commands | Rangi | |
2020-08-11 | Identify some time-related data | Rangi | |
2020-08-07 | Merge pull request #758 from danShumway/patch-1 | mid-kid | |
Update Arch install instructions | |||
2020-08-07 | Update Arch install instructions | Daniel Shumway | |
As of ~07/21, `rgbds` is included in the official Arch repos, so the Aur package is no longer being maintained. | |||
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-08-05 | Document wTitleScreenSelectedOption variable | mid-kid | |
2020-08-03 | HappinessData_DaisysGrooming uses percent macro | Rangi | |
2020-08-03 | TX_NUM -> TX_DECIMAL | mid-kid | |
2020-08-03 | Label some mobile battle screen functions | mid-kid | |
2020-08-03 | Minor title screen fixes | mid-kid | |
2020-08-03 | Add extra japanese chars not represented as of yet | mid-kid | |
2020-08-03 | Better label 2D menu data | mid-kid | |
2020-08-03 | Prevent OaksPKMNTalk from looping forever if NUM_GRASSMON is changed | mid-kid | |
That should cause no real problems because of a range check right after it. | |||
2020-08-03 | Label some audio commands as unused | mid-kid | |
2020-08-03 | Identify constant in NamingScreen_IsTargetBox | Rangi | |
2020-07-28 | 'make tidy' shouldn't trigger 'make -C tools' | Rangi | |
2020-07-27 | rgbdscheck requires 0.4.1 | Rangi | |
2020-07-26 | Merge pull request #754 from Rangi42/master | Rangi | |
Use def_* macros for automatic map event counts | |||
2020-07-25 | Correct constants in DoNPCTrade | Rangi | |
2020-07-24 | Use def_* macros for automatic map event counts | Rangi | |
Resolves #742 | |||
2020-07-24 | Ignore tools/stadium | mid-kid | |
2020-07-23 | Merge pull request #751 from Rangi42/master | Rangi | |
Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs | |||
2020-07-23 | Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs | 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-22 | tools/unnamed.py supports rgbds 0.4.1 object files | Rangi | |
2020-07-22 | Merge pull request #745 from Rangi42/master | Rangi | |
Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1) |