summaryrefslogtreecommitdiff
path: root/src/battle_controller_safari.c
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-12-05 11:57:54 -0600
committerGitHub <noreply@github.com>2017-12-05 11:57:54 -0600
commit7597433af6bb89986cf7c69617923cabcbec17c1 (patch)
tree76480f2a45cb5a6f1fd5ff845fde26a06bf5513c /src/battle_controller_safari.c
parent0250aefb73a995a6812a657193abeb96eb34d489 (diff)
parentddcf52bcae7ed6909215f2c79b3e75ffb1f940bd (diff)
Merge pull request #130 from DizzyEggg/decompile_pokeball
Decompile pokeball
Diffstat (limited to 'src/battle_controller_safari.c')
-rw-r--r--src/battle_controller_safari.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controller_safari.c b/src/battle_controller_safari.c
index 635f5fef1..2ec14cab5 100644
--- a/src/battle_controller_safari.c
+++ b/src/battle_controller_safari.c
@@ -384,7 +384,7 @@ static void SafariHandleDrawTrainerPic(void)
30);
gSprites[gBankSpriteIds[gActiveBank]].oam.paletteNum = gActiveBank;
gSprites[gBankSpriteIds[gActiveBank]].pos2.x = 240;
- gSprites[gBankSpriteIds[gActiveBank]].data0 = -2;
+ gSprites[gBankSpriteIds[gActiveBank]].data[0] = -2;
gSprites[gBankSpriteIds[gActiveBank]].callback = sub_805D7AC;
gBattleBankFunc[gActiveBank] = CompleteOnBankSpriteCallbackDummy;
}