From 7a9a1b1e55f4a7f6c339a86d8cdb7fbf1bee7838 Mon Sep 17 00:00:00 2001 From: dannye Date: Sat, 24 Jun 2017 15:01:43 -0500 Subject: Fix typos in comments --- hram.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hram.asm') diff --git a/hram.asm b/hram.asm index 9c13e5a1..4beca9c4 100644 --- a/hram.asm +++ b/hram.asm @@ -98,7 +98,7 @@ hSwapTemp EQU $FF95 hExperience EQU $FF96 ; 3 bytes, big endian -; Multiplcation and division variables are meant +; Multiplication and division variables are meant ; to overlap for back-to-back usage. Big endian. H_MULTIPLICAND EQU $FF96 ; 3 bytes -- cgit v1.3.1-sl0p