Merge pull request #561 from Rangi42/master
Empty rules are unnecessary (error messages are fine without them)
Don't repeat the pokecrystal instructions
Clarify about rgbds 0.3.7 compatibility
Merge pull request #560 from Rangi42/master
Merge pull request #559 from mid-kid/master
Fix #537: Palettes generated from PNGs use .gbcpal directly.
Merge pull request #557 from Rangi42/master
spaces->tab, and remove redundant comment
Nested union for the Multiply+Divide inputs+results
hQuotient is a four-byte buffer (fixes #558)
wCreditsFaux2bpp -> wCreditsBlankFrame2bpp, with the right buffer size
_Divide results go in hQuotient and hRemainder, not in hDividend and hDivisor
Use rgbasm's GameBoy graphics literal for initializing wCreditsFaux2bpp
Merge pull request #555 from Rangi42/ldh
Merge pull request #541 from igidrau/patch-2
Reorganize math-related HRAM union (ffb3)
Changed some labels according to Rangi's comments
These are signed offsets, not addresses (thanks, PikalaxALT)
Remove HRAM label address comments
Use labels instead of constants for HRAM
Merge pull request #554 from Rangi42/master
Merge branch 'master' of https://github.com/Rangi42/pokecrystal
Merge pull request #550 from mid-kid/master
Merge pull request #553 from Rangi42/master
Avoid warnings from gcc without having to silence them all
Merge pull request #549 from aaaaaa123456789/master
GetDamageStatsCritical -> CheckDamageStatsCritical
Better labels/constants for Move Tutor.
There was an error in the previous commit
Changed the labels accordingly to the standard style
Consistency with order of constant comments
Fix constants in BattleCommand_MirrorCoat
RestorePPofDepositedPokemon -> RestorePPOfDepositedPokemon
Split print_move_description and mon_menu
Update lzcomp to the latest version and fix Makefiles accordingly
Merge pull request #548 from Rangi42/master
Every diff line starts with +, -, or space
Pokedex_PutScrollbarOAM data values
Make reviewed fixes; standardize on " + "
; entries correspond to PLAYEREVENT_* constants
wDeciramBuffer → wBreedingCompatibility in UnknownText_0x1bd0d8
Merge pull request #535 from ketsuban/fix-battle-transition
Merge pull request #547 from mid-kid/master
Add fix for battle transition bug
anim_ret_command is an index in a table after all
Merge pull request #546 from Rangi42/master
Crystal fixed TruncateHL_BC in single player
Reword bug docs now that they use diffs
Merge branch 'master' of https://github.com/pret/pokecrystal
Merge pull request #545 from mid-kid/master
"Explain" diff format in bugs_and_glitches
Merge branch 'master' of https://github.com/pret/pokecrystal
Remove a documented bug that's not really a bug
Consistently use the diff format in bugs_and_glitches
Merge pull request #544 from Rangi42/master
Merge branch 'master' of https://github.com/pret/pokecrystal
Merge pull request #489 from i0brendan0/i0brendan0-patch-5
Merge pull request #522 from ketsuban/the-diffening
wPokeAnimStruct matches wPokeAnimStructEnd
StringCmp → CompareBytes; CompareLong → CompareBytesLong
Consistent routine naming convention: 'Foo' wraps '_Foo'
Merge pull request #543 from Rangi42/master
turns out none of the code is needed
final change
Merge branch 'master' into the-diffening
Merge branch 'master' of hyperdriveguy/pokecrystal
Add Counter and Mirror Coat bugfix
Merge pull request #542 from mid-kid/master