diff options
author | libjet <libj3t@gmail.com> | 2020-06-05 20:38:43 +0100 |
---|---|---|
committer | libjet <libj3t@gmail.com> | 2020-06-05 20:38:43 +0100 |
commit | edbb0fe6c410a35b5f8d9b15a3cf2be5f7aba3f4 (patch) | |
tree | 31bd06f49e0fb621ed4a2829b42bc46cec1a515e /wram.asm | |
parent | ea42f6636c4386b91979e525397adf5cb6d326fe (diff) |
Add engine/games/unown_puzzle.asm
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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:: |