Item effects, post-battle, and decoration flags

This commit is contained in:
PikalaxALT
2015-12-29 16:44:37 -05:00
parent 9bbb65166e
commit 2a263629a4
7 changed files with 136 additions and 126 deletions

View File

@@ -2811,29 +2811,27 @@ SacredAsh: ; f753
NormalBox: ; f763
ld c, $2c
jr Function_0xf769
ld c, DECOFLAG_SILVER_TROPHY_DOLL
jr OpenBox
; f767
GorgeousBox: ; f767
ld c, $2b
; f769
Function_0xf769: ; f769
ld c, DECOFLAG_GOLD_TROPHY_DOLL
OpenBox: ; f769
callba SetSpecificDecorationFlag
ld hl, UnknownText_0xf778
ld hl, .text
call PrintText
jp UseDisposableItem
; f778
UnknownText_0xf778: ; 0xf778
.text: ; 0xf778
; There was a trophy inside!
text_jump UnknownText_0x1c5d03
db "@"
; 0xf77d
Brightpowder:
Item19:
LuckyPunch:
@@ -2923,7 +2921,8 @@ ItemAB:
UpGrade:
ItemB0:
RainbowWing:
ItemB3: ; f77d
ItemB3:
TeruSama: ; f77d
jp IsntTheTimeMessage
; f780