Skip to content

Commit

Permalink
Fix incorrect fallthrough comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Nov 19, 2023
1 parent e7f94cc commit 7d2dde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/CinnabarGym.asm
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ CinnabarGymGetOpponentTextScript:

CinnabarGymFlagAction:
predef_jump FlagActionPredef
; fallthrough

CinnabarGymOpenGateScript:
ld a, [wIsInBattle]
cp $ff
Expand Down

0 comments on commit 7d2dde5

Please sign in to comment.