summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-12label CheckInMobileLinkBattleBryan Bishop
2013-11-12labels for some battle menusBryan Bishop
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 pull request #213 from yenatch/merge-mrwintBryan Bishop
Merge mrwint/master into kanzure/master
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
2013-10-08rename 'LoadSFX' to '_PlaySFX'yenatch
2013-10-08rename 'StartSFX' to 'PlaySFX'yenatch
2013-10-08rename 'PlaySFX' to 'PlayStereoSFX'yenatch
2013-10-08ContestMonsyenatch
2013-10-05* added index comments to pointer listsMr Wint
* added map header wram addresses * analyzed some assembly