diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-04-13 20:08:07 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-04-13 20:08:38 -0400 |
| commit | 4b64b146e4d723980d26470d171fb18e63f4a215 (patch) | |
| tree | 9b4aafd54c68aa7cf7b45fe029c655a53dd200a4 /wram.asm | |
| parent | The 'def_trainers' macro checks that trainers' event flag bits are correct (#... (diff) | |
| download | pokeyellow-4b64b146e4d723980d26470d171fb18e63f4a215.tar.gz pokeyellow-4b64b146e4d723980d26470d171fb18e63f4a215.tar.xz pokeyellow-4b64b146e4d723980d26470d171fb18e63f4a215.zip | |
Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constant
Diffstat (limited to 'wram.asm')
| -rw-r--r-- | wram.asm | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1173,7 +1173,11 @@ wNumMovesMinusOne:: UNION -wcd6d:: ds 4 ; buffer for various data +wcd6d:: ds NAME_BUFFER_LENGTH ; buffer for various data + +NEXTU + + ds 4 wStatusScreenCurrentPP:: ; temp variable used to print a move's current PP on the status screen |
