mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-13 13:36:43 -05:00
Fixed typo.
This commit is contained in:
@@ -1716,7 +1716,7 @@ void UpdateFollowingPokemon(void) { // Update following pokemon if any
|
||||
|
||||
void RemoveFollowingPokemon(void) { // Remove follower object. Idempotent.
|
||||
struct ObjectEvent *objectEvent = GetFollowerObject();
|
||||
if (objectEvent == NULL)g
|
||||
if (objectEvent == NULL)
|
||||
return;
|
||||
RemoveObjectEvent(objectEvent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user