From 872da54d49a4fef151b56492f40cb259db98c38c Mon Sep 17 00:00:00 2001 From: 4am Date: Wed, 1 Dec 2021 22:52:15 -0500 Subject: [PATCH] some comments --- src/fx/fx.dhgr.48boxes.common.a | 2 +- src/fx/fx.hgr.48boxes.common.a | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fx/fx.dhgr.48boxes.common.a b/src/fx/fx.dhgr.48boxes.common.a index 8c03ed3c6..7b2671a8b 100644 --- a/src/fx/fx.dhgr.48boxes.common.a +++ b/src/fx/fx.dhgr.48boxes.common.a @@ -17,7 +17,7 @@ ; are easy to find once you calculate the base address for that row. ; ; |BoxInitialStages| defines the initial grid of stages for each box. -; Each stage is used an index into the |StagesHi| array +; Each stage is used as an index into the |StagesHi| array ; to find the drawing routine for that stage (if any). ; Each box's stage is incremented after each iteration through the main loop. ; When the main loop iterates through all 48 boxes without drawing anything, diff --git a/src/fx/fx.hgr.48boxes.common.a b/src/fx/fx.hgr.48boxes.common.a index c3028937c..470853250 100644 --- a/src/fx/fx.hgr.48boxes.common.a +++ b/src/fx/fx.hgr.48boxes.common.a @@ -16,7 +16,7 @@ ; bytes in memory once you calculate the HGR base address for that row. ; ; |BoxInitialStages| defines the initial grid of stages for each box. -; Each stage is used an index into the |StagesHi| array +; Each stage is used as an index into the |StagesHi| array ; to find the drawing routine for that stage (if any). ; Each box's stage is incremented after each iteration through the main loop. ; When the main loop iterates through all 48 boxes without drawing anything,