From 91793015e53dbed09576f825d39e71bc59bf90a5 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Tue, 9 Sep 2014 20:55:19 -0700 Subject: Labelled and commented mostly sprite-related things --- hram.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hram.asm') diff --git a/hram.asm b/hram.asm index 1297480a..551ec67d 100644 --- a/hram.asm +++ b/hram.asm @@ -14,6 +14,9 @@ hSoftReset EQU $FF8A H_DOWNARROWBLINKCNT1 EQU $FF8B H_DOWNARROWBLINKCNT2 EQU $FF8C +H_SPRITEDATAOFFSET EQU $FF8B +H_SPRITEINDEX EQU $FF8C + ; Note: the following multiplication and division addresses are used for multiple purposes ; and so they overlap with each other -- cgit v1.3.1-sl0p