summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-04makefile: files in constants/ dont all end in 'constants' anymoreyenatch
any non-constants asm files shouldn't be in constants/ anyway
2013-09-04recomment CheckShininess and CheckContestMonyenatch
2013-09-04recomment Predef and GetPredefFn -> GetPredefPointeryenatch
2013-09-04Predef wram labelsyenatch
these are obviously general-purpose temps, but how do you name that?
2013-09-03split farcall functions into engine/farcall.asmyenatch
2013-09-03formatting in the map engineyenatch
2013-09-03Merge pull request #186 from kanzure/yenatch-masterBryan Bishop
rename a bunch of bad labels and split out tilesets
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 macros out from constants.asm into macros.asmyenatch
2013-09-03split out rst vectorsyenatch
2013-09-03clean up rst vectorsyenatch
2013-09-03split out hardware interruptsyenatch
2013-09-03clean up interruptsyenatch
2013-09-03formatting at Startyenatch
2013-09-03condense bank 0 includesyenatch
2013-09-03fix interface label for UpdateTimePalsyenatch
2013-09-03split out delay functionsyenatch
2013-09-03split out martsyenatch
2013-09-03split out trainer dvsyenatch
2013-09-03recomment trainer dvsyenatch
2013-09-03decoration namesyenatch
2013-09-03some asm pointer tables in bank 5fyenatch
2013-09-03dump move tutor asm in bank 40yenatch
2013-09-03Merge branch 'master' of github.com:kanzure/pokecrystalyenatch
2013-09-03Merge branch 'master' into yenatch-masterBryan Bishop
2013-09-03more bank 4 asmyenatch
this stuff looks like it's related to phone call timing
2013-09-03even more incbinned asm in bank 4yenatch
2013-09-03disassemble more incbins in bank 4yenatch
2013-09-03the rest of TMHMMovesyenatch
2013-09-03more bank 4 functions and CanLearnTMHMMoveyenatch
2013-09-03GetTMHMMove and renamed TechnicalMachines -> TMHMMovesyenatch
2013-09-02update preprocessor to use a classBryan Bishop
2013-09-02formatting in MoveInfoBox and related functionsyenatch
2013-09-02Sine and Cosineyenatch
2013-09-01wram labels for graphics requestsyenatch
2013-09-01split out tileset headers from main into tilesets/tileset_headers.asmyenatch
2013-09-01split tileset palette maps out of main into tilesets/palette_maps.asmyenatch
2013-09-01split tileset data out from main into tilesets/yenatch
2013-09-01random 0s in tileset data was actually lz paddingyenatch
i guess someone liked their filesizes nice and even?
2013-09-01split out blockdata includes from main into maps/yenatch
2013-09-01shorten some overly long music filenamesyenatch
2013-09-01get rid of the last static address in tileset animation arraysyenatch
2013-09-01recomment _AnimateTilesetyenatch
2013-09-01consistent casing for Tileset labelsyenatch
wram labels were using TileSet for some reason