summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-16rework install instructionsyenatch
apt-cyg no longer works and rgbds has been updated
2013-08-12Merge commit '8d75f96' into masterBryan Bishop
Mostly sprite stuff.
2013-08-04Merge pull request #162 from kanzure/rgbds-section-namesBryan Bishop
Bump for new rgbds version.
2013-08-04update section names to comply with rgbds redefinitionsyenatch
HOME -> ROM0 DATA, CODE -> ROMX BSS -> WRAM0, WRAMX new to rgbds are banked VRAM and SRAM
2013-08-03fix gfx/pics/%/front.lz make targetBryan Bishop
The parameter order was wrong, causing make to always try to make front.lz files every run.
2013-08-03remove stray newline from READMEBryan Bishop
2013-08-03write comment in .gitignoreBryan Bishop
2013-07-25Merge pull request #160 from iimarckus/masterBryan Bishop
Add Time Capsule item conversions.
2013-07-25Add Time Capsule item conversions.IIMarckus
From http://forums.glitchcity.info/index.php/topic,6719.msg190623/topicseen.html#msg190623
2013-07-14more sprite asmyenatch
2013-07-14type/pal constants in sprite headersyenatch
2013-07-14more sprite constantsyenatch
2013-07-12Merge pull request #157 from yenatch/overworldBryan Bishop
overworld loop and movement
2013-07-12sprite constants in map eventsyenatch
2013-07-12extra sprite constantyenatch
2013-07-12Sprite headersyenatch
2013-07-12Outdoor sprites and sprite constantsyenatch
2013-07-11Merge pull request #158 from yenatch/gbz80disasm-more-dataBryan Bishop
gbz80disasm bugfixes
2013-07-10rst $28 -> JumpTableyenatch
2013-07-10player/script eventsyenatch
2013-07-10more scripting cleanupyenatch
2013-07-10Clean up and remove incbins from script commandsyenatch
2013-07-10MapObjects and ScriptRunningyenatch
2013-07-10version constantyenatch
2013-07-10crystal: add more movementsyenatch
2013-07-10SelectMenuyenatch
2013-07-10start using relevant constants in wram.asmyenatch
2013-07-10make: check wram/constantsyenatch
2013-07-10clean up StartMenuyenatch
2013-07-10chars: ▷yenatch
2013-07-10Overworld input handlingyenatch
2013-07-10wram.py: allow space definitions using constantsyenatch
2013-07-10labels: hex is case-insensitiveyenatch
2013-07-10use wram from outside extrasyenatch
2013-07-10Merge pull request #156 from yenatch/cygwin-installBryan Bishop
More cygwin installation instructions.
2013-07-10apt-cyg is not a cygwin default; rgbds was outdated; simplify rgbds installyenatch
2013-06-28crystal: wram label findingyenatch
2013-06-28crystal: 2pt script commands are for wramyenatch
2013-06-28crystal: PointerLabelToScriptPointer bank is not reversedyenatch
2013-06-28gbz80disasm: don't read data where there is noneyenatch
2013-06-28gbz80disasm: only track rom addresses for datayenatch
2013-06-27gbz80disasm: use existing labels as addressesyenatch
2013-06-26Merge pull request #154 from yenatch/movementBryan Bishop
Movement.
2013-06-27DoPlayerMovement and recomment ow surfing checksyenatch
2013-06-25Merge branch 'github/master' into master.Bryan Bishop
Conflicts: extras/gbz80disasm.py Comments.
2013-06-25Merge branch 'gfx-fixes-again' into master.Bryan Bishop
Various whitespace and formatting changes.
2013-06-25use rm -f in MakefileBryan Bishop
2013-06-25Merge branch 'cogitokat/master' into master.Bryan Bishop
fixes #152
2013-06-25add jython stuff into .gitignoreBryan Bishop
2013-06-25remove extra whitespace in extras/vba.pyBryan Bishop