summaryrefslogtreecommitdiff
path: root/src/gfx.asm
AgeCommit message (Expand)Author
2021-09-28Split graphics data from bank 20ElectroDeoxys
2021-09-23Split bank1ElectroDeoxys
2021-06-11Fix Ninetales typosdannye
2021-02-18Standardise title screen gfx labelsElectroDeoxys
2021-02-18Label data, split map tiles and permissionsElectroDeoxys
2021-02-18Label permission map loading routinesElectroDeoxys
2021-02-16Manually declare the 00 paddingdannye
2021-02-15Rename some tilemap/tileset constantsdannye
2021-02-13Label Tilemap dataElectroDeoxys
2021-02-12Disassemble tileset dataElectroDeoxys
2021-02-08Extract BG Map dataElectroDeoxys
2021-02-08Document BG Map decompression stuffElectroDeoxys
2021-02-03Extract remaining gfx dataElectroDeoxys
2021-01-05Document Palette structure and express OBP values in binaryElectroDeoxys
2021-01-04Convert to rgb values, apply misc fixesElectroDeoxys
2020-12-26Identify anim flags, restructure data and renames sprite constantsElectroDeoxys
2020-12-24Identify and unpack frame animation dataElectroDeoxys
2020-12-24Replace hardcoded gfx pointers to respective gfxElectroDeoxys
2020-12-24Extract Palette dataElectroDeoxys
2020-12-14Fix some comment alignmentdannye
2020-12-14Let rgbgfx generate pal files for card gfxdannye
2018-07-15Disassemble more from home.asmxCrystal
2018-07-11Split full width font graphicsxCrystal
2018-07-10Document some text engine functionsxCrystal
2018-07-08VWF -> Half-width font ; Regular font -> Full-width fontxCrystal
2018-04-10Move Empty Bank sections to main.asmxCrystal
2018-03-10more bank 1 disasm related to drawing cards and gfxxCrystal
2018-02-27Further split duel graphicsxCrystal
2018-02-27Split duel graphics and document duel gfx loading functionsxCrystal
2018-02-19Move gfx/unnamed/ to gfx/duel/xCrystal
2018-02-19Duel message box constants and more graphics and misc documenting/cleaning upxCrystal
2018-02-17More style cleaning upxCrystal
2018-02-16Reorganize some graphicsxCrystal
2018-02-15StylexCrystal
2018-02-07More home disasm and miscxCrystal
2018-02-07Better section namesxCrystal
2018-02-07Create linkerscriptxCrystal
2018-02-06Convenient INCROM macroxCrystal
2016-05-21rename text macro to textpointer and text/line/done for better text readabilityxCrystal
2016-01-16gfx macroxCrystal
2015-09-07Use gfx.py instead of rgbgfxdannye
2015-03-14Move source code into "src/". Update Makefile/scan_includes.stag019