You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Correct constants in DoNPCTrade
This commit is contained in:
@@ -188,10 +188,10 @@ DoNPCTrade:
|
|||||||
ld e, NPCTRADE_DIALOG
|
ld e, NPCTRADE_DIALOG
|
||||||
call GetTradeAttribute
|
call GetTradeAttribute
|
||||||
ld a, [hl]
|
ld a, [hl]
|
||||||
cp TRADE_DIALOG_COMPLETE
|
cp TRADE_DIALOGSET_GIRL
|
||||||
ld b, RESET_FLAG
|
ld b, CAUGHT_BY_UNKNOWN
|
||||||
jr c, .incomplete
|
jr c, .incomplete
|
||||||
ld b, SET_FLAG
|
ld b, CAUGHT_BY_GIRL
|
||||||
.incomplete
|
.incomplete
|
||||||
farcall SetGiftPartyMonCaughtData
|
farcall SetGiftPartyMonCaughtData
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user