Labelling the Victory Road rival script
Converting what I can to locals.
Labelling Buena's subroutines.
Merge pull request #475 from surskitty/master
Completing labels for Route 35.
Renaming the UnknownScript for reloading the map after battle.
Labelling some more UnknownScripts. These files remain incomplete.
Merge branch 'master' of github.com:pret/pokecrystal
Merge pull request #456 from Rangi42/master
Add back catch-all graphics rules.
Comment on wGBCOnlyDecompressBuffer size
Unrelated routine gets its own file
Scale addresses with PARTY_LENGTH
PARTY_LENGTH; MON_NAME; sgb_border.bin
Rename BATTLETOWER_NROF constants
Japanese characters in Japanese text (e.g. "ォ" not "," for $f4)
Use hSerialConnectionStatus constants elsewhere
Resolve #471 (although link code still needs more cleanup, like its WRAM labels)
Keep hex address until surrounding code is cleaned up
This table entry has the address of MoveDescriptions in GSC ($4000 in G/S, $4b52 in Crystal)
clean up GetName/NamesPointers
Disambiguate "%" and "<NO>"
Use Japanese charmap definitions in strings
More charmap and home/text.asm documentation for JP chars
More constants, related to map objects
More accurate constant/label names
Identify leftover SGB palettes from R/B
Only graphics data goes in gfx/
Heal machine jumptable index constants
Partially document SGB data from pokered
Rename some tilesets (close #467)
Allow italics/bold within inline code
Wild data entries are 2 bytes wide
No redundant filename prefixes
Comments help find map_data.asm
"CryHeader" → "Cry"; "Cry" → "MonCry"
map_header → map_def; map_header_2 → map_data
0/1 → FALSE/TRUE, with correct comment
Move map-related "metadata" files into data/maps/
Avoid "+- 1" at every maskbits
Remove Predef_ prefix from routines listed in PredefPointers
Birdkeeper Jose and Cooltrainerf Reena
Labelling Route 46's wrappers.
Phone data 0/7 are time masks
Disambiguating the wrapper functions.
Route 5 Cleanse Tag granny labels
Labelling Route 44; Birdkeeper Vance and Fisher Wilton.
Long lists of db/dw series with struct-defining macros belong in data/
Move code out of gfx/ (close #474)
_Special_BugContestJudging → _BugContestJudging; HOF_Predef_AnimateFrontpic → Predef_HOF_AnimateFrontpic (close #473)