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,