summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-16nvalidmons -> nValidMonsPikalaxALT
2021-03-16Remove unneeded pokedude macrosPikalaxALT
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-15Use macro in BufferPartyVsScreenHealth_AtEndPikalaxALT
2021-03-15Revert HERE and USED macrosPikalaxALT
2021-03-14Merge branch 'master' of github.com:pret/pokefirered into battle_multi_bufferPikalaxALT
2021-03-14Merge pull request #402 from GriffinRichards/nonmatch-fixPikalaxALT
Use global symbols for assembly on modern
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-13Merge branch 'master' of github.com:pret/pokefirered into battle_multi_bufferPikalaxALT
2021-03-13Merge pull request #401 from SethBarberee/emerald_backport_1GriffinR
Backport 2 nonmatching fixes from emerald
2021-03-12backport 2 nonmatching fixes from emeraldSeth Barberee
2021-03-12More documentation in battle_mainPikalaxALT
2021-03-12Resolve link comm buffers in gBattleStructPikalaxALT
2021-03-12Fix Son/Daughter name swapGriffinR
2021-03-11Merge pull request #399 from Deokishisu/patch-1000GriffinR
Fix Typos / Use Box Constants / Name an Unknown
2021-03-10Update calcrom ignore pathGriffinR
2021-03-10Use NONMATCHING on modern for gcc-arm-none-eabiGriffinR
2021-03-10Sync Berry Fix makefiles with pokeemeraldGriffinR
2021-03-10Replace Travis CI with Github workflowGriffinR
2021-03-10Use GENDER_COUNT Constants & Rename an Unknown in field_player_avatar.cDeokishisu
`gUnknown_835B882` has been cleaned up and renamed to `sPlayerAvatarGfxToStateFlag` to match pokeemerald.
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-03-03Merge pull request #398 from SethBarberee/patch-1GriffinR
Add -DINFO Option to Makefile
2021-03-03Add -DINFOSeth Barberee
Popped up in discord channel so adding it here
2021-02-22Merge pull request #396 from hjk321/storage-magicGriffinR
Change embarassing magic numbers that should have been fixed a long time ago
2021-02-22Fix storage magic numbershjk321
I could *kinda* understand missing SendMonToPc, but IN THE STRUCT ITSELF?!
2021-02-19Merge pull request #394 from GriffinRichards/calcrom100GriffinR
Celebratory change to calcrom.pl
2021-02-19Celebratory change to calcrom.plGriffinR
2021-02-19Merge pull request #393 from Kurausukun/text_printerGriffinR
[LEAK-INFORMED] match rest of text_printer
2021-02-19oops forgot oneKurausukun
2021-02-19remove redundant parenthesesKurausukun
2021-02-16Merge pull request #392 from Deokishisu/ExternalEvents-docGriffinR
Mirror pokeemerald PR#1329 & PR#1335 to pokefirered