diff options
| author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-20 21:42:51 +0000 |
|---|---|---|
| committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-20 21:42:51 +0000 |
| commit | 21193167deaf379a4366d35f11779c1fad4ea931 (patch) | |
| tree | ad795090d7550798bf5cce402a23b53c3e97d322 /src/constants | |
| parent | 3010ae180480dea7ae8e7f4416235ae10aaf786f (diff) | |
Disassemble and label some printer functions
Diffstat (limited to 'src/constants')
| -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 9fd0e05..2b8eb40 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 ATK_DESCR ; $0e + txsymbol ATK_DESCR ; $0e txsymbol CURSOR_R ; $0f txsymbol HP ; $10 txsymbol Lv ; $11 |
