summaryrefslogtreecommitdiff
path: root/main.asm
AgeCommit message (Expand)Author
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
2013-09-08ItemIsMail and comment thief move effectyenatch
2013-09-08Merge pull request #196 from yenatch/std-scriptsBryan Bishop
2013-09-08Merge pull request #195 from yenatch/predefsBryan Bishop
2013-09-08Merge pull request #190 from yenatch/masterBryan Bishop
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
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
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
2013-09-07whitespace -> tabs in main.asmBryan Bishop
2013-09-07fix up TreeMons/RockMonsyenatch
2013-09-07split out std scripts from main.asmyenatch
2013-09-07add a menudata2 header in std scriptsyenatch
2013-09-07label some jumps in std scriptsyenatch
2013-09-07shorten PrintMoveDescription -> PrintMoveDesc so rgbds doesnt chokeyenatch
2013-09-07the bomb 3yenatch
2013-09-06labels for each predefyenatch
2013-09-06the bomb 2yenatch
2013-09-06labels for each specialyenatch
2013-09-06the bombyenatch
2013-09-06update some labels and special/predef pointersyenatch
2013-09-05couple more specials in bank 3yenatch
2013-09-05some specials in bank 3 and unown dex asmyenatch
2013-09-04recomment CheckShininess and CheckContestMonyenatch
2013-09-04recomment Predef and GetPredefFn -> GetPredefPointeryenatch
2013-09-03split farcall functions into engine/farcall.asmyenatch
2013-09-03formatting in the map engineyenatch
2013-09-03split out game time functions into engine/game_time.asmyenatch
2013-09-03recomment game time functionsyenatch
2013-09-03split menu functions into engine/menu.asmyenatch
2013-09-03split Sine/Cosine into engine/sine.asmyenatch
2013-09-03split map object functions into engine/map_objects.asmyenatch
2013-09-03split some RTC interfaces into engine/rtc.asmyenatch
2013-09-03split vram functions out into engine/video.asmyenatch
2013-09-03split out rst vectorsyenatch