Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-07 | whitespace -> tabs in main.asm | Bryan Bishop | |
How did these get in here? | |||
2013-09-07 | fix up TreeMons/RockMons | yenatch | |
2013-09-07 | split out std scripts from main.asm | yenatch | |
2013-09-07 | add a menudata2 header in std scripts | yenatch | |
thats it for std incbins | |||
2013-09-07 | label some jumps in std scripts | yenatch | |
2013-09-07 | shorten PrintMoveDescription -> PrintMoveDesc so rgbds doesnt choke | yenatch | |
still need to fix this 15-char macro argument limit | |||
2013-09-07 | StdScripts label in engine/scripting.asm | yenatch | |
2013-09-07 | the bomb 3 | yenatch | |
std scripts | |||
2013-09-06 | labels for each predef | yenatch | |
also fix up any labels that got missed finally found a reference to the weird nop function (Function2d43) | |||
2013-09-06 | the bomb 2 | yenatch | |
remaining predef asm | |||
2013-09-06 | Merge pull request #191 from Sanky/master | Bryan Bishop | |
PYTHON in Makefile | |||
2013-09-06 | define PYTHON in Makefile for simpler local changes | Sanky | |
2013-09-06 | labels for each special | yenatch | |
also fix up labels from last commit | |||
2013-09-06 | the bomb | yenatch | |
specials asm dump | |||
2013-09-06 | add a label in the text engine | yenatch | |
2013-09-06 | update some labels and special/predef pointers | yenatch | |
2013-09-05 | couple more specials in bank 3 | yenatch | |
2013-09-05 | some specials in bank 3 and unown dex asm | yenatch | |
2013-09-05 | Merge pull request #189 from yenatch/haxwiki-event-flags | Bryan Bishop | |
dump haxwiki event flag constants and use them in map events | |||
2013-09-05 | Merge pull request #188 from yenatch/split-common | Bryan Bishop | |
recomment and split out a ton of common asm (bank 0) | |||
2013-09-05 | forgot to commit engine/farcall.asm | yenatch | |
fixes 715a19fd593d10f3cd2e13d0dbc3f7713ebea4cf | |||
2013-09-05 | first round of event flag constants in map events | yenatch | |
this is a little over half.. 610 to go | |||
2013-09-05 | clean up event flag constants | yenatch | |
could probably be shorter, but they should still fit in a single line | |||
2013-09-05 | dump event flag constants from haxwiki | yenatch | |
most of these need to be renamed before doing anything with them | |||
2013-09-04 | makefile: files in constants/ dont all end in 'constants' anymore | yenatch | |
any non-constants asm files shouldn't be in constants/ anyway | |||
2013-09-04 | recomment CheckShininess and CheckContestMon | yenatch | |
2013-09-04 | recomment Predef and GetPredefFn -> GetPredefPointer | yenatch | |
2013-09-04 | Predef wram labels | yenatch | |
these are obviously general-purpose temps, but how do you name that? | |||
2013-09-03 | split farcall functions into engine/farcall.asm | yenatch | |
2013-09-03 | formatting in the map engine | yenatch | |
2013-09-03 | Merge pull request #186 from kanzure/yenatch-master | Bryan Bishop | |
rename a bunch of bad labels and split out tilesets | |||
2013-09-03 | split out game time functions into engine/game_time.asm | yenatch | |
2013-09-03 | recomment game time functions | yenatch | |
2013-09-03 | split menu functions into engine/menu.asm | yenatch | |
2013-09-03 | split Sine/Cosine into engine/sine.asm | yenatch | |
2013-09-03 | split map object functions into engine/map_objects.asm | yenatch | |
2013-09-03 | split some RTC interfaces into engine/rtc.asm | yenatch | |
2013-09-03 | split vram functions out into engine/video.asm | yenatch | |
2013-09-03 | split macros out from constants.asm into macros.asm | yenatch | |
2013-09-03 | split out rst vectors | yenatch | |
2013-09-03 | clean up rst vectors | yenatch | |
2013-09-03 | split out hardware interrupts | yenatch | |
2013-09-03 | clean up interrupts | yenatch | |
2013-09-03 | formatting at Start | yenatch | |
2013-09-03 | condense bank 0 includes | yenatch | |
2013-09-03 | fix interface label for UpdateTimePals | yenatch | |
2013-09-03 | split out delay functions | yenatch | |
2013-09-03 | split out marts | yenatch | |
2013-09-03 | split out trainer dvs | yenatch | |
2013-09-03 | recomment trainer dvs | yenatch | |