diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-07-16 20:04:34 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-07-16 20:04:34 +0200 |
commit | 291ff5bebffdbe39281732d443043b244bf1ffb0 (patch) | |
tree | f568fc0b398d815b746fbe7f3155864253bd62d8 /src/wram.asm | |
parent | a32f257d89e9f92c8962130724ff36a4b28d2be8 (diff) |
Disassemble more home incbins
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index f1cfb5f..992f157 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -958,7 +958,8 @@ wFontWidth:: ; cd0a wHalfWidthPrintState:: ; cd0b ds $1 -wcd0c:: ; cd0c +; used by CopyTextData +wTextMaxLength:: ; cd0c ds $1 ; half-width font letters become uppercase if non-0, lowercase if 0 |