summaryrefslogtreecommitdiff
path: root/main.asm
AgeCommit message (Collapse)Author
2013-11-24more credits labels and theend graphicyenatch
2013-11-23Merge pull request #216 from yenatch/masterBryan Bishop
1bpp handling
2013-11-23objects for event handling and scriptingyenatch
2013-11-23split more event handling out of mainyenatch
2013-11-22buena textyenatch
2013-11-22move map groups into maps/map_headers.asmyenatch
2013-11-22split event handling into engine/events.asmyenatch
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-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-18evolution animationyenatch
2013-11-14Merge pull request #215 from yenatch/masterBryan Bishop
dump the music again
2013-11-12local labels for some mobile link battlesBryan Bishop
2013-11-12fix typo in PartyMenuSelect commentBryan Bishop
2013-11-12label CheckInMobileLinkBattleBryan Bishop
2013-11-12labels for some battle menusBryan Bishop
2013-11-07get rid of external song labelsyenatch
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-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-08ContestMonsyenatch