diff options
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:: |