diff options
Diffstat (limited to 'engine/pokemon/stats_screen.asm')
-rw-r--r-- | engine/pokemon/stats_screen.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokemon/stats_screen.asm b/engine/pokemon/stats_screen.asm index dd0230952..3719f3ade 100644 --- a/engine/pokemon/stats_screen.asm +++ b/engine/pokemon/stats_screen.asm @@ -60,7 +60,7 @@ StatsScreenInit_gotaddress: StatsScreenMain: xor a ld [wJumptableIndex], a - ; stupid interns +; ??? ld [wcf64], a ld a, [wcf64] and %11111100 @@ -80,7 +80,7 @@ StatsScreenMain: StatsScreenMobile: xor a ld [wJumptableIndex], a - ; stupid interns +; ??? ld [wcf64], a ld a, [wcf64] and %11111100 |