summaryrefslogtreecommitdiff
path: root/include/constants
AgeCommit message (Collapse)Author
2018-01-25integrate debug functions in mail.c and decompile some debug codeCameron Hall
2018-01-21resolve merge conflicts and make it compileCameron Hall
2018-01-18start labeling field_weathercamthesaxman
2018-01-16Merge branch 'master' into german_debugCameron Hall
2018-01-16add debug ifdefsCameron Hall
2018-01-16Merge pull request #538 from easyaspi314/song-namesCameron Hall
Add most English song and SFX names as comments in songs.h and song_t…
2018-01-15clean up pokemon_item_effect.ccamthesaxman
2018-01-15Fixed typosDevin
2018-01-15Add most English song and SFX names as comments in songs.h and song_table.incDevin
Ported from my work in pokeemerald.
2018-01-14improve TM/HM constants and add macro for TM/HM learnsetscamthesaxman
2018-01-07Finish battle_2.c and battle_util.c decompilationMarcus Huderle
2018-01-07Finish decompiling battle_2Marcus Huderle
2018-01-07Decompile through HandleEndTurn_BattleWon, and update trainer class constant ↵Marcus Huderle
names
2018-01-05minor cleanupcamthesaxman
2018-01-01Use var constants for direct uses of gSaveBlock1.varsMarcus Huderle
2018-01-01Port battle_setup names from pokeemeraldMarcus Huderle
2017-12-30Remove redundant battle constantsMarcus Huderle
2017-12-30Sync battle_script changes with pokeemeraldMarcus Huderle
2017-12-27Use descriptive name for the BLACK GLASSES hidden item flagMarcus Huderle
2017-12-26Fully enumerate secret base constantsMarcus Huderle
2017-12-26Add bg_secret_base_event macro, and define secret base id constantsMarcus Huderle
2017-12-26Add bg_hidden_item_event macro, and define hidden item flagsMarcus Huderle
2017-12-26Add coord_weather_event macro, and define COORD_EVENT_WEATHER_* constantsMarcus Huderle
2017-12-24'VAR_SPECIAL_X' instead of 'SPECIALVAR_X'Marcus Huderle
2017-12-24Name and use constants for special varsMarcus Huderle
2017-12-24Name and use general purpose varsMarcus Huderle
2017-12-24Name and use dynamic object gfx idsMarcus Huderle
2017-12-24Name and use dynamic object gfx id varsMarcus Huderle
2017-12-24Name and use temp var constantsMarcus Huderle
2017-12-22fix merge conflictscamthesaxman
2017-12-22label and clean up some things in contest.ccamthesaxman
2017-12-17Use SYSTEM_FLAGS offset for upper flagsMarcus Huderle
2017-12-17Use FLAG_ prefix for all flagsMarcus Huderle
2017-12-15Label landmark and daily flags.Marcus Huderle
2017-12-15Label item flagsMarcus Huderle
2017-12-15Finish all regular hide-show flagsMarcus Huderle
2017-12-14A few more flagsMarcus Huderle
2017-12-10Label flags up to 973Marcus Huderle
2017-12-09Label all flags up to 901Marcus Huderle
2017-12-04Start using constants for hide-show flagsMarcus Huderle
2017-12-03Use decoration flag constantsMarcus Huderle
2017-12-03More script flagsMarcus Huderle
2017-12-03Label script flags up to flag 288.Marcus Huderle
2017-12-03Label scripts flags up to flag 256.Marcus Huderle
2017-12-02Label script flags up to flag 199.Marcus Huderle
2017-12-02Label flags up to flag 119.Marcus Huderle
2017-12-02Label flags up to flag 99.Marcus Huderle
2017-11-28Flag for buggy rock smash rockMarcus Huderle
2017-11-28Use constants for temporary map flagsMarcus Huderle
2017-11-27convert wild_encounter data to Ccamthesaxman