diff options
Diffstat (limited to 'engine/stats_screen.asm')
-rwxr-xr-x | engine/stats_screen.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/stats_screen.asm b/engine/stats_screen.asm index 8079088d9..e710f4cad 100755 --- a/engine/stats_screen.asm +++ b/engine/stats_screen.asm @@ -2,7 +2,7 @@ const PINK_PAGE ; 1 const GREEN_PAGE ; 2 const BLUE_PAGE ; 3 -NUM_STAT_PAGES EQU const_value +- 1 +NUM_STAT_PAGES EQU const_value + -1 BattleStatsScreenInit: ; 4dc7b (13:5c7b) ld a, [wLinkMode] |