From e16dec874a239c162680b169391d3c0c7ee1fc70 Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 5 Nov 2020 16:55:39 -0500 Subject: Sync more with pokeyellow --- hram.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hram.asm') diff --git a/hram.asm b/hram.asm index d6282018..0ccbc60c 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