Skip to content

Commit e746303

Browse files
committed
deploy: 648ff82
1 parent 70b2c6b commit e746303

4 files changed

Lines changed: 29 additions & 20 deletions

File tree

assets/support-info.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/vcs/opcodes.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -861,8 +861,8 @@
861861
{03A9:} set_object_turn_speed {_p1} [int] {_p2} [int] {_p3} [int] {_p4} [int]
862862
{03AA:} set_object_mass {_p1} [int] {_p2} [int] {_p3} [int] {_p4} [int]
863863
{03AB:} has_cutscene_loaded
864-
{03AC:} command_03ac {_p1} [int]
865-
{03AD:} set_unique_jumps_found {_p1} [int]
864+
{03AC:} set_unique_jumps_found {_p1} [int]
865+
{03AD:} command_03ad {_p1} [int]
866866
{03AE:} set_char_dive_from_car {_p1} [int] {_p2} [int]
867867
{03AF:} wreck_car {_p1} [int]
868868
{03B0:} register_outfit_changed
@@ -970,9 +970,6 @@
970970
{041B:} command_041b {_p1} [int] {_p2} [int]
971971
{041C:} command_041c {_p1} [int] {_p2} [int]
972972
{041D:} command_041d {_p1} [int] {_p2} [int] {_p3} [int] {_p4} [int]
973-
{041E:} command_041e {_p1} [int]
974-
{041F:} command_041f {_p1} [int]
975-
{0420:} command_0420 {_p1} [int]
976973
{0421:} command_0421 {_p1} [int] {_p2} [int] {_p3} [int] {_p4} [int] {_p5} [int]
977974
{0422:} set_car_coordinates_no_offset [Car] {x} [float] {y} [float] {z} [float]
978975
{0423:} set_char_coordinates_no_offset [Char] {x} [float] {y} [float] {z} [float]
@@ -987,8 +984,8 @@
987984
{042C:} command_042c {_p1} [int] {_p2} [int]
988985
{042D:} command_042d {_p1} [int] {_p2} [int]
989986
{042E:} command_042e {_p1} [int]
990-
{042F:} command_042f {_p1} [int] {_p2} [int]
991-
{0430:} command_0430 {_p1} [int] {_p2} [int]
987+
{042F:} set_car_max_health {_p1} [int] {_p2} [int]
988+
{0430:} [var _p2: int] = get_car_max_health {_p1} [int]
992989
{0431:} command_0431 {_p1} [int] {_p2} [int]
993990
{0432:} command_0432 {_p1} [int] {_p2} [int]
994991
{0433:} command_0433 {_p1} [int] {_p2} [int] {_p3} [int] {_p4} [int] {_p5} [int] {_p6} [int]

assets/vcs/vcs.json

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"meta": {
3-
"last_update": 1774183598531,
4-
"version": "0.48",
3+
"last_update": 1774211164390,
4+
"version": "0.49",
55
"url": "https://library.sannybuilder.com/#/vcs"
66
},
77
"extensions": [
@@ -19471,7 +19471,7 @@
1947119471
}
1947219472
],
1947319473
"id": "03AC",
19474-
"name": "COMMAND_03AC",
19474+
"name": "SET_UNIQUE_JUMPS_FOUND",
1947519475
"num_params": 1
1947619476
},
1947719477
{
@@ -19482,7 +19482,7 @@
1948219482
}
1948319483
],
1948419484
"id": "03AD",
19485-
"name": "SET_UNIQUE_JUMPS_FOUND",
19485+
"name": "COMMAND_03AD",
1948619486
"num_params": 1
1948719487
},
1948819488
{
@@ -21334,7 +21334,10 @@
2133421334
],
2133521335
"id": "041E",
2133621336
"name": "COMMAND_041E",
21337-
"num_params": 1
21337+
"num_params": 1,
21338+
"attrs": {
21339+
"is_nop": true
21340+
}
2133821341
},
2133921342
{
2134021343
"input": [
@@ -21345,7 +21348,10 @@
2134521348
],
2134621349
"id": "041F",
2134721350
"name": "COMMAND_041F",
21348-
"num_params": 1
21351+
"num_params": 1,
21352+
"attrs": {
21353+
"is_nop": true
21354+
}
2134921355
},
2135021356
{
2135121357
"input": [
@@ -21356,7 +21362,10 @@
2135621362
],
2135721363
"id": "0420",
2135821364
"name": "COMMAND_0420",
21359-
"num_params": 1
21365+
"num_params": 1,
21366+
"attrs": {
21367+
"is_nop": true
21368+
}
2136021369
},
2136121370
{
2136221371
"input": [
@@ -21729,22 +21738,25 @@
2172921738
}
2173021739
],
2173121740
"id": "042F",
21732-
"name": "COMMAND_042F",
21741+
"name": "SET_CAR_MAX_HEALTH",
2173321742
"num_params": 2
2173421743
},
2173521744
{
2173621745
"input": [
2173721746
{
2173821747
"name": "_p1",
2173921748
"type": "int"
21740-
},
21749+
}
21750+
],
21751+
"output": [
2174121752
{
2174221753
"name": "_p2",
21743-
"type": "int"
21754+
"type": "int",
21755+
"source": "var_any"
2174421756
}
2174521757
],
2174621758
"id": "0430",
21747-
"name": "COMMAND_0430",
21759+
"name": "GET_CAR_MAX_HEALTH",
2174821760
"num_params": 2
2174921761
},
2175021762
{

ngsw.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"configVersion": 1,
3-
"timestamp": 1774183666175,
3+
"timestamp": 1774211238159,
44
"index": "/index.html",
55
"assetGroups": [
66
{

0 commit comments

Comments
 (0)