mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Correct constants in DoNPCTrade
This commit is contained in:
parent
dcb24bc724
commit
35821ec58c
@ -188,10 +188,10 @@ DoNPCTrade:
|
||||
ld e, NPCTRADE_DIALOG
|
||||
call GetTradeAttribute
|
||||
ld a, [hl]
|
||||
cp TRADE_DIALOG_COMPLETE
|
||||
ld b, RESET_FLAG
|
||||
cp TRADE_DIALOGSET_GIRL
|
||||
ld b, CAUGHT_BY_UNKNOWN
|
||||
jr c, .incomplete
|
||||
ld b, SET_FLAG
|
||||
ld b, CAUGHT_BY_GIRL
|
||||
.incomplete
|
||||
farcall SetGiftPartyMonCaughtData
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user