diff options
-rw-r--r-- | Make-evening-the-fourth-time-of-day.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Make-evening-the-fourth-time-of-day.md b/Make-evening-the-fourth-time-of-day.md index 98c6b9e..42dfd12 100644 --- a/Make-evening-the-fourth-time-of-day.md +++ b/Make-evening-the-fourth-time-of-day.md @@ -930,9 +930,9 @@ Edit [engine/pokemon/caught_data.asm](../blob/master/engine/pokemon/caught_data. SetBoxmonOrEggmonCaughtData: ld a, [wTimeOfDay] inc a -+ and CAUGHT_TIME_MASK rrca rrca ++ and CAUGHT_TIME_MASK ld b, a ld a, [wCurPartyLevel] or b |