From 145fd2afc4f9f235fd0a7aca67e00ade3389e3c9 Mon Sep 17 00:00:00 2001 From: Lucas Scharenbroich Date: Sun, 26 Jun 2022 23:42:21 -0500 Subject: [PATCH] Fix argument definitions --- src/Tool.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tool.s b/src/Tool.s index 471b3fd..118c018 100644 --- a/src/Tool.s +++ b/src/Tool.s @@ -462,7 +462,7 @@ _TSGetBG0TileMapInfo _TSGetScreenInfo -:height equ FirstParam+4 +:height equ FirstParam+6 :width equ FirstParam+4 :y equ FirstParam+2 :x equ FirstParam+0