summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-09-07whitespace -> tabs in main.asmBryan Bishop
How did these get in here?
2013-09-07fix up TreeMons/RockMonsyenatch
2013-09-07split out std scripts from main.asmyenatch
2013-09-07add a menudata2 header in std scriptsyenatch
thats it for std incbins
2013-09-07label some jumps in std scriptsyenatch
2013-09-07shorten PrintMoveDescription -> PrintMoveDesc so rgbds doesnt chokeyenatch
still need to fix this 15-char macro argument limit
2013-09-07StdScripts label in engine/scripting.asmyenatch
2013-09-07the bomb 3yenatch
std scripts
2013-09-06labels for each predefyenatch
also fix up any labels that got missed finally found a reference to the weird nop function (Function2d43)
2013-09-06the bomb 2yenatch
remaining predef asm
2013-09-06Merge pull request #191 from Sanky/masterBryan Bishop
PYTHON in Makefile