summaryrefslogtreecommitdiff
path: root/include/rom_8077ABC.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-01-07 10:59:12 -0800
committerMarcus Huderle <huderlem@gmail.com>2018-01-07 20:07:36 -0800
commitc0e0004ffabfcb9bc9827bdce28e3c18a6e52922 (patch)
treedb700176ef7f8882346cf2842a9f0ea766761202 /include/rom_8077ABC.h
parent36841a8498134931be3d1c73927f6fec4482fb30 (diff)
Decompile through HandleEndTurn_BattleWon, and update trainer class constant names
Diffstat (limited to 'include/rom_8077ABC.h')
-rw-r--r--include/rom_8077ABC.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rom_8077ABC.h b/include/rom_8077ABC.h
index dda90c48f..21ec88a90 100644
--- a/include/rom_8077ABC.h
+++ b/include/rom_8077ABC.h
@@ -25,9 +25,9 @@ u8 GetBankSide(u8 slot);
u8 GetBankSide(u8);
u8 GetBankIdentity(u8);
u8 GetBankIdentity(u8 slot);
-u8 GetBankByPlayerAI(u8);
-u8 GetBankByPlayerAI(u8);
-u8 GetBankByPlayerAI(u8 state);
+u8 GetBankByIdentity(u8);
+u8 GetBankByIdentity(u8);
+u8 GetBankByIdentity(u8 state);
bool8 IsBankSpritePresent(u8);
bool8 IsDoubleBattle();
u8 IsDoubleBattle(void);