summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-27semicolonPokeCodec
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-24Change signedness and add casts to avoid implicit conversion warningsPokeCodec
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
2020-07-19Reverted size.Eduardo Quezada
2020-07-19Front pic coordinates.Eduardo Quezada
2020-07-19Back pic coordinatesEduardo Quezada
2020-07-19Merge pull request #1103 from GriffinRichards/doc-optionpalGriffinR
Label option menu pal
2020-07-19Label option menu palGriffinR
2020-07-19Merge pull request #1101 from AsparagusEduardo/doc-pssGriffinR
Some PSS documentation.
2020-07-18Fixed missing lowercase field name.Eduardo Quezada
2020-07-18Fixed field names lowercase.Eduardo Quezada
2020-07-18Some PSS documentation.Eduardo Quezada
2020-07-18Merge pull request #1086 from GriffinRichards/doc-unktransGriffinR
Document unk_transition
2020-07-18Merge pull request #1100 from GriffinRichards/clean-battlescrdataGriffinR
Misc battle and battle palace documentation
2020-07-18Convert more battle constants to bit shiftsGriffinR
2020-07-18Clean up some battle scr cmd dataGriffinR
2020-07-17Merge pull request #1097 from PokeCodec/asmGriffinR
Allow assembly on Clang
2020-07-17Merge pull request #1081 from GriffinRichards/add-localidsGriffinR
Add local object event ids for referenced objects
2020-07-17Merge pull request #1088 from GriffinRichards/doc-starterchooseGriffinR
Document starter_choose.c
2020-07-17Merge pull request #1099 from PokeCodec/quickieGriffinR
ifndef GUARD typo fix
2020-07-17Typo FixPokeCodec
2020-07-16Sort out asmPokeCodec
2020-07-16Merge pull request #1096 from DizzyEggg/patch-2GriffinR
Use stat constants in MonGainEVs
2020-07-16Use stat constants in MonGainEVsDizzyEggg
2020-07-15Merge pull request #1093 from GriffinRichards/fix-frontiermonconstGriffinR
Clean up some frontier mon use in battle factory
2020-07-15Merge pull request #1083 from GriffinRichards/playse-constantsGriffinR
Use charmap constants for PLAY_SE
2020-07-14Merge pull request #1082 from GriffinRichards/add-flagvarsaveGriffinR
Allow flag/var counts to be updated alongside values
2020-07-14Merge pull request #1084 from GriffinRichards/fix-gbagfxsegfaultGriffinR
Fix segfault in gbagfx
2020-07-14Merge pull request #1094 from DizzyEggg/renameGriffinR
Give proper names to some functions
2020-07-14Merge pull request #1080 from AsparagusEduardo/EndBallsGriffinR
Created constant for easier Ball Expansion.
2020-07-14Give proper names to some functionsDizzyEggg
2020-07-13Clean up some frontier mon use in battle factoryGriffinR
2020-07-12Renamed constant,Eduardo Quezada
2020-07-11Merge pull request #1092 from PikalaxALT/ubfixPikalaxALT
Fix some UB exposed with GCC 10.1.0
2020-07-11Fix some UB exposed with GCC 10.1.0PikalaxALT
2020-07-09Merge pull request #1091 from Flametix/targetPikalaxALT
Replace magic number with MOVE_TARGET_BOTH
2020-07-09Merge pull request #1090 from Ryuhouji/patch-3PikalaxALT
Made documentation more readable
2020-07-09Fix indentationRyuhouji