diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-21 10:42:24 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-21 10:42:24 -0400 |
commit | 221259d0d6127013c92c1fe7f8bcb794cf0b9149 (patch) | |
tree | 45cb0611f6241d355c47d59ad656d9bc424bd37b /src/pokemon.c | |
parent | a1bddb8f8c3f43d0942e2874f9d873d4bcf05371 (diff) |
sys flags
Diffstat (limited to 'src/pokemon.c')
-rw-r--r-- | src/pokemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon.c b/src/pokemon.c index 9060e9ff1..f9fe72007 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -3634,7 +3634,7 @@ static u8 SendMonToPC(struct Pokemon* mon) gSpecialVar_MonBoxId = boxNo; gSpecialVar_MonBoxPos = boxPos; if (get_unknown_box_id() != boxNo) - FlagClear(FLAG_0x843); + FlagClear(FLAG_SYS_CHANGED_BOX_TO_STORE_MON); VarSet(VAR_0x4037, boxNo); return MON_GIVEN_TO_PC; } |