diff options
Diffstat (limited to 'src/constants/charmaps.asm')
-rw-r--r-- | src/constants/charmaps.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/charmaps.asm b/src/constants/charmaps.asm index 44b8e0b..9fd0e05 100644 --- a/src/constants/charmaps.asm +++ b/src/constants/charmaps.asm @@ -339,7 +339,7 @@ ENDM txsymbol PARALYZED ; $0b txsymbol CURSOR_U ; $0c txsymbol POKEMON ; $0d - txsymbol MOVE_DESCR ; $0e + txsymbol ATK_DESCR ; $0e txsymbol CURSOR_R ; $0f txsymbol HP ; $10 txsymbol Lv ; $11 |