diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-24 14:07:33 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-24 14:07:33 -0500 |
commit | 2a2222476ae509aaebd7851abd49172cf6e854d4 (patch) | |
tree | fde4dca386e6d2a94a344e45b7a44842e2090606 /wram.asm | |
parent | 41618f9e98b9aa04cedaf4b357531fd7fbf15deb (diff) |
Split up anim objects into several files
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1532,14 +1532,18 @@ wMomBankDigitCursorPosition:: wIntroSceneFrameCounter:: wHoldingUnownPuzzlePiece:: wCardFlipCursorY:: +wCreditsBorderFrame:: wcf64:: ds 1 IF !DEF(CRYSTAL11) wPokedexStatus:: ENDC +wCreditsBorderMon:: wTitleScreenTimerLo:: wUnownPuzzleCursorPosition:: wCardFlipCursorX:: +wCurrPocket:: wcf65:: ds 1 +wCreditsLYOverride:: wTitleScreenTimerHi:: wUnownPuzzleHeldPiece:: wCardFlipWhichCard:: @@ -1679,8 +1683,11 @@ FXAnimID:: FXAnimIDLo:: ; cfc2 ds 1 FXAnimIDHi:: ; cfc3 - ds 3 - + ds 1 +wPlaceBallsX:: ; cfc4 + ds 1 +wPlaceBallsY:: ; cfc5 + ds 1 TileAnimationTimer:: ; cfc6 ds 1 @@ -1795,11 +1802,13 @@ LuckyNumberDigit2Buffer:: PhoneCallerLo:: wNextRadioLine:: wMovementBufferPerson:: +wPlaceBallsDirection:: ds 1 wd004:: LuckyNumberDigit3Buffer:: PhoneCallerHi:: wRadioTextDelay:: +wTrainerHUDTiles:: ds 1 wd005:: LuckyNumberDigit4Buffer:: |