summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-03Label missed pokemon jump animsGriffinR
2021-03-03Document dodrio berry pickingGriffinR
2021-02-28Rename mon markings structGriffinR
2021-02-28Remove old declaration and defineGriffinR
2021-02-28Document mon markingsGriffinR
2021-02-28Merge pull request #1352 from huderlem/GetOpponentMostCommonMonTypeGriffinR
Document GetOpponentMostCommonMonType and fix its fake matching
2021-02-28Document GetOpponentMostCommonMonType and fix its fake matchingMarcus Huderle
2021-02-28Merge pull request #1346 from GriffinRichards/doc-pokejumpGriffinR
Document pokemon jump
2021-02-28Remove redundant statementsN
2021-02-28Strangest matchN
2021-02-28Merge pull request #1345 from GriffinRichards/doc-rtcscreenhuderlem
Document/clean up some minor screens
2021-02-28Fix build and cleanup mistakesMarcus Huderle
2021-02-28Document more battle anim effectsMarcus Huderle
2021-02-28Merge branch 'master' into doc-rtcscreenGriffinR
2021-02-28Merge branch 'master' into doc-pokejumpGriffinR
2021-02-28Merge pull request #1344 from GriffinRichards/doc-ecGriffinR
Document easy chat and mail, script.c cleanup, add/use some general constants
2021-02-27Merge pull request #1347 from huderlem/battle_anim_docGriffinR
Document some battle anim funcs and data
2021-02-27Document some battle anim funcs and dataMarcus Huderle
2021-02-26Shifts to mult in ShowBonusGriffinR
2021-02-26Document pokemon jumpGriffinR
2021-02-24Clean up berry_fix_programGriffinR
2021-02-24Clean up save_failed_screenGriffinR
2021-02-24Document reset_rtc_screenGriffinR
2021-02-24Fix comment typoGriffinR
2021-02-24Add palette selection constantsGriffinR
2021-02-24Document easy chatGriffinR
2021-02-24Document mailGriffinR
2021-02-24Use SPRITE_NONE constantGriffinR
2021-02-24Use TASK_NONE constantGriffinR
2021-02-24Clean up script.cGriffinR
2021-02-24Use WINDOW_NONE constantGriffinR
2021-02-24Merge pull request #1336 from GriffinRichards/giftribbonsGriffinR
Document some ribbon usage
2021-02-22Merge pull request #1328 from GriffinRichards/doc-pokeuseitemGriffinR
Document PokemonUseItemEffects
2021-02-22Merge pull request #1342 from sphericalice/heart-icon-palette-tag-constantGriffinR
Use the field effects palette tag constant for the heart icon
2021-02-22Merge pull request #1341 from sphericalice/cracked-floor-metatile-labelsGriffinR
Add labels for cracked floor metatiles
2021-02-22Use the field effects palette tag constant for the heart iconSphericalIce
2021-02-22Add labels for cracked floor metatilesSphericalIce
2021-02-21Merge pull request #1340 from snallapa/sahith/small-fixGriffinR
changing gDifferentSaveFile to use true false constants
2021-02-21changing to use constantsSahith Nallapareddy
2021-02-20Merge pull request #1338 from HornedCrusader/patch-1luckytyphlosion
Fix bike flag
2021-02-20Fix bike flagHornedCrusader
2021-02-18More window cleanupGriffinR
2021-02-18Document pokenav ribbons summary screenGriffinR
2021-02-18Minor window/bg cleanupGriffinR
2021-02-18Document ribbon TV show, add new ribbon IDs/sizeGriffinR
2021-02-17Some constant use in pokemon_icon.cGriffinR
2021-02-17Use new gift ribbons size, label unused ribbonsGriffinR
2021-02-16Merge pull request #1335 from Deokishisu/ExternalEvents-docGriffinR
Document More External Events
2021-02-16Fix Swapped Comments on PokeCoupon TiersDeokishisu
2021-02-16Move BoxRS Data Down to ExternalEventFlagsDeokishisu
As suggested, moved the BoxRS data fields into ExternalEventFlags and packed that struct.