index
:
poketcg
master
rgbgfx
Pokémon Trading Card Game
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
engine
/
home.asm
Age
Commit message (
Expand
)
Author
2016-02-21
Replace hardcoded constants and clean up
dannye
2016-02-20
Disassembled Duel Attack Submenu
anmart
2016-02-18
Add some wram labels
dannye
2016-02-17
More previous
dannye
2016-02-17
More home disassembly
dannye
2016-02-16
Misc home disassembly
dannye
2016-02-16
duel state constants and DUELVAR->DUELVARS
xCrystal
2016-02-16
apply duelvar constants
xCrystal
2016-02-15
Disassembled Battle Submenu functions
anmart
2016-02-09
Provided labels for various data
anmart
2016-01-28
Fix three byte loads from high ram
dannye
2016-01-28
Use ldh
dannye
2016-01-28
Use text processing constants in text processing routine
Archaemic
2016-01-26
Clean up white space
dannye
2016-01-26
wDoFrameFunction
xCrystal
2016-01-26
DoFrame
xCrystal
2016-01-26
more home incbins
xCrystal
2016-01-26
more duel incbins
xCrystal
2016-01-26
more incbins and labels
xCrystal
2016-01-26
duel related labels/documentation 4
xCrystal
2016-01-25
duel related labels/documentation 3
xCrystal
2016-01-25
duel related labels/documentation 1
xCrystal
2016-01-19
finish labeling/documenting text box related functions
xCrystal
2016-01-18
another sgb packet and misc
xCrystal
2016-01-17
rename to DrawLabeledTextBox and DrawRegularTextBox
xCrystal
2016-01-17
more draw text box and related functions
xCrystal
2016-01-17
draw menu box functions and rename CallF to CallHL
xCrystal
2016-01-17
name some ram addresses and functions, mostly menu input related
xCrystal
2016-01-17
disassemble more incbins and sgb packets
xCrystal
2016-01-17
Generalize to "effect commands", even for trainer cards, to avoid confusion
xCrystal
2016-01-17
disassemble GetCardPointer (0:2f7c)
xCrystal
2016-01-17
dissasemble 2fcb-302c
xCrystal
2015-03-14
Move source code into "src/". Update Makefile/scan_includes.
stag019