Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sync unused flags with pokeruby
|
|
Document faraway island
|
|
|
|
|
|
|
|
Update agb_flash.c
|
|
|
|
Changed mon front and back coordinates from hex to decimal so they're easier to edit.
|
|
|
|
Match RotateAuroraRingColors_Step
|
|
|
|
Upstream
|
|
Comment gBattleAI_ScriptsTable with constants
|
|
|
|
|
|
|
|
|
|
Label option menu pal
|
|
|
|
|
|
Some PSS documentation.
|
|
|
|
|
|
|
|
|
|
Document unk_transition
|
|
Misc battle and battle palace documentation
|
|
|
|
|
|
Allow assembly on Clang
|
|
Add local object event ids for referenced objects
|
|
Document starter_choose.c
|
|
ifndef GUARD typo fix
|
|
|
|
|
|
Use stat constants in MonGainEVs
|
|
|
|
Clean up some frontier mon use in battle factory
|
|
Use charmap constants for PLAY_SE
|
|
|
|
Allow flag/var counts to be updated alongside values
|
|
Fix segfault in gbagfx
|
|
Give proper names to some functions
|