Format all CopyTilemapAtOnce variations the same way
Update some comments
Clean up some percentage values
Merge pull request #717 from Rangi42/master
Use a FIRST_UNOWN_CHAR constant for the Unown font
Merge pull request #715 from Rangi42/master
Merge pull request #714 from Rangi42/master
Add "unused" comments for stray audio/sfx.asm data
Miscellaneous updates and corrections
Merge pull request #713 from Rangi42/master
Miscellaneous fixes, including one for the Pokédex design flaw by ax6
Merge pull request #712 from Rangi42/master
Rename pokecrystal.link to layout.link
Use a separate build object to check the rgbds version
More miscellaneous fixes (see #709)
Merge pull request #711 from Rangi42/master
lemme just fuckin uhhhhhhhhhhhhhhhhhhhh
Merge pull request #708 from Rangi42/master
Remove unused nonmatching files for electro_ball.png and sgb_border.bin
Merge pull request #707 from Rangi42/master
Ensure that the cartridge header is patched over all $00s, and comment on the entry point format
hBuffer -> hStackBank and hFarByte
Merge pull request #705 from Rangi42/master
Bump tools/unnamed.py to RGBDS object version 13
Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3)
`dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr`
Move, comment, and simplify some macro definitions
Merge pull request #704 from LIJI32/gfx_bugfix
Indentation conventions, use C99 variable length arrays
Fix several out-of-bound reads; fix a memory leak
Assorted labels in mobile related code (#702)
Merge pull request #699 from Rangi42/master
Add suffixes to some constants to avoid ambiguity
Remove some redundant comments superseded by labels (see #693)
Revert the broken CheckTypeMatchup bugfix simplification from 5728d0141793d832476b3f7b5c0844166fa7c242
rgbds supports 'X - 1' instead of 'X + -1'
Combine Celebi frames into one PNG
Merge pull request #696 from Rangi42/master
Add a `LANDMARK_` prefix to landmark constants
Refactor flypoints to separate const definition from data usage
Add tools/used_space.py to visualize the ROM based on the .map file
Add tools/used_space.py to visualize the ROM based on the .map file
Merge pull request #692 from Rangi42/master
Change how some PNG graphics are formatted
Merge pull request #691 from Rangi42/master
Document a bug where Teleport cannot fail for wild Pokémon
Identify remaining gfx/unknown files
Identify gfx/unknown/4985a.asm as gfx/tilesets/forest-tree/unused.png
Merge pull request #690 from Rangi42/master
unused_dark_cave -> unused_johto (goes with the beta Johto town+city maps)
Identify some labels and constants for Battle Tower
Merge pull request #689 from mid-kid/master
Fix SRAM references in Function140ae
Fix Mac OSX install instructions
Merge pull request #688 from Rangi42/master
Replace some "idiotic", "wtf", "stupid interns" comments with more common "useless", "pointless", "could have done X instead"
Fix build with rgbds 0.3.9 release
Merge pull request #687 from mid-kid/master
Fix the sections in home/header.asm
Implement suggestions in PR #687
Merge pull request #685 from mid-kid/master
Fix some comments and inmediates
Fix tools/unnamed.py for new rgbds object format
Merge pull request #684 from Rangi42/master
Define TileCollisionTable as a standard 'db' series
Standardize on lowercase Tilemap and Attrmap
Call_LoadTempTileMapToTileMap → SafeLoadTempTileMapToTileMap
Make tools/sort_symfile.sh case insensitive
Remove FarCall prefix from SwapTextboxPalettes and ScrollBGMapPalettes
Split up engine/events/misc_scripts_2.asm
InitSpriteAnimStruct <-> _InitSpriteAnimStruct
Merge pull request #682 from Rangi42/master
Merge pull request #650 from pret/audio-macros
Fix tools/unnamed.py for new rgbds object format
Merge branch 'master' into audio-macros
Merge pull request #680 from Rangi42/master