Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 | Document faraway island | GriffinR | |
2020-07-27 | holding back on casts | 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-26 | Document some slot machine data | GriffinR | |
2020-07-24 | Change signedness and add casts to avoid implicit conversion warnings | PokeCodec | |
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 #1102 from GriffinRichards/doc-faraway | PikalaxALT | |
Document faraway island | |||
2020-07-23 | Clean some battle_message.c data | GriffinR | |
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 | Match AnimTask_RotateAuroraRingColors_Step | PokeCodec | |
2020-07-19 | Reverted size. | Eduardo Quezada | |
2020-07-19 | Front pic coordinates. | Eduardo Quezada | |
2020-07-19 | Back pic coordinates | Eduardo Quezada | |
2020-07-19 | Label option menu pal | GriffinR | |
2020-07-19 | Document faraway island | GriffinR | |
2020-07-18 | Fixed missing lowercase field name. | Eduardo Quezada | |
2020-07-18 | Fixed field names lowercase. | Eduardo Quezada | |
2020-07-18 | Some PSS documentation. | Eduardo Quezada | |
2020-07-18 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-18 | Merge pull request #1086 from GriffinRichards/doc-unktrans | GriffinR | |
Document unk_transition | |||
2020-07-18 | Merge pull request #1100 from GriffinRichards/clean-battlescrdata | GriffinR | |
Misc battle and battle palace documentation | |||
2020-07-18 | Clean up some battle scr cmd data | GriffinR | |
2020-07-17 | Merge pull request #1097 from PokeCodec/asm | GriffinR | |
Allow assembly on Clang | |||
2020-07-17 | Merge pull request #1081 from GriffinRichards/add-localids | GriffinR | |
Add local object event ids for referenced objects | |||
2020-07-17 | Merge pull request #1088 from GriffinRichards/doc-starterchoose | GriffinR | |
Document starter_choose.c | |||
2020-07-16 | Sort out asm | PokeCodec | |
2020-07-16 | Use stat constants in MonGainEVs | DizzyEggg | |
2020-07-15 | Merge pull request #1093 from GriffinRichards/fix-frontiermonconst | GriffinR | |
Clean up some frontier mon use in battle factory | |||
2020-07-15 | Merge pull request #1083 from GriffinRichards/playse-constants | GriffinR | |
Use charmap constants for PLAY_SE | |||
2020-07-15 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-14 | Merge pull request #1082 from GriffinRichards/add-flagvarsave | GriffinR | |
Allow flag/var counts to be updated alongside values | |||
2020-07-14 | Merge pull request #1094 from DizzyEggg/rename | GriffinR | |
Give proper names to some functions | |||
2020-07-14 | Merge pull request #1080 from AsparagusEduardo/EndBalls | GriffinR | |
Created constant for easier Ball Expansion. | |||
2020-07-14 | Give proper names to some functions | DizzyEggg | |
2020-07-13 | Clean up some frontier mon use in battle factory | GriffinR | |
2020-07-12 | Renamed constant, | Eduardo Quezada | |
2020-07-11 | Fix some UB exposed with GCC 10.1.0 | PikalaxALT | |