summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm9
1 files changed, 9 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index ccd6f06e..824b13d4 100755
--- a/wram.asm
+++ b/wram.asm
@@ -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