diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-22 22:58:36 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-22 22:58:36 -0400 |
commit | bca9680f9afab7c1dac91be41b0a89b229c64bb1 (patch) | |
tree | 509546b8ebcd51ca023e33263fe7aca43fceb782 /wram.asm | |
parent | e9b07c81b0eb5d6c8456b7848e921d5ec4a4d297 (diff) |
Add engine/tilesets/tileset_anims.asm.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 19 |
1 files changed, 2 insertions, 17 deletions
@@ -971,22 +971,7 @@ wAttrmap:: ; ccd9 ds SCREEN_WIDTH * SCREEN_HEIGHT wAttrmapEnd:: -wce41:: ds 1 ; ce41 -wce42:: ds 1 ; ce42 -wce43:: ds 1 ; ce43 -wce44:: ds 1 ; ce44 -wce45:: ds 1 ; ce45 -wce46:: ds 1 ; ce46 -wce47:: ds 1 ; ce47 -wce48:: ds 1 ; ce48 -wce49:: ds 1 ; ce49 -wce4a:: ds 1 ; ce4a -wce4b:: ds 1 ; ce4b -wce4c:: ds 1 ; ce4c -wce4d:: ds 1 ; ce4d -wce4e:: ds 1 ; ce4e -wce4f:: ds 1 ; ce4f -wce50:: ds 1 ; ce50 +wTileAnimBuffer:: ds 1 tiles ; ce41 wOtherPlayerLinkMode:: db ; ce51 wOtherPlayerLinkAction:: ; ce52 @@ -1482,7 +1467,7 @@ ENDU ; cf40 wPlaceBallsX:: db ; cf40 wPlaceBallsY:: db ; cf41 -wcf42:: ds 1 ; cf42 +wTileAnimationTimer:: db ; cf42 ; palette backups? wBGP:: db |