diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-01 12:36:53 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-01 12:36:53 -0500 |
| commit | a75527df250d7ea5fa35630eab711bf4eeef9a02 (patch) | |
| tree | 00d7b3900efd9cc1af704f9bd9b7c30a4c54dc7d /engine/games | |
| parent | eecff60284d3b4af14902f347d12639ee9849c03 (diff) | |
Make some labels more consistent
Diffstat (limited to 'engine/games')
| -rw-r--r-- | engine/games/unown_puzzle.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/games/unown_puzzle.asm b/engine/games/unown_puzzle.asm index 48e36b89..c5db774b 100644 --- a/engine/games/unown_puzzle.asm +++ b/engine/games/unown_puzzle.asm @@ -171,7 +171,7 @@ PlaceStartCancelBoxBorder: UnownPuzzleJumptable: jumptable .Jumptable, wJumptableIndex -.Jumptable: +.Jumptable: ; redundant one-entry jumptable dw .Function .Function: |
