aboutsummaryrefslogtreecommitdiffstats
path: root/hram.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 16:55:42 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 16:55:42 -0500
commit3de7ab601d465581accfe3ff171aeed2808c9647 (patch)
treeab357b894c9457b3d1d38fd49300df34412168f8 /hram.asm
parentRemove trailing whitespace (diff)
downloadpokeyellow-3de7ab601d465581accfe3ff171aeed2808c9647.tar.gz
pokeyellow-3de7ab601d465581accfe3ff171aeed2808c9647.tar.xz
pokeyellow-3de7ab601d465581accfe3ff171aeed2808c9647.zip
Sync more with pokered
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/hram.asm b/hram.asm
index f3ffc564..6c14f3c6 100644
--- a/hram.asm
+++ b/hram.asm
@@ -96,8 +96,8 @@ hTilePlayerStandingOn:: db
hSpritePriority:: db
UNION
-;; Multiplication and division variables are meant
-;; to overlap for back-to-back usage. Big endian.
+; Multiplication and division variables are meant
+; to overlap for back-to-back usage. Big endian.
UNION
ds 1
hMultiplicand:: ds 3