summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2021-03-24Merge branch 'master' of github.com:pret/pokefirered into misc_docPikalaxALT
2021-03-23Fix alignment and typosPikalaxALT
2021-03-23Update some more names in help systemPikalaxALT
2021-03-23Rename help system C filesPikalaxALT
2021-03-23Document help systemPikalaxALT
2021-03-23gGlyphInfo to structPikalaxALT
2021-03-21Style fixes; attempt to match help_system NONMATCHINGPikalaxALT
2021-03-20Document symbols reffed in field_control_avatarPikalaxALT
2021-03-20Update player avatar state enumsPikalaxALT
2021-03-20Document drought weather effectPikalaxALT
2021-03-20Document remaining routines in field_specialsPikalaxALT
2021-03-19Sync berry.c sym labels from EmeraldPikalaxALT
2021-03-19Merge remote-tracking branch 'upstream/master' into port_matchingsKurausukun
2021-03-19Some more quest log and field player avater documentationPikalaxALT
2021-03-19Label unnamed symbols in trade_scene, 1PikalaxALT
2021-03-19Document remaining symbols in daycare.cPikalaxALT
2021-03-19port moar fixes and documentationKurausukun
2021-03-18[LEAK-INFORMED] match InitObjectEventStateFromTemplateKurausukun
additionally, port range fixes from emerald as well as a couple other things
2021-03-18Name all syms in battle_anim_monsPikalaxALT
2021-03-18Document ShouldIgnoreDeoxysFormPikalaxALT
2021-03-18Document and refactor AdjustFriendshipPikalaxALT
2021-03-18Fix faulty search&replacePikalaxALT
2021-03-18Finish syncing pokemon.c with emeraldPikalaxALT
2021-03-18Sync DRAW_SPINDA_SPOTS from pokeemeraldPikalaxALT
2021-03-18Sync EVO_MODE consts from emeraldPikalaxALT
2021-03-18Document battle_anim_mons, 1PikalaxALT
2021-03-17Name undocced syms in battle_transitionPikalaxALT
2021-03-17Fix accidental ++ deletionPikalaxALT
2021-03-16Document item use functions in pokemon.cPikalaxALT
2021-03-16Document FRLG-unique vars in main.cPikalaxALT
2021-03-16Name nullsubs in battle ctlrsPikalaxALT
2021-03-16Document pokedude battle controller, 1PikalaxALT
2021-03-16battle_controller_link_partner sync labels from emeraldPikalaxALT
2021-03-16Battle controller opponent sync labels from emeraldPikalaxALT
2021-03-16sync berry crush with emeraldKurausukun
2021-03-15Remove unused, unneeded fields from BattleHealthboxInfoPikalaxALT
2021-03-15battle_gfx_sfx_util sync emerald names to unnamed symsPikalaxALT
2021-03-15Sync new field name in BattleStructPikalaxALT
2021-03-15Document old man batttle controllerPikalaxALT
2021-03-15Revert HERE and USED macrosPikalaxALT
2021-03-14Merge branch 'master' of github.com:pret/pokefirered into battle_multi_bufferPikalaxALT
2021-03-14Document more symbols in battlePikalaxALT
2021-03-14Use global symbols for assembly on modernGriffinR
2021-03-14Name symbols in battle_anim_special.cPikalaxALT
2021-03-13check __CLION_IDE__ predefine in global.hPikalaxALT
2021-03-12More documentation in battle_mainPikalaxALT
2021-03-12Resolve link comm buffers in gBattleStructPikalaxALT
2021-03-11Merge pull request #399 from Deokishisu/patch-1000GriffinR
Fix Typos / Use Box Constants / Name an Unknown
2021-03-10Use NONMATCHING on modern for gcc-arm-none-eabiGriffinR
2021-03-10Fix Typos / Use Box ConstantsDeokishisu
The Celadon City scripts that give Eevee misspelled it as Eeevee. Fixed. The comment explaining `boxRSEggsUnlocked` in the `ExternalEventFlags` struct had an incorrect deposit requirement listed and was fixed. Also, replaced the literals with the `TOTAL_BOXES_COUNT` and `IN_BOX_COUNT` constants in `pokemon.c`'s `IsPokemonStorageFull` function. Thanks hjk321 for pointing that out.