Move binary data to new data directory

This commit is contained in:
cassidoxa
2022-11-22 01:02:16 -05:00
parent 09d15f3294
commit da8576546d
48 changed files with 30 additions and 30 deletions

View File

@@ -1,13 +1,13 @@
;===================================================================================================
; LEAVE THIS HERE FOR PHP WRITES
;===================================================================================================
table "creditscharmapbighi.txt"
table "data/creditscharmapbighi.txt"
YourSpriteCreditsHi:
db 2
db 55
db " " ; $238002
table "creditscharmapbiglo.txt"
table "data/creditscharmapbiglo.txt"
YourSpriteCreditsLo:
db 2
db 55
@@ -26,7 +26,7 @@ CreditsLineTable:
macro smallcredits(text, color)
!CLINE #= !CLINE+1
table "creditscharmapsmall_<color>.txt"
table "data/creditscharmapsmall_<color>.txt"
?line:
db (32-(?end-?text))/2
@@ -44,7 +44,7 @@ endmacro
;---------------------------------------------------------------------------------------------------
macro bigcredits(text)
!CLINE #= !CLINE+1
table "creditscharmapbighi.txt"
table "data/creditscharmapbighi.txt"
?line_top:
db (32-(?end-?text))/2
@@ -58,7 +58,7 @@ macro bigcredits(text)
pullpc
table "creditscharmapbiglo.txt"
table "data/creditscharmapbiglo.txt"
?line_bottom:
db (32-(?end-?text))/2
db 2*(?end-?text)-1
@@ -76,7 +76,7 @@ endmacro
macro bigcreditsleft(text)
!CLINE #= !CLINE+1
table "creditscharmapbighi.txt"
table "data/creditscharmapbighi.txt"
?line_top:
db 2
@@ -90,7 +90,7 @@ macro bigcreditsleft(text)
pullpc
table "creditscharmapbiglo.txt"
table "data/creditscharmapbiglo.txt"
?line_bottom:
db 2
db 2*(?end-?text)-1