summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-28Merge pull request #1085 from GriffinRichards/doc-overworldGriffinR
Document field effects / misc overworld
2020-07-28Merge pull request #1112 from GriffinRichards/add-genwarnGriffinR
Add warnings to generated map/layout files
2020-07-28Merge branch 'master' into doc-overworldGriffinR
2020-07-28Merge branch 'master' into doc-slotmachineGriffinR
2020-07-28Document slot machine funcsGriffinR
2020-07-28Merge pull request #1115 from PokeCodec/MatchingPikalaxALT
Match InitObjectEventStateFromTemplate
2020-07-28MatchPokeCodec
2020-07-28Clean up slot machine data docGriffinR
2020-07-28Merge https://github.com/pret/pokeemerald into MatchingPokeCodec
2020-07-28MatchPokeCodec
2020-07-28Update secret_base.cPokeCodec
2020-07-28semicolonPokeCodec
2020-07-28Sync flags with pokerubyGriffinR
2020-07-28holding back on castsPokeCodec
2020-07-28Change signedness and add casts to avoid implicit conversion warningsPokeCodec
2020-07-28More slot machine data documentationGriffinR
2020-07-28Merge pull request #1104 from PokeCodec/Explcit-CastingPikalaxALT
Reduce "Implicit conversion" warnings
2020-07-28Merge branch 'Explcit-Casting' of https://github.com/PokeCodec/pokeemerald ↵PokeCodec
into Explcit-Casting
2020-07-28Merge pull request #1114 from ExpoSeed/docGriffinR
Document some battle_util.c
2020-07-27Fix naming style of functionExpoSeed
2020-07-27semicolonPokeCodec
2020-07-27Document some battle_util.cExpoSeed
2020-07-27Update secret_base.cPokeCodec
2020-07-27Merge branch 'master' into Explcit-CastingPokeCodec
2020-07-27Fix undefined behaviour in protect animationDizzyEggg
gPlttBufferFaded[sprite->data[2] + ++i] = gPlttBufferFaded[sprite->data[2] + i + 1] The above does NOT make it certain that i gets incremented before reading from the right side. Changed it, so the function always increments i first, then reads from pal buffer.
2020-07-27Sync flags with pokerubyGriffinR
2020-07-27Document faraway islandGriffinR
2020-07-27holding back on castsPokeCodec
2020-07-27Merge pull request #1113 from DizzyEggg/patch-4PikalaxALT
Fix undefined behaviour in protect animation
2020-07-27Fix undefined behaviour in protect animationDizzyEggg
gPlttBufferFaded[sprite->data[2] + ++i] = gPlttBufferFaded[sprite->data[2] + i + 1] The above does NOT make it certain that i gets incremented before reading from the right side. Changed it, so the function always increments i first, then reads from pal buffer.
2020-07-26Document some slot machine dataGriffinR
2020-07-24Change signedness and add casts to avoid implicit conversion warningsPokeCodec
2020-07-24Add warnings to generated filesGriffinR
2020-07-24Continue new contest documentationGriffinR
2020-07-23Begin new contest documentationGriffinR
2020-07-23Merge branch 'master' into doc-overworldGriffinR
2020-07-23Merge pull request #1111 from GriffinRichards/sync-flagsPikalaxALT
Sync unused flags with pokeruby
2020-07-23Merge pull request #1102 from GriffinRichards/doc-farawayPikalaxALT
Document faraway island
2020-07-23Restore tabs in field_effect_scripts.sGriffinR
2020-07-23Clean some battle_message.c dataGriffinR
2020-07-22Sync flags with pokerubyGriffinR
2020-07-22Merge pull request #1109 from DizzyEggg/patch-3GriffinR
Update agb_flash.c
2020-07-22Update agb_flash.cDizzyEggg
2020-07-21Merge pull request #1105 from AsparagusEduardo/CoordinatesGriffinR
Changed mon front and back coordinates from hex to decimal so they're easier to edit.
2020-07-21Fixed missing changes.Eduardo Quezada
2020-07-21Merge pull request #1108 from PokeCodec/FixPortGriffinR
Match RotateAuroraRingColors_Step
2020-07-21Match AnimTask_RotateAuroraRingColors_StepPokeCodec
2020-07-20Merge pull request #1 from pret/masterPokeCodec
Upstream
2020-07-20Merge pull request #1106 from GriffinRichards/add-aiscriptcommGriffinR
Comment gBattleAI_ScriptsTable with constants
2020-07-20Comment gBattleAI_ScriptsTable with constantsGriffinR