summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-08comment arena trap move effect asmyenatch
2013-09-08comment nightmare move effect asmyenatch
2013-09-08comment defrost move effect asmyenatch
2013-09-08comment curse move effect asmyenatch
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 #172 from kanzure/refactor-preprocessorBryan Bishop
Move main preprocessor into pokemontools
2013-09-08Merge branch 'master' into refactor-preprocessorBryan Bishop
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
2013-09-08split sram access asm into common/sram.asmyenatch
2013-09-08split Random into common/random.asmyenatch
2013-09-08split item interfaces into common/item.asmyenatch
2013-09-08fix item asm labelsyenatch
CheckItem was called PickUpItem by mistake Also label TossItem and ReceiveItem
2013-09-08Function2f17 -> IsInJohtoyenatch
2013-09-08split InitString asm into common/string.asmyenatch
2013-09-08split flag action asm into common/flag.asmyenatch
2013-09-08split map engine asm into common/map.asmyenatch
2013-09-07rename BUTTON_A and BUTTON_B constants to A_BUTTON and B_BUTTONyenatch
2013-09-07move common asm from engine/ to common/yenatch
engine/ was getting really bloated and common asm wasnt what it was made for
2013-09-07split fruit tree asm out into engine/fruit_trees.asmyenatch
2013-09-07split type strings and related asm out into text/types.asmyenatch
2013-09-07comment PrintMonTypesyenatch
2013-09-07leftover trainer class names from redyenatch
you can find these in pokered at TrainerNamePointers (9:7e64)
2013-09-07OTName wram labelyenatch
2013-09-07Merge pull request #194 from kanzure/fix-asm-whitespaceBryan Bishop
whitespace -> tabs in main.asm