You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use STRING_BUFFER_LENGTH for the wStringBuffers
This commit is contained in:
@@ -1750,7 +1750,7 @@ The exact cause of this bug is unknown.
|
||||
ld de, wStringBuffer1
|
||||
ld a, BANK("Evolutions and Attacks")
|
||||
- ld bc, 10
|
||||
+ ld bc, wStringBuffer2 - wStringBuffer1
|
||||
+ ld bc, STRING_BUFFER_LENGTH
|
||||
call FarCopyBytes
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user