summaryrefslogtreecommitdiff
path: root/src/constants/misc_constants.asm
AgeCommit message (Collapse)Author
2016-03-05use joypad constantsxCrystal
2016-02-16define duelvar constantsxCrystal
2016-02-09Made player_turn and opponent_turn values more clearanmart
2016-02-09Provided labels for various dataanmart
Defined two new labels in wram. Defined names for the oddly arbitrary values representing whose turn it is in battle. Renamed labels for some parts of the dueling main loop and loss function.
2015-03-14Move source code into "src/". Update Makefile/scan_includes.stag019