summaryrefslogtreecommitdiff
path: root/include/item_use.h
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-09-13 11:01:47 -0500
committerGitHub <noreply@github.com>2017-09-13 11:01:47 -0500
commitc1c2015f7046676b043641c0d1f9d9e29bc73647 (patch)
treecbea3afbcdad3d6bcc178ae4abffa9bbe88549f7 /include/item_use.h
parent37cf3484223366ee381f15d9a2cfeaf3612fd228 (diff)
parent9e9c40214f7672662820636167d2cc1469ca2ba1 (diff)
Merge pull request #430 from camthesaxman/scrcmd_renaming
(don't merge yet) rename script commands
Diffstat (limited to 'include/item_use.h')
-rw-r--r--include/item_use.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/item_use.h b/include/item_use.h
index aae2b017a..227c0c9ee 100644
--- a/include/item_use.h
+++ b/include/item_use.h
@@ -38,7 +38,7 @@ void sub_80C9FC0(u8);
void ItemUseOutOfBattle_Repel(u8);
void ItemUseOutOfBattle_BlackWhiteFlute(u8);
void task08_080A1C44(u8);
-u8 sub_80CA1C8(void);
+u8 CanUseEscapeRopeOnCurrMap(void);
void ItemUseOutOfBattle_EscapeRope(u8);
void ItemUseOutOfBattle_EvolutionStone(u8);
void ItemUseInBattle_PokeBall(u8);