split out the battle engine into battle/core.asm
split out pic animation asm and clean up some more includes
split out battle animation asm (bg effects, objects, commands)
split out sprite facing defs into engine/facings.asm
init.sh: sudo pip install and make sure rgbds man dirs exist
more map attribute getters and some cleanup in home/map.asm
rewrite makefile for speed and better dependency handling
rewrite readme and install; init.sh for install
prequeue: dont initialize a new preprocessor for each file
Function3af0 -> GetBattleAnimByte
labels for battle animation commands
comment some battle animation asm
rewrite scan_includes to skip duplicates
Makefile: %.bin and %.pal targets
Makefile: empty targets for %.asm and baserom.gbc
Makefile: clean doesnt need object dependencies
more 3pt macro labels; shorten 3pt macros to take just a label
shorten redundant text_jump macros
split out some more move effects
rename a credit constant to avoid conflicts
more landmark constants and rename FlypointPerms -> VisitedSpawns
landmark constants in map headers
redone landmarks, now with constants
facing structs and other movement stuff
split wram constants out of constants.asm
macros come first since theyre used to define constants
split some more and recomment more home asm
maps.o and stats/pokedex/entries.o
proper section names and bank constants
move more credits asm into engine/credits.asm
more credits labels and theend graphic
lb macro for fast double-register loads
Makefile: more readable object list
objects for event handling and scripting
split more event handling out of main
move map groups into maps/map_headers.asm
split event handling into engine/events.asm
version checks for event script commands and move in related asm
version-sensitive objects for egg moves and evos/attacks
finally compile multiple objects
generated mapfile and symfile in gitignore
import some new sound classes from pokemontools
bump pokemontools feat sound dumps
split sfx constants out of music constants
get rid of unused sound constants
rename ParseCommand to ParseMusicCommand
Merge branch 'master' into merge-mrwint
Merge commit 'cf966bb8' into merge-mrwint
Merge commit '0ead58cd' into merge-mrwint
Merge commit '946a213f' into merge-mrwint
Merge commit '66ef1838' into merge-mrwint
Merge commit 'da689fa7' into merge-mrwint
Merge commit '8b8de40' into merge-mrwint
Merge commit '650dc98b' into merge-mrwint
Merge commit '754325b2' into merge-mrwint
Merge commit 'e1cce1c' into merge-mrwint
Merge commit 'a0ba53e' into merge-mrwint
Merge commit 'aae33da9' into merge-mrwint
Merge commit '91b822c' into merge-mrwint
Merge commit '789469c' into merge-mrwint
Merge commit '963fe48' into merge-mrwint