summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-19Merge pull request #6 from stag019/srcrgbgfxDaniel Harding
Move source code into "src/". Update Makefile/scan_includes.
2015-03-14Move source code into "src/". Update Makefile/scan_includes.stag019
2015-03-11Merge pull request #5 from stag019/masterDaniel Harding
Some Makefile changes
2015-03-11Make Makefile posix-friendlystag019
2015-02-25Use text id constantsU-Daniel-PC\Daniel
2015-02-25Update README and MakefileU-Daniel-PC\Daniel
2015-02-25Remove gfx.pyU-Daniel-PC\Daniel
2015-02-24Colorize all cards.stag019
2015-02-24Use auto-generated palette file for grassenergy.pngstag019
2015-02-24Palette files will be automatically generated.stag019
2015-02-24Rename all PNG files to remove redunant extensions.stag019
2015-02-24Remove *.pal on cleanstag019
2015-02-24Change Makefile to use rgbgfx instead of the python gfx.pystag019
2015-02-24Put rgbgfx comments in PNG files.stag019
2015-02-24Correct palette order.stag019
2015-02-24Rest of PNGs at correct bit depthU-Daniel-PC\Daniel
2015-02-24Merge pull request #2 from stag019/masterDaniel Harding
PNGs
2015-02-24Colorized grass energy.stag019
2015-02-24PNGs at correct bit depth.stag019
2015-02-15Make each note/instrument its own macroU-Daniel-PC\Daniel
2015-02-15Don't bother exporting unreferenced labelsU-Daniel-PC\Daniel
2015-02-15wram.oU-Daniel-PC\Daniel
2015-02-15audio.oU-Daniel-PC\Daniel
2015-02-14text.oU-Daniel-PC\Daniel
GLOBAL is temporary
2015-02-14gfx.oU-Daniel-PC\Daniel
GLOBAL is temporary
2015-02-14Update MakefileU-Daniel-PC\Daniel
2015-02-14Update README.mdU-Daniel-PC\Daniel
2014-07-26Add disassembly python toolsU-Daniel-PC\Daniel
https://github.com/kanzure/pokemon-reverse-engineering-tools
2014-07-26Home: disassemble some more INCBINsJonas Höglund
2014-07-26Home: try to make sense of mysterios linked-list functionJonas Höglund
2014-07-26Merge http://github.com/dannye/tcgJonas Höglund
Conflicts: wram.asm
2014-07-26Home: do serial data transfer functionsJonas Höglund
2014-07-26Home: disassemble a bunch of missing functionsJonas Höglund
2014-07-26Home: do palette functions, vblank & timer interruptsJonas Höglund
2014-07-25Start duel engine disassembly, add duelist constantsU-Daniel-PC\Daniel
2014-07-24Rename folder: trainers -> duelistsU-Daniel-PC\Daniel
2014-07-24Switch sam's practice deck constantsU-Daniel-PC\Daniel
it turns out I was wrong, and the first of the two ids is the id used to load Sam's deck
2014-07-22Move address constants to wram/hram filesJonas Höglund
2014-07-22Use constants for hardware registers $ff00-$ff7f everywhereJonas Höglund
2014-07-22Improve documentation of SGR commands slightlyJonas Höglund
2014-07-22Home: do timer counter increment functionJonas Höglund
2014-07-22Home: do more setup functions & constantsJonas Höglund
2014-07-22Home: do joypad-reading functionsJonas Höglund
2014-07-22Home: name basic graphics setup functions, add some missing constantsJonas Höglund
2014-07-22Home: name/comment SGB-related commands and console-detection routinesJonas Höglund
2014-07-22Add hardware & address constants, integrate into home bankJonas Höglund
2014-07-22Name some ROM/RAM related utility functions and addressesJonas Höglund
2014-07-22Comment & name some utility functions in home bankJonas Höglund
2014-07-21Add build version textU-Daniel-PC\Daniel
2014-07-14Fix win/lose/draw dimensionsU-Daniel-PC\Daniel