Age | Commit message (Collapse) | Author |
|
|
|
Document roulette
|
|
|
|
Add stat stage constants, clean up misc battle msg data
|
|
|
|
|
|
|
|
Match function signatures
|
|
|
|
|
|
|
|
|
|
|
|
Fix UB in event_object_movement.c
|
|
|
|
|
|
Document slot machine
|
|
To make them consistent with the declarations
|
|
|
|
Match CreateWaterPulseRingBubbles
|
|
|
|
|
|
Document field effects / misc overworld
|
|
Add warnings to generated map/layout files
|
|
|
|
|
|
|
|
Match InitObjectEventStateFromTemplate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reduce "Implicit conversion" warnings
|
|
into Explcit-Casting
|
|
Document some battle_util.c
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|