summaryrefslogtreecommitdiff
path: root/include/constants/vars.h
AgeCommit message (Collapse)Author
2021-10-17Document wonder newsGriffinR
2021-10-16General mystery gift documentation, finish mystery gift client/server/scriptsGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-03-27Standardize Friendship/HappinessGriffinR
2020-06-24Allow flag/var counts to be updated alongside valuesGriffinR
2019-12-21Merge master into ObjEvent renameGriffinR
2019-12-18Use constants in compare macroGriffinR
2019-12-15Merge master into ObjEvent renameGriffinR
2019-12-14Define start and ends for temp vars and daily/temp/special flagsGriffinR
2019-12-06Merge master into ObjEvent renameGriffinR
2019-12-06Sync weather namesGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-11-20Clean up Trainer Fan Club docGriffinR
2019-11-20Document Trainer Fan ClubGriffinR
2019-11-14Document SS Tidal scriptsGriffinR
2019-11-14Document remaining routes (104, 119-123)GriffinR
2019-11-13Document Contest scriptsGriffinR
2019-11-09Merge pull request #880 from GriffinRichards/doc-trickhousehuderlem
Document Trick House scripts
2019-11-08Document Littleroot scriptsGriffinR
2019-11-06Document Trick House scriptsGriffinR
2019-11-01Document aqua/magma area scriptsGriffinR
2019-10-20Document safari zone scriptsGriffinR
2019-10-16Merge branch 'master' into document-gyms2GriffinR
2019-10-15Document Petalburg, Fortree, Sootopolis, and some of Mossdeep GymsGriffinR
2019-10-12Review changes for #835GriffinR
2019-10-12Document cable_club.incGriffinR
2019-09-17Review changes for #807GriffinR
2019-09-17Some frontier field_specials documentationGriffinR
2019-08-05name unused route state varsGriffinR
2019-08-05rename town/city varsGriffinR
2019-08-03name used and unnamed varsGriffinR
2019-04-05Document secret baseMarcus Huderle
2019-03-27Port menews_jisan.c from FireRedscnorton
2019-03-23Document Field Effects and some related textFontbane
Also VAR_TRICK_HOUSE_LEVEL
2019-03-22Finish decompiling ereader.cMarcus Huderle
2019-03-01More minor fixesPhlosioneer
2019-02-28VAR_0x3F20 is not a varPhlosioneer
2019-02-28Fix last special varPhlosioneer
2019-02-27Finish documenting event varsPhlosioneer
2019-02-27Finish documenting trainer hillPhlosioneer
Trainer hill isn't anywhere close to done, but I figured out enough to name the VAR. That's all this PR should do.
2019-02-27Name several vars, document some related eventsPhlosioneer
2019-02-27Name more unknown varsPhlosioneer
2019-02-27Identify unused, never read, and never written varsPhlosioneer
2019-02-27Reverse engineer unusual weather eventsPhlosioneer
2019-02-25Fix flag formatting for funPhlosioneer
2019-02-22Finish moving pokeruby varsPhlosioneer
2019-02-22Start porting pokeruby vars to pokeemeraldPhlosioneer
2019-02-15Document the regi* code morePhlosioneer
Fixed some confusing naming, named some unknown symbols, and fixed the names of some flags.
2019-01-21Add var const prefix for some missed var numbersDiegoisawesome
2018-12-29Cleanup formattingMarcus Huderle