summaryrefslogtreecommitdiff
path: root/include/rom_8077ABC.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-07 23:44:45 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-07 23:44:45 -0500
commit46a8dd57dacb79919d94f316e887578afa175afc (patch)
treeae82584f9ae99b3cff17eeada664f87b73a6193c /include/rom_8077ABC.h
parentd4df8046d45e50e19d2305bd4388e47087949960 (diff)
parent6b38db228befa044a2cfe31ed78555e3f0bd3935 (diff)
Merge branch 'master' of https://github.com/pret/pokeruby into assert
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);