summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorlibjet <libj3t@gmail.com>2020-06-05 20:38:43 +0100
committerlibjet <libj3t@gmail.com>2020-06-05 20:38:43 +0100
commitedbb0fe6c410a35b5f8d9b15a3cf2be5f7aba3f4 (patch)
tree31bd06f49e0fb621ed4a2829b42bc46cec1a515e /wram.asm
parentea42f6636c4386b91979e525397adf5cb6d326fe (diff)
Add engine/games/unown_puzzle.asm
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::