summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-04TX_NUM -> TX_DECIMALmid-kid
2020-08-04Add extra japanese chars not represented as of yetmid-kid
2020-08-04Better label 2D menu datamid-kid
2020-08-04Prevent 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-04Label 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-26Use def_* macros for automatic map event countsRangi
2020-07-24Ignore tools/stadiumRangi
2020-07-23Merge pull request #59 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 3f392c279248562068a80ceaf2884f62a18f6e17.
2020-07-22Factor out tables into data/overworld/Rangi
2020-07-22Treat map setup commands like trade script commandsRangi
2020-07-22tools/unnamed.py supports rgbds 0.4.1 object filesRangi
2020-07-22Merge pull request #57 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-17Fix newlinesRangi
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-15Mark gold_debug and silver_debug as PHONY make targetsRangi
2020-07-13Document G/S-only bugs and glitches (fixes #52)Rangi
2020-07-13Define map setup commands as macros like other script commandsRangi
2020-07-13Merge pull request #56 from Rangi42/masterRangi
Disassemble the final English debug ROMs
2020-07-13Disassemble the final English debug ROMsRangi
2020-07-10Merge pull request #55 from Rangi42/masterRangi
Remove enum; add const_skip and const_next
2020-07-09Use const_skip and const_next macros for brevityRangi
2020-07-09Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi
implementations
2020-07-08Group pic pointer SECTIONs together like pokecrystalRangi
2020-07-07Get all unnamed symbols with make DEBUG=1Rangi
2020-07-06add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid ↵Rangi
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 pokecrystalRangi
2020-07-05Sync .gitignore with pokered and pokecrystalRangi
2020-07-05Use MAX_NEUTRAL_DAMAGE in BattleCommand_DamageCalcRangi
Also make .gitignore consistent with pokered