From 3de7ab601d465581accfe3ff171aeed2808c9647 Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 5 Nov 2020 16:55:42 -0500 Subject: Sync more with pokered --- hram.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hram.asm') 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 -- cgit v1.3.1-sl0p