Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-28 | Merge pull request #1085 from GriffinRichards/doc-overworld | GriffinR | |
Document field effects / misc overworld | |||
2020-07-28 | Merge pull request #1112 from GriffinRichards/add-genwarn | GriffinR | |
Add warnings to generated map/layout files | |||
2020-07-28 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-28 | Merge branch 'master' into doc-slotmachine | GriffinR | |
2020-07-28 | Document slot machine funcs | GriffinR | |
2020-07-28 | Merge pull request #1115 from PokeCodec/Matching | PikalaxALT | |
Match InitObjectEventStateFromTemplate | |||
2020-07-28 | Match | PokeCodec | |
2020-07-28 | Clean up slot machine data doc | GriffinR | |
2020-07-28 | Merge https://github.com/pret/pokeemerald into Matching | PokeCodec | |
2020-07-28 | Match | PokeCodec | |
2020-07-28 | Update secret_base.c | PokeCodec | |
2020-07-28 | semicolon | PokeCodec | |
2020-07-28 | Sync flags with pokeruby | GriffinR | |
2020-07-28 | holding back on casts | PokeCodec | |
2020-07-28 | Change signedness and add casts to avoid implicit conversion warnings | PokeCodec | |
2020-07-28 | More slot machine data documentation | GriffinR | |
2020-07-28 | Merge pull request #1104 from PokeCodec/Explcit-Casting | PikalaxALT | |
Reduce "Implicit conversion" warnings | |||
2020-07-28 | Merge branch 'Explcit-Casting' of https://github.com/PokeCodec/pokeemerald ↵ | PokeCodec | |
into Explcit-Casting | |||
2020-07-28 | Merge pull request #1114 from ExpoSeed/doc | GriffinR | |
Document some battle_util.c | |||
2020-07-27 | Fix naming style of function | ExpoSeed | |
2020-07-27 | semicolon | PokeCodec | |
2020-07-27 | Document some battle_util.c | ExpoSeed | |
2020-07-27 | Update secret_base.c | PokeCodec | |
2020-07-27 | Merge branch 'master' into Explcit-Casting | PokeCodec | |
2020-07-27 | Fix undefined behaviour in protect animation | DizzyEggg | |
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-27 | Sync flags with pokeruby | GriffinR | |
2020-07-27 | Document faraway island | GriffinR | |
2020-07-27 | holding back on casts | PokeCodec | |
2020-07-27 | Merge pull request #1113 from DizzyEggg/patch-4 | PikalaxALT | |
Fix undefined behaviour in protect animation | |||
2020-07-27 | Fix undefined behaviour in protect animation | DizzyEggg | |
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-26 | Document some slot machine data | GriffinR | |
2020-07-24 | Change signedness and add casts to avoid implicit conversion warnings | PokeCodec | |
2020-07-24 | Add warnings to generated files | GriffinR | |
2020-07-24 | Continue new contest documentation | GriffinR | |
2020-07-23 | Begin new contest documentation | GriffinR | |
2020-07-23 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-23 | Merge pull request #1111 from GriffinRichards/sync-flags | PikalaxALT | |
Sync unused flags with pokeruby | |||
2020-07-23 | Merge pull request #1102 from GriffinRichards/doc-faraway | PikalaxALT | |
Document faraway island | |||
2020-07-23 | Restore tabs in field_effect_scripts.s | GriffinR | |
2020-07-23 | Clean some battle_message.c data | GriffinR | |
2020-07-22 | Sync flags with pokeruby | GriffinR | |
2020-07-22 | Merge pull request #1109 from DizzyEggg/patch-3 | GriffinR | |
Update agb_flash.c | |||
2020-07-22 | Update agb_flash.c | DizzyEggg | |
2020-07-21 | Merge pull request #1105 from AsparagusEduardo/Coordinates | GriffinR | |
Changed mon front and back coordinates from hex to decimal so they're easier to edit. | |||
2020-07-21 | Fixed missing changes. | Eduardo Quezada | |
2020-07-21 | Merge pull request #1108 from PokeCodec/FixPort | GriffinR | |
Match RotateAuroraRingColors_Step | |||
2020-07-21 | Match AnimTask_RotateAuroraRingColors_Step | PokeCodec | |
2020-07-20 | Merge pull request #1 from pret/master | PokeCodec | |
Upstream | |||
2020-07-20 | Merge pull request #1106 from GriffinRichards/add-aiscriptcomm | GriffinR | |
Comment gBattleAI_ScriptsTable with constants | |||
2020-07-20 | Comment gBattleAI_ScriptsTable with constants | GriffinR | |