diff options
Diffstat (limited to 'engine/events/lucky_number.asm')
-rw-r--r-- | engine/events/lucky_number.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/lucky_number.asm b/engine/events/lucky_number.asm index 2a6991ac..a3f9bc5d 100644 --- a/engine/events/lucky_number.asm +++ b/engine/events/lucky_number.asm @@ -96,7 +96,7 @@ CheckForLuckyNumberWinners: .SkipBox: inc c ld a, c - cp NUM_BOXES_JAPANESE + cp NUM_BOXES_JAPANESE ; fails to find winning mon in boxes 10-14 if not the active box jr c, .BoxesLoop call CloseSRAM |