diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-06-12 13:08:33 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-06-12 13:08:33 +0200 |
commit | eb954b0364e04df40c571817cb6092390a7e716f (patch) | |
tree | e45ade2cd9a8f4f24bdbaea40476b6a499b319e1 /src/wram.asm | |
parent | fefed7461368d7685114e69205be9bb2fc742d3d (diff) |
Redesign TX_SYMBOL constants
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index 2d3b9bc..3506b07 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1064,7 +1064,7 @@ wce2b:: ; ce2b wTxRam2:: ; cd3f ds $2 -; text pointer for the second TX_RAM2 on a text +; text pointer for the second TX_RAM2 of a text wTxRam2_b:: ; ce41 ds $2 |