summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-03HappinessData_DaisysGrooming uses percent macroRangi
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)
2020-07-21Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)Rangi
2020-07-21Define JOHTO_FLYPOINT like KANTO_FLYPOINTRangi
2020-07-21Define NUM_FLYPOINTSRangi
2020-07-21" " → $7fRangi
2020-07-17Port pokered's more local system for trade animation scriptsRangi
Also factor out trade tilemaps
2020-07-17SPRITE_GYM_GUY -> SPRITE_GYM_GUIDERangi
2020-07-17return → endcallback, reloadandreturn → reloadendRangi
2020-07-13Fix tools/unnamed.pyRangi
2020-07-13Define map setup commands as macros like other script commandsRangi
2020-07-13Merge pull request #743 from Rangi42/masterRangi
Disassemble the final English debug ROMs
2020-07-13Port pokegold's method of defining rgblink arguments per ROMRangi
2020-07-13Disassemble the final English debug ROMRangi
2020-07-10Merge pull request #740 from Rangi42/masterRangi
Remove enum; add const_skip and const_next
2020-07-10Use const_skip and const_next macros for brevityRangi
2020-07-08Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi
implementations
2020-07-07Get all unnamed symbols with make DEBUG=1Rangi
2020-07-06add_tm, add_hm, and add_mt define TM##_MOVE, HM##_MOVE, and MT##_MOVE ↵Rangi
constants, to avoid repeating the move names in tmhm_moves.asm
2020-07-06Define SERIAL_PREAMBLE_LENGTHRangi
2020-07-06text_linkpromptbutton -> text_waitbuttonRangi
Removes support for text_waitbutton as a legacy alias for text_promptbutton.
2020-07-05Sync README.md with pokered and pokegoldRangi
2020-07-05Sync .gitignore with pokered and pokegoldRangi
2020-07-05Use MAX_NEUTRAL_DAMAGE in BattleCommand_DamageCalcRangi
Also make .gitignore consistent with pokered
2020-07-04SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULTRangi
2020-07-02Use STRCMP, not ==, to compare multi-character stringsRangi
2020-07-01Identify more labels, and use the jumptable macro when possibleRangi
2020-06-29Identify more labels and constantsRangi
2020-06-29Identify more unnamed labelsRangi
2020-06-28Reformat gfx/trade/game_boy.png and fix tools/gfx --preserveRangi
2020-06-28Merge pull request #737 from aaaaaa123456789/masterRangi
Fix an uninitialized read bug in lzcomp
2020-06-28Fix lzcomp flags after fixing uninitialized read bugaaaaaa123456789
2020-06-28Update lzcompaaaaaa123456789