From 43bd6ef155f962ee559c56b68397f089ca801c4b Mon Sep 17 00:00:00 2001 From: Matt Waltz Date: Wed, 13 Dec 2017 03:32:42 -0800 Subject: [PATCH] Add extra space to align with other apps --- src/cesium.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cesium.asm b/src/cesium.asm index d3979fa..56c9a31 100755 --- a/src/cesium.asm +++ b/src/cesium.asm @@ -5,7 +5,7 @@ #include "routines/installer.asm" ; if this is the first run, we want to run the installer -app_start("Cesium", "(C) 2017 Matt \"MateoConLechuga\" Waltz", 0, 1, 0D09466h, 0) +app_start("Cesium", "(C) 2017 Matt \"MateoConLechuga\" Waltz", 0, 1, 0D09466h, 0) CesiumStart: