fix PC addresses for patrons

This commit is contained in:
Thomas Prescott
2023-09-22 22:49:57 -05:00
parent f71759754e
commit c5d8c69396

View File

@@ -19,37 +19,37 @@ table "data/creditscharmapbighi.txt"
PatronCredit1Hi: PatronCredit1Hi:
db 2 db 2
db 55 db 55
db " " ; $238002 db " " ; $23803E
table "data/creditscharmapbiglo.txt" table "data/creditscharmapbiglo.txt"
PatronCredit1Lo: PatronCredit1Lo:
db 2 db 2
db 55 db 55
db " " ; $238020 db " " ; $23805C
table "data/creditscharmapbighi.txt" table "data/creditscharmapbighi.txt"
PatronCredit2Hi: PatronCredit2Hi:
db 2 db 2
db 55 db 55
db " " ; $238038 db " " ; $23807A
table "data/creditscharmapbiglo.txt" table "data/creditscharmapbiglo.txt"
PatronCredit2Lo: PatronCredit2Lo:
db 2 db 2
db 55 db 55
db " " ; $238056 db " " ; $238098
table "data/creditscharmapbighi.txt" table "data/creditscharmapbighi.txt"
PatronCredit3Hi: PatronCredit3Hi:
db 2 db 2
db 55 db 55
db " " ; $238074 db " " ; $2380B6
table "data/creditscharmapbiglo.txt" table "data/creditscharmapbiglo.txt"
PatronCredit3Lo: PatronCredit3Lo:
db 2 db 2
db 55 db 55
db " " ; $238092 db " " ; $2380D4
;=================================================================================================== ;===================================================================================================