summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-22version checks for event script commands and move in related asmyenatch
2013-11-22version-sensitive objects for egg moves and evos/attacksyenatch
this way main.o and wram.o are version-neutral
2013-11-21version-neutral build targetsyenatch
pokecrystal will probably never build gold/silver, but who knows
2013-11-20finally compile multiple objectsyenatch
pokecrystal.asm doesnt really make sense now so its gone add includes.asm so objects have a standard include set
2013-11-20generated mapfile and symfile in gitignoreyenatch
2013-11-18convert pngs to 1bpp tooyenatch
2013-11-18bump pokemontools for 1bppyenatch
2013-11-18evolution animationyenatch
2013-11-07get rid of external song labelsyenatch
2013-11-07dump the music againyenatch
2013-11-07import some new sound classes from pokemontoolsyenatch
2013-11-07bump pokemontools feat sound dumpsyenatch
2013-11-07rework note macroyenatch
2013-11-07split sfx constants out of music constantsyenatch
2013-11-07get rid of unused sound constantsyenatch
2013-11-05stack music command labelsyenatch
2013-11-05recomment ReadNoiseSampleyenatch
2013-11-05rename ParseCommand to ParseMusicCommandyenatch
2013-10-25Merge branch 'master' into merge-mrwintyenatch
2013-10-25Merge commit 'cf966bb8' into merge-mrwintyenatch
Conflicts: main.asm
2013-10-25Merge commit '0ead58cd' into merge-mrwintyenatch
Conflicts: main.asm
2013-10-25Merge commit '946a213f' into merge-mrwintyenatch
2013-10-25Merge commit '66ef1838' into merge-mrwintyenatch
Conflicts: home/map.asm
2013-10-25Merge commit 'da689fa7' into merge-mrwintyenatch
2013-10-25Merge commit '8b8de40' into merge-mrwintyenatch
Conflicts: main.asm
2013-10-25Merge commit '650dc98b' into merge-mrwintyenatch
Conflicts: main.asm
2013-10-25Merge commit '754325b2' into merge-mrwintyenatch
Conflicts: main.asm
2013-10-25Merge commit 'e1cce1c' into merge-mrwintyenatch
Conflicts: main.asm
2013-10-25Merge commit 'a0ba53e' into merge-mrwintyenatch
2013-10-25Merge commit 'aae33da9' into merge-mrwintyenatch
2013-10-25Merge commit '91b822c' into merge-mrwintyenatch
2013-10-25Merge commit '789469c' into merge-mrwintyenatch
Conflicts: main.asm
2013-10-25Merge commit '963fe48' into merge-mrwintyenatch
2013-10-25Merge commit '546c17ad' into merge-mrwintyenatch
Conflicts: engine/scripting.asm main.asm
2013-10-25Merge commit '4ac6783' into merge-mrwintyenatch
2013-10-25Merge commit 'ec77075a' into merge-mrwintyenatch
Conflicts: main.asm
2013-10-14Merge pull request #210 from yenatch/masterBryan Bishop
contest mons, fixed dumb labels, fixed more lz dumps, game freak logo, roofs
2013-10-13rename tilemap coordinate functionsyenatch
2013-10-11fix labels for and rename GetBattleVarPair to GetBattleVaryenatch
2013-10-11fix labels for SoundRestart and UpdateSoundyenatch
2013-10-11relabel LoadMapGroupRoofyenatch
2013-10-11roof graphicsyenatch
2013-10-11roofs for each map groupyenatch
2013-10-10game freak logoyenatch
2013-10-10use the IntroLogoGFX label in existing asmyenatch
2013-10-08fix padding in compressed intro graphicsyenatch
2013-10-08stop hardcoding the return bank for _LoadMusicByteyenatch
2013-10-08fix LoadMusicByte naming schemeyenatch
2013-10-08rename 'LoadMusic' to '_PlayMusic'yenatch
2013-10-08rename 'StartMusic' to 'PlayMusic'yenatch