pret / pokefirered

Decompilation of Pokémon FireRed/LeafGreen
973 stars 555 forks source link

Update pokemon_special_anim_scene.c #593

Closed kovankerckhoven closed 1 year ago

kovankerckhoven commented 1 year ago

Give applicable names to undocumented symbols

GriffinRichards commented 1 year ago

Thanks! Small naming convention note, we use the g prefix for global data symbols and s for static, so e.g.

static const union AffineAnimCmd gAffineAnim_Zoom_0

would be

static const union AffineAnimCmd sAffineAnim_Zoom_0