Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-27 | Fix whitespace alignment of comments | Rangi | |
2020-09-27 | Remove animation-related constants from pokecrystal | Rangi | |
2020-09-15 | rgbds has moved from rednex to gbdev | Rangi | |
2020-09-12 | wHallOfFameCount is one byte | Rangi | |
2020-09-01 | Pan Docs: "When sending three or more data sets, data is continued in ↵ | Rangi | |
further packet(s). Unused bytes at the end of the last packet should be set to zero." | |||
2020-08-29 | Remove wKickCounter and wPresentPower aliases for wBattleAnimParam | Rangi | |
2020-08-27 | Merge pull request #62 from mid-kid/master | Rangi | |
Better document splash screen | |||
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 | 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 | Port splash screen documentation changes from Crystal | mid-kid | |
Since the splash screen is wildly different, a lot of the docs don't really apply here. | |||
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 #61 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 #60 from mid-kid/master | Rangi | |
Rub a dub dub, thanks for the grub | |||
2020-08-18 | Add wTitleScreenSelectedOption constants | mid-kid | |
2020-08-18 | Enable compatibility with upcoming RGBASM version | Rangi | |
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 | 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-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-04 | TX_NUM -> TX_DECIMAL | mid-kid | |
2020-08-04 | Add extra japanese chars not represented as of yet | mid-kid | |
2020-08-04 | Better label 2D menu data | mid-kid | |
2020-08-04 | 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-04 | 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 | Use def_* macros for automatic map event counts | Rangi | |
2020-07-24 | Ignore tools/stadium | Rangi | |
2020-07-23 | Merge pull request #59 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 3f392c279248562068a80ceaf2884f62a18f6e17. | |||
2020-07-22 | Factor out tables into data/overworld/ | Rangi | |
2020-07-22 | Treat map setup commands like trade script commands | Rangi | |
2020-07-22 | tools/unnamed.py supports rgbds 0.4.1 object files | Rangi | |
2020-07-22 | Merge pull request #57 from Rangi42/master | Rangi | |
Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1) | |||
2020-07-21 | Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1) | Rangi | |
2020-07-21 | Define JOHTO_FLYPOINT like KANTO_FLYPOINT | Rangi | |
2020-07-21 | Define NUM_FLYPOINTS | Rangi | |