summaryrefslogtreecommitdiff
path: root/engine/pokemon/correct_nick_errors.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-20 14:34:00 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-20 15:00:59 -0400
commit2883bfb9b1d3db35d9f1cb61ee0d9c015df4de30 (patch)
tree817f03eeaa85858b351b586109f71f3bb67efa1c /engine/pokemon/correct_nick_errors.asm
parent0def3b67fa0a64bc2e2778c99c53e1a77cbf302c (diff)
Finish disassembling battle core.
Diffstat (limited to 'engine/pokemon/correct_nick_errors.asm')
-rw-r--r--engine/pokemon/correct_nick_errors.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokemon/correct_nick_errors.asm b/engine/pokemon/correct_nick_errors.asm
index 0f264a36..c8056251 100644
--- a/engine/pokemon/correct_nick_errors.asm
+++ b/engine/pokemon/correct_nick_errors.asm
@@ -43,7 +43,7 @@ CorrectNickErrors:: ; 677e (1:677e)
; table defining which characters are actually text commands
; format:
; ≥ <
- db "<START>", $04 + 1
+ db "<NULL>", $04 + 1
db "<PLAY_G>", $18 + 1
db $1d, "%" + 1
db $35, "<GREEN>" + 1