summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm14
1 files changed, 14 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index 32911293..6686bf2f 100644
--- a/wram.asm
+++ b/wram.asm
@@ -233,6 +233,14 @@ wTempTilemap::
ds SCREEN_WIDTH * SCREEN_HEIGHT ; $168 = 360
NEXTU ; c508
+; unown puzzle
+wUnownPuzzle::
+ ds 200
+wPuzzlePieces:: ds 6 * 6
+ ds 244
+wUnownPuzzleEnd::
+
+NEXTU ; c508
; This union spans 200 bytes from c508 to c5d0.
UNION ; c508
@@ -1122,6 +1130,12 @@ wMagnetTrainPosition:: db
wMagnetTrainWaitCounter:: db
NEXTU ; ce64
+; unown puzzle data
+wHoldingUnownPuzzlePiece:: db
+wUnownPuzzleCursorPosition:: db
+wUnownPuzzleHeldPiece:: db
+
+NEXTU ; ce64
; miscellaneous
wFrameCounter::
wMomBankDigitCursorPosition::