summaryrefslogtreecommitdiff
path: root/engine/items
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-30 00:47:14 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-30 00:47:14 -0400
commit35f6c55eac49c0357bb7939f0e4c2667f09821d3 (patch)
treedc3fedd53c51f934f88fde3ebf6429508b93a2fc /engine/items
parent8b5cc02a48b6615f3ad4ddd37798f9ed2976c5bd (diff)
Add remaining bank 9 files.
Diffstat (limited to 'engine/items')
-rwxr-xr-xengine/items/item_effects.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/items/item_effects.asm b/engine/items/item_effects.asm
index e5a0960b..3b31aef8 100755
--- a/engine/items/item_effects.asm
+++ b/engine/items/item_effects.asm
@@ -996,8 +996,8 @@ Text_AskNicknameNewlyCaughtMon:
text_far Text_AskNicknameNewlyCaughtMon_
db "@"
-ReturnToBattle_UseBall: ; ee4e (3:6e4e)
- farcall ReturnToBattle_UseBall_ ; 9:7307
+ReturnToBattle_UseBall:
+ farcall _ReturnToBattle_UseBall
ret
TownMap: ; ee55 (3:6e55)
@@ -2413,7 +2413,7 @@ NormalBox: ; f7aa (3:77aa)
GorgeousBox: ; f7ae (3:77ae)
ld c, DECOFLAG_GOLD_TROPHY_DOLL
asm_f7b0:
- farcall ReceiveDecorationC ; 9:70d5
+ farcall SetSpecificDecorationFlag
ld hl, Text_TrophyInside ; $77bf
call PrintText
jp Functionf7dc