summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-27GS_INTRO_STAR/SPARKLE -> GS_GAMEFREAK_LOGO_STAR/SPARKLEmid-kid
These two sprite animations are related to the Game Freak Logo splash screen, not the actual intro.
2020-08-27Small changes to better match pokegoldmid-kid
2020-08-27Modify macros/wram.asm to match recent renamesmid-kid
2020-08-27Fix some constants surrounding sprite animationsmid-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-27Document splash screen animationmid-kid
2020-08-27Split engine/movie/intro.asm into itself and splash.asmmid-kid
2020-08-27Move all splash screen files to gfx/splashmid-kid
2020-08-21wBattleScriptFlags is one byteRangi
2020-08-19Merge pull request #761 from mid-kid/masterRangi
Linkcable and the Mystery of Mew
2020-08-19Document weird code involving link trades of mew and celebimid-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-18Merge pull request #756 from mid-kid/masterRangi
Rub a dub dub, thanks for the grub
2020-08-18Add wTitleScreenSelectedOption constantsmid-kid
2020-08-18Merge pull request #760 from ISSOtm/masterRangi
Enable compatibility with upcoming RGBASM version
2020-08-18Enable compatibility with upcoming RGBASM versionISSOtm
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-17Use ISCONST for future rgbds lexer compatibilityRangi
2020-08-13Add a template for maps/*.asmRangi
2020-08-13Consistent constants for radio data table sizes (could still be better)Rangi
2020-08-12Factor out gfx/pack/pack_menu.tilemapRangi
2020-08-11'make clean' reuses 'make tidy' commandsRangi
2020-08-11Identify some time-related dataRangi
2020-08-07Merge pull request #758 from danShumway/patch-1mid-kid
Update Arch install instructions
2020-08-07Update Arch install instructionsDaniel Shumway
As of ~07/21, `rgbds` is included in the official Arch repos, so the Aur package is no longer being maintained.
2020-08-05Remove a verifiably false commentmid-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_Sinemid-kid
2020-08-05Use TRUE for hCGBPalUpdatemid-kid
2020-08-05Document wTitleScreenSelectedOption variablemid-kid
2020-08-03HappinessData_DaisysGrooming uses percent macroRangi
2020-08-03TX_NUM -> TX_DECIMALmid-kid
2020-08-03Label some mobile battle screen functionsmid-kid
2020-08-03Minor title screen fixesmid-kid
2020-08-03Add extra japanese chars not represented as of yetmid-kid
2020-08-03Better label 2D menu datamid-kid
2020-08-03Prevent OaksPKMNTalk from looping forever if NUM_GRASSMON is changedmid-kid
That should cause no real problems because of a range check right after it.
2020-08-03Label some audio commands as unusedmid-kid
2020-08-03Identify constant in NamingScreen_IsTargetBoxRangi
2020-07-28'make tidy' shouldn't trigger 'make -C tools'Rangi
2020-07-27rgbdscheck requires 0.4.1Rangi
2020-07-26Merge pull request #754 from Rangi42/masterRangi
Use def_* macros for automatic map event counts
2020-07-25Correct constants in DoNPCTradeRangi
2020-07-24Use def_* macros for automatic map event countsRangi
Resolves #742
2020-07-24Ignore tools/stadiummid-kid
2020-07-23Merge pull request #751 from Rangi42/masterRangi
Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs
2020-07-23Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINsRangi
2020-07-22Move EngineFlags and SpecialsPointers into data/engine/Rangi
2020-07-22Revert "Factor out tables into data/overworld/"Rangi
This reverts commit b5a7e7de3e6b75e95967edd28b9c2af5959cd136.
2020-07-22Factor out tables into data/overworld/Rangi
Fixes #749
2020-07-22Treat map setup commands like trade script commandsRangi
Fixes #736
2020-07-22tools/unnamed.py supports rgbds 0.4.1 object filesRangi
2020-07-22Merge pull request #745 from Rangi42/masterRangi
Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)