diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-02-23 15:30:21 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-02-23 18:51:32 -0500 |
| commit | c3f389d6156cb573c6105059beba67ff0a72d30a (patch) | |
| tree | 613d6d83ba275174108f4ff299c215e2a7f4dba9 /engine/pokemon | |
| parent | 62fccbbd99ce8c4de44fe658f6247468d192e81d (diff) | |
Replace some "idiotic", "wtf", "stupid interns" comments with more common "useless", "pointless", "could have done X instead"
Diffstat (limited to 'engine/pokemon')
| -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 |
