diff options
author | yenatch <yenatch@gmail.com> | 2018-03-21 18:55:09 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-03-21 18:55:09 -0400 |
commit | c80eddf988523b81c2e26b57a648ee6069c8955c (patch) | |
tree | d34f6834e5c39ef2a18e14e0d782ffaff5e21903 /wram.asm | |
parent | 509ee98219bae35c3edae81ed36f3c40ab9dbd5b (diff) |
add wEvosMoves instead of using eevee
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1237,6 +1237,8 @@ wNumMovesMinusOne:: ; cd6c ; FormatMovesString stores the number of moves minus one here ds 1 +UNION + wcd6d:: ds 4 ; buffer for various data wStatusScreenCurrentPP:: ; cd71 @@ -1249,6 +1251,13 @@ wNormalMaxPPList:: ; cd78 ; list of normal max PP (without PP up) values ds 9 +NEXTU + +wEvosMoves:: ds 13 +.end:: + +ENDU + wSerialOtherGameboyRandomNumberListBlock:: ; cd81 ; buffer for transferring the random number list generated by the other gameboy |