mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Merge branch 'master' of https://github.com/PlagueVonKarma/kep-hack
This commit is contained in:
commit
1eed8f03d5
|
@ -615,6 +615,7 @@ BattleTentGuy_After:
|
||||||
call PrintText
|
call PrintText
|
||||||
ld a, [wBTRewards]
|
ld a, [wBTRewards]
|
||||||
ld b, RARE_CANDY
|
ld b, RARE_CANDY
|
||||||
|
ld c, a
|
||||||
call GiveItem
|
call GiveItem
|
||||||
jr nc, .bag_full ; could use money instead here
|
jr nc, .bag_full ; could use money instead here
|
||||||
ld hl, ReceivedRewardText
|
ld hl, ReceivedRewardText
|
||||||
|
@ -626,6 +627,7 @@ BattleTentGuy_After:
|
||||||
ld [wBTRewards], a
|
ld [wBTRewards], a
|
||||||
;ld b, POWER_FEED
|
;ld b, POWER_FEED
|
||||||
ld b, BOTTLE_CAP
|
ld b, BOTTLE_CAP
|
||||||
|
ld c, a
|
||||||
call GiveItem
|
call GiveItem
|
||||||
jr nc, .bag_full
|
jr nc, .bag_full
|
||||||
ld hl, ReceivedRewardText
|
ld hl, ReceivedRewardText
|
||||||
|
@ -889,7 +891,7 @@ BattleTentGuy2_Heal:
|
||||||
done
|
done
|
||||||
|
|
||||||
ReceivedRewardPreamble:
|
ReceivedRewardPreamble:
|
||||||
text "Take these"
|
text "Take these,"
|
||||||
line "on the house!"
|
line "on the house!"
|
||||||
prompt
|
prompt
|
||||||
text_end
|
text_end
|
||||||
|
|
Loading…
Reference in a new issue