Skip to content

Commit 948bf8c

Browse files
committed
basically cleaned up the entire set, what can I say
1 parent 9122927 commit 948bf8c

69 files changed

Lines changed: 483 additions & 483 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

include/SpecialNonSpawns/action0s/chicagoschool.hnfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
11 9B
1010
13 10 78
1111
14 01
12-
18 04
12+
18 0F
1313
19 03
1414
1D 04

include/SpecialNonSpawns/action2chains/brownstone.hnfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@
463463

464464
// Current Callback. If callback for destruction called, goto no.24, else goto no.28:
465465
0 * 0 02 07 // Action 2, Feature 07
466-
35 // Set ID
466+
FF // Set ID
467467
85 // Type (Lowest Word of value accessed for house)
468468
0C // Variable (Current Callback)
469469
00 FF FF // Varadjust (AND FFFF)

include/SpecialNonSpawns/action2chains/chicagoschool.hnfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213

214214
// Current Callback
215215
0 * 0 02 07 // act 2 feat 7
216-
A1 // setid
216+
FF // setid
217217
85 // type, variable of building
218218
0C // variable 0c current callback
219219
00 // shift

include/SpecialNonSpawns/action2chains/departmentstore.hnfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
// Current Callback
4343
0 * 0 02 07 // act 2 feat 7
44-
1C // setid
44+
FF // setid
4545
85 // type, variable of building
4646
0C // variable 0c current callback
4747
00 // shift

include/SpecialNonSpawns/action2chains/flatiron.hnfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
// Current Callback
5555
0 * 0 02 07 // act 2 feat 7
56-
1C // setid
56+
FF // setid
5757
85 // type, variable of building
5858
0C // variable 0c current callback
5959
00 // shift

include/SpecialNonSpawns/action2chains/largedeco.hnfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
// Current Callback
5454
0 * 0 02 07 // act 2 feat 7
55-
1C // setid
55+
FF // setid
5656
85 // type, variable of building
5757
0C // variable 0c current callback
5858
00 // shift

include/SpecialNonSpawns/brownstonenemain.hnfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
0A 1E FF // Set years availible
2828
10 20 4E // Local authority rating decrease
2929
11 64 // Removal cost multiplier
30-
13 0C 78 // Set availibility mask
31-
18 04 // Probability
30+
13 18 78 // Set availibility mask
31+
18 0F // Probability
3232
19 03
3333
1D 04 // Set prop 1D to 4
3434

3535
// Action 4 to set name:
3636
0 * 0 04 07 // Action 4, Feature 7
37-
9F // Language ID
37+
FF // Language ID
3838
01 // Number of strings to change
3939
BUILDING_ID C9 // Offset
4040
"Large Flats" 00 // String
@@ -44,6 +44,6 @@
4444

4545

4646
// Assign last action2 to id.35:
47-
0 * 0 03 07 01 BUILDING_ID 00 35 00
47+
0 * 0 03 07 01 BUILDING_ID 00 FF 00
4848

4949
// Fin

include/SpecialNonSpawns/brownstonenesub1.hnfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
// Action 4 to set name:
3232
0 * 0 04 07 // Action 4, Feature 7
33-
9F // Language ID
33+
FF // Language ID
3434
01 // Number of strings to change
3535
BUILDING_ID C9 // Offset
3636
"Large Flats" 00 // String
@@ -39,6 +39,6 @@
3939
#include "action2chains/brownstone.hnfo"
4040

4141
// Assign last action2 to id.35:
42-
372 * 7 03 07 01 BUILDING_ID 00 35 00
42+
372 * 7 03 07 01 BUILDING_ID 00 FF 00
4343

4444
// Fin

include/SpecialNonSpawns/brownstonenwmain.hnfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
0A 1E FF // Set years availible
2828
10 20 4E // Local Authority rating decrease
2929
11 64 // Removal cost multiplier
30-
13 0C 78 // Set availibilty mask
31-
18 04 // Probability
30+
13 18 78 // Set availibilty mask
31+
18 0F // Probability
3232
19 03
3333
1D 04 // Set prop 1D to 4
3434

3535
// Action 4 to set name:
3636
0 * 0 04 07 // Action 4, Feature 7
37-
9F // Language ID
37+
FF // Language ID
3838
01 // Number of strings to change
3939
BUILDING_ID C9 // Offset
4040
"Large Flats" 00 // String
@@ -43,6 +43,6 @@
4343
#include "action2chains/brownstone.hnfo"
4444

4545
// Assign last action2 to id.35:
46-
0 * 0 03 07 01 BUILDING_ID 00 35 00
46+
0 * 0 03 07 01 BUILDING_ID 00 FF 00
4747

4848
// Fin

include/SpecialNonSpawns/brownstonenwsub1.hnfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
// Action 4 to set name:
3232
0 * 0 04 07 // Action 4, Feature 7
33-
9F // Language ID
33+
FF // Language ID
3434
01 // Number of strings to change
3535
BUILDING_ID C9 // Offset
3636
"Large Flats" 00 // Strings
@@ -39,6 +39,6 @@
3939
#include "action2chains/brownstone.hnfo"
4040

4141
// Assign last action2 to id.35:
42-
0 * 0 03 07 01 BUILDING_ID 00 35 00
42+
0 * 0 03 07 01 BUILDING_ID 00 FF 00
4343

4444
// Fin

0 commit comments

Comments
 (0)