summaryrefslogtreecommitdiff
path: root/main.asm
AgeCommit message (Collapse)Author
2013-09-18recomment IsInArrayyenatch
2013-09-18move window asm into home/window.asmyenatch
2013-09-18fix some farcalls in window asmyenatch
2013-09-18fix padding in .lz files for attack graphicsyenatch
2013-09-18fix formatting in player pic asmyenatch
2013-09-18move dratini special into event/dratini.asmyenatch
2013-09-18move mon icons into menu/mon_icons.asmyenatch
2013-09-18more encounter functionsyenatch
2013-09-16more mobile functionsyenatch
2013-09-16clean up a couple mobile function commentsyenatch
nothing here is actually commented out
2013-09-16rename hall of fame labelsyenatch
2013-09-15split title screen functions into engine/title.asmyenatch
2013-09-15split the mobile adapter library into lib/mobile/yenatch
2013-09-15some time-dependent functionyenatch
2013-09-15split color asm and data into engine/color.asmyenatch
2013-09-15dump a palette set at the end of bank 2yenatch
2013-09-15incbin some 0s backyenatch
2013-09-15move part of an incbin into predef/cgb.asmyenatch
2013-09-15remove some incbins in bank 2yenatch
2013-09-12finish an old script pointer tableyenatch
2013-09-11change old .tx includes to .asmyenatch
these were forgotten about with the last preprocessor change. this is required for object dependencies to be handled by make.
2013-09-09rename common/ to home/yenatch
2013-09-09Merge branch 'yenatch/split-predefs-specials-stds' into ↵Bryan Bishop
fix-split-predefs-specials-stds https://github.com/kanzure/pokecrystal/pull/198
2013-09-09Merge branch 'yenatch/split-predefs-specials-stds' into ↵Bryan Bishop
fix-split-predefs-specials-stds https://github.com/kanzure/pokecrystal/pull/198
2013-09-09Merge branch 'yenatch/split-predefs-specials-stds' into ↵Bryan Bishop
fix-split-predefs-specials-stds https://github.com/kanzure/pokecrystal/pull/198
2013-09-09Merge branch 'yenatch/split-predefs-specials-stds' into ↵Bryan Bishop
fix-split-predefs-specials-stds https://github.com/kanzure/pokecrystal/pull/198
2013-09-09move name rater asm into event/name_rater.asmyenatch
2013-09-09name rater specialyenatch
2013-09-09name a couple specialsyenatch
2013-09-09split sgb-to-cgb asm into predef/cgb.asmyenatch
2013-09-09cgb replacements for sgb layoutsyenatch
2013-09-09split sgb stuff into predef/sgb.asmyenatch
2013-09-09sgb layout predefyenatch
2013-09-09CheckCGByenatch
2013-09-09typo in CheckContestMonyenatch
2013-09-09comment flag predefyenatch
this is like FlagAction but with index c instead of de
2013-09-09PokedexSeen and PokedexCaught were swappedyenatch
2013-09-09clean up more bank 0yenatch
2013-09-09move multiplication/division functions into common/math.asmyenatch
2013-09-09split more copy functions into common/copy2.asmyenatch
2013-09-09clean up some common includes and give names to wram copy functionsyenatch
2013-09-08split Predef into common/predef.asmyenatch
2013-09-08split serial handshake into common/handshake.asmyenatch
2013-09-08Merge pull request #197 from yenatch/masterBryan Bishop
comment some move effects
2013-09-08ItemIsMail and comment thief move effectyenatch
2013-09-08Merge pull request #196 from yenatch/std-scriptsBryan Bishop
std scripts
2013-09-08Merge pull request #195 from yenatch/predefsBryan Bishop
predefs
2013-09-08Merge pull request #190 from yenatch/masterBryan Bishop
specials
2013-09-08move double speed functions into common/double_speed.asmyenatch
2013-09-08labels for cgb double speed functionsyenatch