summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-07Finish documenting naming screenGriffinR
2020-08-07Start documenting naming screenGriffinR
2020-08-04Merge pull request #1119 from PokeCodec/patch-2GriffinR
Match function signatures
2020-08-02Merge pull request #1120 from DizzyEggg/patch-5GriffinR
Fix UB in event_object_movement.c
2020-08-02Update event_object_movement.cDizzyEggg
2020-08-02Fix UB in event_object_movement.cDizzyEggg
2020-08-01Merge pull request #1116 from GriffinRichards/doc-slotmachinePikalaxALT
Document slot machine
2020-07-31Match function signaturesPokeCodec
To make them consistent with the declarations
2020-07-29Merge pull request #1118 from PokeCodec/MatchingGriffinR
Match CreateWaterPulseRingBubbles
2020-07-29terminal newlinepi1024e
2020-07-29Match CreateWaterPulseRingBubblesPokeCodec
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-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-22Sync flags with pokerubyGriffinR
2020-07-22Merge pull request #1109 from DizzyEggg/patch-3GriffinR
Update agb_flash.c