index
:
poketcg
master
rgbgfx
Pokémon Trading Card Game
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gfx.asm
Age
Commit message (
Expand
)
Author
2021-09-28
Split graphics data from bank 20
ElectroDeoxys
2021-09-23
Split bank1
ElectroDeoxys
2021-06-11
Fix Ninetales typos
dannye
2021-02-18
Standardise title screen gfx labels
ElectroDeoxys
2021-02-18
Label data, split map tiles and permissions
ElectroDeoxys
2021-02-18
Label permission map loading routines
ElectroDeoxys
2021-02-16
Manually declare the 00 padding
dannye
2021-02-15
Rename some tilemap/tileset constants
dannye
2021-02-13
Label Tilemap data
ElectroDeoxys
2021-02-12
Disassemble tileset data
ElectroDeoxys
2021-02-08
Extract BG Map data
ElectroDeoxys
2021-02-08
Document BG Map decompression stuff
ElectroDeoxys
2021-02-03
Extract remaining gfx data
ElectroDeoxys
2021-01-05
Document Palette structure and express OBP values in binary
ElectroDeoxys
2021-01-04
Convert to rgb values, apply misc fixes
ElectroDeoxys
2020-12-26
Identify anim flags, restructure data and renames sprite constants
ElectroDeoxys
2020-12-24
Identify and unpack frame animation data
ElectroDeoxys
2020-12-24
Replace hardcoded gfx pointers to respective gfx
ElectroDeoxys
2020-12-24
Extract Palette data
ElectroDeoxys
2020-12-14
Fix some comment alignment
dannye
2020-12-14
Let rgbgfx generate pal files for card gfx
dannye
2018-07-15
Disassemble more from home.asm
xCrystal
2018-07-11
Split full width font graphics
xCrystal
2018-07-10
Document some text engine functions
xCrystal
2018-07-08
VWF -> Half-width font ; Regular font -> Full-width font
xCrystal
2018-04-10
Move Empty Bank sections to main.asm
xCrystal
2018-03-10
more bank 1 disasm related to drawing cards and gfx
xCrystal
2018-02-27
Further split duel graphics
xCrystal
2018-02-27
Split duel graphics and document duel gfx loading functions
xCrystal
2018-02-19
Move gfx/unnamed/ to gfx/duel/
xCrystal
2018-02-19
Duel message box constants and more graphics and misc documenting/cleaning up
xCrystal
2018-02-17
More style cleaning up
xCrystal
2018-02-16
Reorganize some graphics
xCrystal
2018-02-15
Style
xCrystal
2018-02-07
More home disasm and misc
xCrystal
2018-02-07
Better section names
xCrystal
2018-02-07
Create linkerscript
xCrystal
2018-02-06
Convenient INCROM macro
xCrystal
2016-05-21
rename text macro to textpointer and text/line/done for better text readability
xCrystal
2016-01-16
gfx macro
xCrystal
2015-09-07
Use gfx.py instead of rgbgfx
dannye
2015-03-14
Move source code into "src/". Update Makefile/scan_includes.
stag019