summaryrefslogtreecommitdiff
path: root/include/global.h
AgeCommit message (Collapse)Author
2021-11-19Sync globalGriffinR
2021-10-27Multiple renamings; Removed some orphaned functionslioniac
2021-10-23IDE support formatting and consistencyJademalo
2021-10-22Improve IDE SupportJademalo
2021-07-03add SAFE_DIV macro and usagesKurausukun
2021-05-05Sync berry crush from EmeraldPikalaxALT
2021-03-14Name symbols in battle_anim_special.cPikalaxALT
2021-03-13check __CLION_IDE__ predefine in global.hPikalaxALT
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.
2021-02-16Mirror pokeemerald PR#1329 & PR#1335 to pokefireredDeokishisu
The `giftRibbons` field in `SaveBlock1` has been split out into proper subfields. The new ExternalEvent structs deal with interconnectivity between external games/peripherals and FRLG. US & JP Colosseum Bonus Discs', Colosseum and XD's, Pokémon Channel's, and PokémonBox: Ruby & Sapphire's interactions with these fields has been documented. The `giftRibbon#` fields in `PokemonSubstruct3` have also been renamed to their appropriate ribbons, and commented with distribution info if applicable. The previous `fatefulEncounter` field was actually filler, and relabeled as such, while the `obedient` bit was renamed `eventLegal`. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind. I still maintain that `eventLegal` is a misnomer and it should be called `fatefulEncounter` in all three repos.
2021-01-29Use trainer constants in flags, automatically update flags/vars countGriffinR
2020-04-13Label GCN link flags fieldGriffinR
2020-04-10Merge branch 'master' of github.com:pret/pokefirered into modern_gccPikalaxALT
2020-04-06More quest log doccingPikalaxALT
2020-04-05More quest log documentation amid other stuffPikalaxALT
2020-04-04Get pokefirered_modern to buildPikalaxALT
2020-03-27through SetContinueGameWarpToDynamicWarpPikalaxALT
2020-03-16field_weather_utilPikalaxALT
2020-03-02port field_effect_helpers from emeraldPikalaxALT
2020-02-18Finish porting pokemon_jump from EmeraldPikalaxALT
2020-02-15Merge branch 'master' into doc-ttowerGriffinR
2020-02-04More mevent documentationPikalaxALT
2020-02-03Remove old references to battle pyramidGriffinR
2020-02-03Merge branch 'master' of github.com:pret/pokefirered into add_arm_agbccPikalaxALT
2020-02-02Port object event flags from emeraldPikalaxALT
2020-02-01Minor style consistency edit in union_room_chatPikalaxALT
2020-01-25Address review commentsPikalaxALT
2020-01-25Document union room chatPikalaxALT
2020-01-24PLAYER_NAME_LENGTH to 7PikalaxALT
2020-01-24Review changesGriffinR
2020-01-24Document Trainer Tower scriptsGriffinR
2020-01-23union_room_chat through sub_81287B4PikalaxALT
2020-01-15Merge master into doc-questlogGriffinR
2020-01-15Document some Quest LogGriffinR
2020-01-13Split link_rfu_2PikalaxALT
2020-01-08Sync compare macros, some event_scripts.s doc, begin map_scripts constantsGriffinR
2019-12-17*actual* final pass at unifying on object eventgarak
2019-12-17fix rebase conflictsgarak
2019-12-17mostly standardize to object event to prep for disassemblygarak
2019-12-13through sub_8104C2CPikalaxALT
2019-12-11finish trainer card matching and dataEvan
2019-11-24resolve change requestsjiangzhengwenjz
2019-11-23party_menu third quarterjiangzhengwenjz
2019-11-19fix tab vs space formatEvan
2019-11-19remove compile errorsEvan
2019-11-08Sync Ruby/Sapphire Battle Tower structsPikalaxALT
2019-11-04Battle message buffers; review commentsPikalaxALT
2019-11-04Some more documentationPikalaxALT
2019-11-01Static symbols in easy_chatPikalaxALT
2019-10-25Merge branch 'master' into battlejiangzhengwenjz