Apply most of pokecrystal PR 1105

This commit is contained in:
xCrystal
2024-02-11 00:16:00 +01:00
parent 971c4aa2c7
commit 5c4d982702
74 changed files with 276 additions and 276 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