diff options
| author | Rangi42 <remy.oukaour+rangi42@gmail.com> | 2023-11-21 20:33:03 -0500 |
|---|---|---|
| committer | Rangi42 <remy.oukaour+rangi42@gmail.com> | 2023-11-21 20:33:03 -0500 |
| commit | 0a616ae5606031ce27b4c987ae0e1d9da511cec9 (patch) | |
| tree | 203b3022c575f1ef382bf80fe1f738b4bb8f1daa /ram | |
| parent | Rename two unused items as `ITEM_XX` like pokecrystal (diff) | |
| download | pokeyellow-0a616ae5606031ce27b4c987ae0e1d9da511cec9.tar.gz pokeyellow-0a616ae5606031ce27b4c987ae0e1d9da511cec9.tar.xz pokeyellow-0a616ae5606031ce27b4c987ae0e1d9da511cec9.zip | |
Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZE
Fixes #430
Diffstat (limited to 'ram')
| -rw-r--r-- | ram/wram.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ram/wram.asm b/ram/wram.asm index 32749db3..82a5f14c 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -887,10 +887,6 @@ UNION wcd6d:: ds NAME_BUFFER_LENGTH ; buffer for various data NEXTU -wEvosMoves:: ds MAX_EVOLUTIONS * EVOLUTION_SIZE + 1 -wEvosMovesEnd:: - -NEXTU ds 4 ; temp variable used to print a move's current PP on the status screen wStatusScreenCurrentPP:: db |
