diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-22 20:09:08 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-10-22 20:09:08 -0400 |
commit | 4dfc6699fedf01167987061e7cd63cc28245519a (patch) | |
tree | 2b177abe5a9085d2fd0ea8efc4f2f915d182f08e /src/unk_8159F40.c | |
parent | a5521e6b691bea41032acd277fc93fba77ec8bd4 (diff) |
Update code style in some places
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]); } |