Comment on changeblock ids

This commit is contained in:
Remy Oukaour
2018-01-17 13:23:43 -05:00
parent faa41e743b
commit c70e8eec49
23 changed files with 127 additions and 126 deletions

View File

@@ -19,12 +19,12 @@ GoldenrodDeptStoreRoof_MapScripts:
.CheckSaleChangeBlock:
checkflag ENGINE_GOLDENROD_DEPT_STORE_SALE_IS_ON
iftrue .ChangeBlock
iftrue .SaleIsOn
return
.ChangeBlock:
changeblock 0, 2, $3f
changeblock 0, 4, $0f
.SaleIsOn:
changeblock 0, 2, $3f ; cardboard boxes
changeblock 0, 4, $0f ; vendor booth
return
.CheckSaleChangeClerk: