diff options
author | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-10 21:14:56 +0700 |
---|---|---|
committer | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-10 21:14:56 +0700 |
commit | de3c0631f0dca7f911f01e95d3180ad8afdfc9a8 (patch) | |
tree | 14e468d9cc03cca510177030a33d7448bcb66f2d | |
parent | ab8fa72e5a447d5ba057dacb63fd080505f43997 (diff) |
Remove address comments in wram.asm
-rw-r--r-- | ram/wram.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ram/wram.asm b/ram/wram.asm index 2ca1311..5c07810 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -240,25 +240,25 @@ wIntroJumptableIndex:: wca10:: ds 1 UNION -wIntroBGMapPointer:: ds 2 ; ca11 +wIntroBGMapPointer:: ds 2 NEXTU wca11:: ds 1 wca12:: ds 1 ENDU UNION -wIntroTilemapPointer:: ds 2 ; ca13 +wIntroTilemapPointer:: ds 2 NEXTU wca13:: ds 1 wca14:: ds 1 ENDU -wIntroTilesPointer:: ds 2 ; ca15 +wIntroTilesPointer:: ds 2 -wIntroFrameCounter1:: ds 1 ; ca17 -wIntroFrameCounter2:: ds 1 ; ca18 +wIntroFrameCounter1:: ds 1 +wIntroFrameCounter2:: ds 1 -wIntroSpriteStateFlag:: ds 1 ; ca19 +wIntroSpriteStateFlag:: ds 1 ds $1d ; TODO |