more accurate script names: refreshscreen -> reanchormap, and reloadmappart -> refreshmap (#1078)

This commit is contained in:
xCrystal
2024-01-07 14:37:46 +01:00
parent f72f078c0e
commit 7f3b87950a
42 changed files with 115 additions and 115 deletions

View File

@@ -476,12 +476,12 @@ MACRO opentext
db opentext_command
ENDM
const refreshscreen_command ; $48
MACRO refreshscreen
const reanchormap_command ; $48
MACRO reanchormap
if _NARG == 0
refreshscreen 0
reanchormap 0
else
db refreshscreen_command
db reanchormap_command
db \1 ; dummy
endc
ENDM
@@ -789,9 +789,9 @@ MACRO reloadmap
db reloadmap_command
ENDM
const reloadmappart_command ; $7c
MACRO reloadmappart
db reloadmappart_command
const refreshmap_command ; $7c
MACRO refreshmap
db refreshmap_command
ENDM
const writecmdqueue_command ; $7d