Moving credits files to new location
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
;===================================================================================================
|
;===================================================================================================
|
||||||
; LEAVE THIS HERE FOR PHP WRITES
|
; LEAVE THIS HERE FOR PHP WRITES
|
||||||
;===================================================================================================
|
;===================================================================================================
|
||||||
table "creditscharmapbighi.txt"
|
table "data/creditscharmapbighi.txt"
|
||||||
YourSpriteCreditsHi:
|
YourSpriteCreditsHi:
|
||||||
db 2
|
db 2
|
||||||
db 55
|
db 55
|
||||||
db " " ; $238002
|
db " " ; $238002
|
||||||
|
|
||||||
table "creditscharmapbiglo.txt"
|
table "data/creditscharmapbiglo.txt"
|
||||||
YourSpriteCreditsLo:
|
YourSpriteCreditsLo:
|
||||||
db 2
|
db 2
|
||||||
db 55
|
db 55
|
||||||
@@ -60,7 +60,7 @@ endmacro
|
|||||||
;---------------------------------------------------------------------------------------------------
|
;---------------------------------------------------------------------------------------------------
|
||||||
macro bigcredits(text)
|
macro bigcredits(text)
|
||||||
!CLINE #= !CLINE+1
|
!CLINE #= !CLINE+1
|
||||||
table "creditscharmapbighi.txt"
|
table "data/creditscharmapbighi.txt"
|
||||||
|
|
||||||
?line_top:
|
?line_top:
|
||||||
db (32-(?end-?text))/2
|
db (32-(?end-?text))/2
|
||||||
@@ -74,7 +74,7 @@ macro bigcredits(text)
|
|||||||
pullpc
|
pullpc
|
||||||
|
|
||||||
|
|
||||||
table "creditscharmapbiglo.txt"
|
table "data/creditscharmapbiglo.txt"
|
||||||
?line_bottom:
|
?line_bottom:
|
||||||
db (32-(?end-?text))/2
|
db (32-(?end-?text))/2
|
||||||
db 2*(?end-?text)-1
|
db 2*(?end-?text)-1
|
||||||
@@ -92,7 +92,7 @@ endmacro
|
|||||||
|
|
||||||
macro bigcreditsleft(text)
|
macro bigcreditsleft(text)
|
||||||
!CLINE #= !CLINE+1
|
!CLINE #= !CLINE+1
|
||||||
table "creditscharmapbighi.txt"
|
table "data/creditscharmapbighi.txt"
|
||||||
|
|
||||||
?line_top:
|
?line_top:
|
||||||
db 2
|
db 2
|
||||||
@@ -106,7 +106,7 @@ macro bigcreditsleft(text)
|
|||||||
pullpc
|
pullpc
|
||||||
|
|
||||||
|
|
||||||
table "creditscharmapbiglo.txt"
|
table "data/creditscharmapbiglo.txt"
|
||||||
?line_bottom:
|
?line_bottom:
|
||||||
db 2
|
db 2
|
||||||
db 2*(?end-?text)-1
|
db 2*(?end-?text)-1
|
||||||
|
|||||||
Reference in New Issue
Block a user