diff options
Diffstat (limited to 'src/unk_8159F40.c')
-rw-r--r-- | src/unk_8159F40.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unk_8159F40.c b/src/unk_8159F40.c index b6881f292..f2cb1764f 100644 --- a/src/unk_8159F40.c +++ b/src/unk_8159F40.c @@ -120,7 +120,7 @@ static const struct PokedudeBattlePartyInfo *const sPokedudeBattlePartyPointers[ void InitPokedudePartyAndOpponent(void) { s32 i, j; - struct Pokemon *mon; + struct Pokemon * mon; s32 myIdx = 0; s32 opIdx = 0; const struct PokedudeBattlePartyInfo * data; @@ -713,7 +713,7 @@ void sub_815A540(void) PlayerGetDestCoords(&x, &y); if (!MetatileBehavior_IsSurfable(MapGridGetMetatileBehaviorAt(x, y)) && TestPlayerAvatarFlags(PLAYER_AVATAR_FLAG_SURFING)) { - struct MapObject *mapObject = &gMapObjects[gPlayerAvatar.mapObjectId]; + struct MapObject * mapObject = &gMapObjects[gPlayerAvatar.mapObjectId]; SetPlayerAvatarTransitionFlags(0x01); DestroySprite(&gSprites[mapObject->mapobj_unk_1A]); } |