mirror of https://github.com/pret/pokeemerald.git
Fix comment mistake
This commit is contained in:
parent
0a0157b62c
commit
058783c148
|
@ -488,7 +488,7 @@ void UpdateLongGrassFieldEffect(struct Sprite *sprite)
|
|||
#undef sObjectMoved
|
||||
|
||||
// Effectively unused as it's not possible in vanilla to jump onto long grass (no adjacent ledges, and can't ride the Acro Bike in it).
|
||||
// The graphics for this effect do not visually correspond to tall grass either. Perhaps these graphics were its original design?
|
||||
// The graphics for this effect do not visually correspond to long grass either. Perhaps these graphics were its original design?
|
||||
u32 FldEff_JumpLongGrass(void)
|
||||
{
|
||||
u8 spriteId;
|
||||
|
|
Loading…
Reference in New Issue