Correct comments on SwitchAndTeleportEffect
Use more UNIONs for overlapping WRAM labels
Use a 30-byte UNION for some overlapping WRAM labels
Merge pull request #325 from CelestialAmber/master
Merge pull request #323 from KqesaR/master
Clean many labels of scripts of all gyms
More WRAM label cleanup (still needs UNIONs and renaming)
Merge pull request #324 from KqesaR/clean_label_wild_map_pointer
Change name wSeaRoutesWildMons to wWaterMons in WRAM
Fix typo noting to nothing and align vertically comments
Reformat MoveBoulderDustFunctionPointerTable
Partially document CeruleanCity.asm
Merge pull request #322 from SatoMew/master
Add labels to unreferenced mart inventories and remove redundant comments
Use macros for packed arrays of nybbles
Standardize names of wild maps entities
Change terminology as per feedback
Identify the connections between Routes 22 and 23 as unused
Use BANK("Pics #") for Pokémon and trainer pics
Merge pull request #321 from SatoMew/master
Identify the unused cry that was carried over to GSC
Use {interpolation} to generate sequences of RAM labels
Change how Travis CI builds on macOS
Don't let brew auto-update everything, just install rgbds
Install rgbds with `brew` on macOS so Travis CI will pass
Explain how to use a local copy of rgbds
Prevent some gcc versions from complaining about {0} in tools/scan_includes.c
Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constant
The 'def_trainers' macro checks that trainers' event flag bits are correct (#318)
Trim extra newlines from some files
Verify data table and name list sizes with assertion macros
Remove unused _GREEN TitleMons data
Clean up handling of extra effective status effects
The 'tmhm' macro adjusts to the number of TMs/HMs
Clarify signed magnitude in the growth_rate macro
Merge pull request #306 from SatoMew/master
Clearer tileset header macro comment
Merge pull request #304 from SatoMew/master
Fix reference to unused_fanfare.asm
And extend this principle to the filename as well
Be consistent with the unused and unreferenced terminology
Rename the unreferenced fanfare's constants
Improve new constants and comment based on feedback
Update related tile animation constants
Identify what became GSC's Key Item fanfare
Label and document hFFD7 more accurately
Keep wGrassMons and wWaterMons together with a UNION
Use assert to ensure correct base data size
Use STARTER1 and STARTER2 for the title screen
Merge pull request #301 from Rangi42/master
All battle back pictures end with "b"
Sync home and macro code with pokeyellow
Port some formatting from pokeyellow
Fix #296 and #297: update the install instructions
Merge pull request #300 from 95girl/master
Add files via upload
tools/unnamed.py -r . -l N prints up to N unnamed symbols next to their filenames
Merge pull request #295 from SatoMew/master
Clarify comment in constants/pokemon_constants.asm
Merge pull request #294 from SatoMew/master
Fix alignment in Pokémon name constants
Use the constant in all relevant situations
Replace ghost Marowak's ambiguous constant
Merge pull request #292 from Akatsuki-py/fix/ExecuteCurMapScriptInTable
fix ExecuteCurMapScriptInTable's comment
rgbds has moved from rednex to gbdev