pmdsky-debug-py 10.1.15__py3-none-any.whl → 10.2.20__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pmdsky_debug_py/_release.py +1 -1
- pmdsky_debug_py/eu.py +2107 -111
- pmdsky_debug_py/eu_itcm.py +2106 -93
- pmdsky_debug_py/jp.py +2101 -105
- pmdsky_debug_py/jp_itcm.py +2106 -93
- pmdsky_debug_py/na.py +2099 -103
- pmdsky_debug_py/na_itcm.py +2106 -93
- pmdsky_debug_py/protocol.py +1100 -22
- {pmdsky_debug_py-10.1.15.dist-info → pmdsky_debug_py-10.2.20.dist-info}/METADATA +1 -1
- pmdsky_debug_py-10.2.20.dist-info/RECORD +14 -0
- pmdsky_debug_py-10.1.15.dist-info/RECORD +0 -14
- {pmdsky_debug_py-10.1.15.dist-info → pmdsky_debug_py-10.2.20.dist-info}/WHEEL +0 -0
- {pmdsky_debug_py-10.1.15.dist-info → pmdsky_debug_py-10.2.20.dist-info}/top_level.txt +0 -0
pmdsky_debug_py/protocol.py
CHANGED
|
@@ -287,6 +287,16 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
287
287
|
None,
|
|
288
288
|
]
|
|
289
289
|
|
|
290
|
+
SinAbs4096: Symbol[
|
|
291
|
+
Optional[list[int]],
|
|
292
|
+
None,
|
|
293
|
+
]
|
|
294
|
+
|
|
295
|
+
CosAbs4096: Symbol[
|
|
296
|
+
Optional[list[int]],
|
|
297
|
+
None,
|
|
298
|
+
]
|
|
299
|
+
|
|
290
300
|
UFixedPoint64CmpLt: Symbol[
|
|
291
301
|
Optional[list[int]],
|
|
292
302
|
None,
|
|
@@ -1072,6 +1082,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
1072
1082
|
None,
|
|
1073
1083
|
]
|
|
1074
1084
|
|
|
1085
|
+
ReturnEggExclusiveItem: Symbol[
|
|
1086
|
+
Optional[list[int]],
|
|
1087
|
+
None,
|
|
1088
|
+
]
|
|
1089
|
+
|
|
1075
1090
|
SetActiveInventoryToMain: Symbol[
|
|
1076
1091
|
Optional[list[int]],
|
|
1077
1092
|
None,
|
|
@@ -1582,11 +1597,21 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
1582
1597
|
None,
|
|
1583
1598
|
]
|
|
1584
1599
|
|
|
1600
|
+
GenerateCroagunkItems: Symbol[
|
|
1601
|
+
Optional[list[int]],
|
|
1602
|
+
None,
|
|
1603
|
+
]
|
|
1604
|
+
|
|
1585
1605
|
GetSynthItem: Symbol[
|
|
1586
1606
|
Optional[list[int]],
|
|
1587
1607
|
None,
|
|
1588
1608
|
]
|
|
1589
1609
|
|
|
1610
|
+
GetValidSynthsForSpecies: Symbol[
|
|
1611
|
+
Optional[list[int]],
|
|
1612
|
+
None,
|
|
1613
|
+
]
|
|
1614
|
+
|
|
1590
1615
|
LoadWazaP: Symbol[
|
|
1591
1616
|
Optional[list[int]],
|
|
1592
1617
|
None,
|
|
@@ -1717,7 +1742,7 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
1717
1742
|
None,
|
|
1718
1743
|
]
|
|
1719
1744
|
|
|
1720
|
-
|
|
1745
|
+
IsUsableWhileTaunted: Symbol[
|
|
1721
1746
|
Optional[list[int]],
|
|
1722
1747
|
None,
|
|
1723
1748
|
]
|
|
@@ -1962,6 +1987,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
1962
1987
|
None,
|
|
1963
1988
|
]
|
|
1964
1989
|
|
|
1990
|
+
PlaySeByIdVolumeWrapper: Symbol[
|
|
1991
|
+
Optional[list[int]],
|
|
1992
|
+
None,
|
|
1993
|
+
]
|
|
1994
|
+
|
|
1965
1995
|
PlaySeVolumeWrapper: Symbol[
|
|
1966
1996
|
Optional[list[int]],
|
|
1967
1997
|
None,
|
|
@@ -1982,6 +2012,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
1982
2012
|
None,
|
|
1983
2013
|
]
|
|
1984
2014
|
|
|
2015
|
+
PlayMeById: Symbol[
|
|
2016
|
+
Optional[list[int]],
|
|
2017
|
+
None,
|
|
2018
|
+
]
|
|
2019
|
+
|
|
1985
2020
|
PlaySeByIdVolume: Symbol[
|
|
1986
2021
|
Optional[list[int]],
|
|
1987
2022
|
None,
|
|
@@ -2472,11 +2507,26 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
2472
2507
|
None,
|
|
2473
2508
|
]
|
|
2474
2509
|
|
|
2510
|
+
GetSize0x80Buffer: Symbol[
|
|
2511
|
+
Optional[list[int]],
|
|
2512
|
+
None,
|
|
2513
|
+
]
|
|
2514
|
+
|
|
2515
|
+
GetSize0x80Buffer2: Symbol[
|
|
2516
|
+
Optional[list[int]],
|
|
2517
|
+
None,
|
|
2518
|
+
]
|
|
2519
|
+
|
|
2475
2520
|
GetDungeonResultString: Symbol[
|
|
2476
2521
|
Optional[list[int]],
|
|
2477
2522
|
None,
|
|
2478
2523
|
]
|
|
2479
2524
|
|
|
2525
|
+
SubstitutePlaceholderItemTags: Symbol[
|
|
2526
|
+
Optional[list[int]],
|
|
2527
|
+
None,
|
|
2528
|
+
]
|
|
2529
|
+
|
|
2480
2530
|
SetQuestionMarks: Symbol[
|
|
2481
2531
|
Optional[list[int]],
|
|
2482
2532
|
None,
|
|
@@ -2727,6 +2777,16 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
2727
2777
|
None,
|
|
2728
2778
|
]
|
|
2729
2779
|
|
|
2780
|
+
GetWindowIdSelectedItemOnPage: Symbol[
|
|
2781
|
+
Optional[list[int]],
|
|
2782
|
+
None,
|
|
2783
|
+
]
|
|
2784
|
+
|
|
2785
|
+
GetSimpleMenuResult: Symbol[
|
|
2786
|
+
Optional[list[int]],
|
|
2787
|
+
None,
|
|
2788
|
+
]
|
|
2789
|
+
|
|
2730
2790
|
UpdateParentMenu: Symbol[
|
|
2731
2791
|
Optional[list[int]],
|
|
2732
2792
|
None,
|
|
@@ -2772,11 +2832,6 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
2772
2832
|
None,
|
|
2773
2833
|
]
|
|
2774
2834
|
|
|
2775
|
-
GetSimpleMenuResult: Symbol[
|
|
2776
|
-
Optional[list[int]],
|
|
2777
|
-
None,
|
|
2778
|
-
]
|
|
2779
|
-
|
|
2780
2835
|
UpdateSimpleMenu: Symbol[
|
|
2781
2836
|
Optional[list[int]],
|
|
2782
2837
|
None,
|
|
@@ -2827,6 +2882,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
2827
2882
|
None,
|
|
2828
2883
|
]
|
|
2829
2884
|
|
|
2885
|
+
DrawAdvancedMenu: Symbol[
|
|
2886
|
+
Optional[list[int]],
|
|
2887
|
+
None,
|
|
2888
|
+
]
|
|
2889
|
+
|
|
2830
2890
|
CreateCollectionMenu: Symbol[
|
|
2831
2891
|
Optional[list[int]],
|
|
2832
2892
|
None,
|
|
@@ -3137,6 +3197,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
3137
3197
|
None,
|
|
3138
3198
|
]
|
|
3139
3199
|
|
|
3200
|
+
AddMessageToAlertBox: Symbol[
|
|
3201
|
+
Optional[list[int]],
|
|
3202
|
+
None,
|
|
3203
|
+
]
|
|
3204
|
+
|
|
3140
3205
|
IsAlertBoxActive: Symbol[
|
|
3141
3206
|
Optional[list[int]],
|
|
3142
3207
|
None,
|
|
@@ -3197,6 +3262,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
3197
3262
|
None,
|
|
3198
3263
|
]
|
|
3199
3264
|
|
|
3265
|
+
GetWindowIdPageStart: Symbol[
|
|
3266
|
+
Optional[list[int]],
|
|
3267
|
+
None,
|
|
3268
|
+
]
|
|
3269
|
+
|
|
3200
3270
|
GetAdvancedTextBoxFlags2: Symbol[
|
|
3201
3271
|
Optional[list[int]],
|
|
3202
3272
|
None,
|
|
@@ -3262,6 +3332,51 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
3262
3332
|
None,
|
|
3263
3333
|
]
|
|
3264
3334
|
|
|
3335
|
+
GetSelectedItemOnPage: Symbol[
|
|
3336
|
+
Optional[list[int]],
|
|
3337
|
+
None,
|
|
3338
|
+
]
|
|
3339
|
+
|
|
3340
|
+
GetCurrentPage: Symbol[
|
|
3341
|
+
Optional[list[int]],
|
|
3342
|
+
None,
|
|
3343
|
+
]
|
|
3344
|
+
|
|
3345
|
+
GetPageStart: Symbol[
|
|
3346
|
+
Optional[list[int]],
|
|
3347
|
+
None,
|
|
3348
|
+
]
|
|
3349
|
+
|
|
3350
|
+
GetSelectedMenuItemIdx: Symbol[
|
|
3351
|
+
Optional[list[int]],
|
|
3352
|
+
None,
|
|
3353
|
+
]
|
|
3354
|
+
|
|
3355
|
+
GetTotalNumMenuItems: Symbol[
|
|
3356
|
+
Optional[list[int]],
|
|
3357
|
+
None,
|
|
3358
|
+
]
|
|
3359
|
+
|
|
3360
|
+
GetNumItemsOnPage: Symbol[
|
|
3361
|
+
Optional[list[int]],
|
|
3362
|
+
None,
|
|
3363
|
+
]
|
|
3364
|
+
|
|
3365
|
+
GetMaxItemsOnPage: Symbol[
|
|
3366
|
+
Optional[list[int]],
|
|
3367
|
+
None,
|
|
3368
|
+
]
|
|
3369
|
+
|
|
3370
|
+
GetTotalNumPages: Symbol[
|
|
3371
|
+
Optional[list[int]],
|
|
3372
|
+
None,
|
|
3373
|
+
]
|
|
3374
|
+
|
|
3375
|
+
GetPageItemYOffset: Symbol[
|
|
3376
|
+
Optional[list[int]],
|
|
3377
|
+
None,
|
|
3378
|
+
]
|
|
3379
|
+
|
|
3265
3380
|
PlayWindowInputSound: Symbol[
|
|
3266
3381
|
Optional[list[int]],
|
|
3267
3382
|
None,
|
|
@@ -3272,6 +3387,36 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
3272
3387
|
None,
|
|
3273
3388
|
]
|
|
3274
3389
|
|
|
3390
|
+
OverlayLoadEntriesEqual: Symbol[
|
|
3391
|
+
Optional[list[int]],
|
|
3392
|
+
None,
|
|
3393
|
+
]
|
|
3394
|
+
|
|
3395
|
+
FreeActiveMenu: Symbol[
|
|
3396
|
+
Optional[list[int]],
|
|
3397
|
+
None,
|
|
3398
|
+
]
|
|
3399
|
+
|
|
3400
|
+
InitMenu: Symbol[
|
|
3401
|
+
Optional[list[int]],
|
|
3402
|
+
None,
|
|
3403
|
+
]
|
|
3404
|
+
|
|
3405
|
+
InitMenuWithWindowExtraInfo: Symbol[
|
|
3406
|
+
Optional[list[int]],
|
|
3407
|
+
None,
|
|
3408
|
+
]
|
|
3409
|
+
|
|
3410
|
+
CopyMenuControlWindowExtraInfo: Symbol[
|
|
3411
|
+
Optional[list[int]],
|
|
3412
|
+
None,
|
|
3413
|
+
]
|
|
3414
|
+
|
|
3415
|
+
HandleMenus: Symbol[
|
|
3416
|
+
Optional[list[int]],
|
|
3417
|
+
None,
|
|
3418
|
+
]
|
|
3419
|
+
|
|
3275
3420
|
SetupAndShowKeyboard: Symbol[
|
|
3276
3421
|
Optional[list[int]],
|
|
3277
3422
|
None,
|
|
@@ -3307,6 +3452,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
3307
3452
|
None,
|
|
3308
3453
|
]
|
|
3309
3454
|
|
|
3455
|
+
GetCheckIqMenuSkillString: Symbol[
|
|
3456
|
+
Optional[list[int]],
|
|
3457
|
+
None,
|
|
3458
|
+
]
|
|
3459
|
+
|
|
3310
3460
|
GetNotifyNote: Symbol[
|
|
3311
3461
|
Optional[list[int]],
|
|
3312
3462
|
None,
|
|
@@ -3457,6 +3607,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
3457
3607
|
None,
|
|
3458
3608
|
]
|
|
3459
3609
|
|
|
3610
|
+
LoadScriptVariableValueString: Symbol[
|
|
3611
|
+
Optional[list[int]],
|
|
3612
|
+
None,
|
|
3613
|
+
]
|
|
3614
|
+
|
|
3460
3615
|
SaveScriptVariableValueBytes: Symbol[
|
|
3461
3616
|
Optional[list[int]],
|
|
3462
3617
|
None,
|
|
@@ -3467,6 +3622,46 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
3467
3622
|
None,
|
|
3468
3623
|
]
|
|
3469
3624
|
|
|
3625
|
+
CalcScriptVariables: Symbol[
|
|
3626
|
+
Optional[list[int]],
|
|
3627
|
+
None,
|
|
3628
|
+
]
|
|
3629
|
+
|
|
3630
|
+
CompareScriptVariables: Symbol[
|
|
3631
|
+
Optional[list[int]],
|
|
3632
|
+
None,
|
|
3633
|
+
]
|
|
3634
|
+
|
|
3635
|
+
CalcScriptVariablesVeneer: Symbol[
|
|
3636
|
+
Optional[list[int]],
|
|
3637
|
+
None,
|
|
3638
|
+
]
|
|
3639
|
+
|
|
3640
|
+
CalcAndUpdateScriptVarWithOtherValue: Symbol[
|
|
3641
|
+
Optional[list[int]],
|
|
3642
|
+
None,
|
|
3643
|
+
]
|
|
3644
|
+
|
|
3645
|
+
CalcAndUpdateScriptVarWithOtherScriptVar: Symbol[
|
|
3646
|
+
Optional[list[int]],
|
|
3647
|
+
None,
|
|
3648
|
+
]
|
|
3649
|
+
|
|
3650
|
+
CompareScriptVariablesVeneer: Symbol[
|
|
3651
|
+
Optional[list[int]],
|
|
3652
|
+
None,
|
|
3653
|
+
]
|
|
3654
|
+
|
|
3655
|
+
LoadAndCompareScriptVarAndValue: Symbol[
|
|
3656
|
+
Optional[list[int]],
|
|
3657
|
+
None,
|
|
3658
|
+
]
|
|
3659
|
+
|
|
3660
|
+
LoadAndCompareScriptVars: Symbol[
|
|
3661
|
+
Optional[list[int]],
|
|
3662
|
+
None,
|
|
3663
|
+
]
|
|
3664
|
+
|
|
3470
3665
|
EventFlagResume: Symbol[
|
|
3471
3666
|
Optional[list[int]],
|
|
3472
3667
|
None,
|
|
@@ -3722,6 +3917,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
3722
3917
|
None,
|
|
3723
3918
|
]
|
|
3724
3919
|
|
|
3920
|
+
TilesetSecondaryTerrainIsChasm: Symbol[
|
|
3921
|
+
Optional[list[int]],
|
|
3922
|
+
None,
|
|
3923
|
+
]
|
|
3924
|
+
|
|
3725
3925
|
GetNbFloors: Symbol[
|
|
3726
3926
|
Optional[list[int]],
|
|
3727
3927
|
None,
|
|
@@ -5092,7 +5292,12 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
5092
5292
|
None,
|
|
5093
5293
|
]
|
|
5094
5294
|
|
|
5095
|
-
|
|
5295
|
+
GetScriptEntityMonsterId: Symbol[
|
|
5296
|
+
Optional[list[int]],
|
|
5297
|
+
None,
|
|
5298
|
+
]
|
|
5299
|
+
|
|
5300
|
+
GetScriptEntityMatchingStorageId: Symbol[
|
|
5096
5301
|
Optional[list[int]],
|
|
5097
5302
|
None,
|
|
5098
5303
|
]
|
|
@@ -5225,6 +5430,11 @@ class Arm9DataProtocol(Protocol):
|
|
|
5225
5430
|
Optional[int],
|
|
5226
5431
|
]
|
|
5227
5432
|
|
|
5433
|
+
SINE_VALUE_TABLE: Symbol[
|
|
5434
|
+
Optional[list[int]],
|
|
5435
|
+
Optional[int],
|
|
5436
|
+
]
|
|
5437
|
+
|
|
5228
5438
|
NATURAL_LOG_VALUE_TABLE: Symbol[
|
|
5229
5439
|
Optional[list[int]],
|
|
5230
5440
|
Optional[int],
|
|
@@ -5315,7 +5525,7 @@ class Arm9DataProtocol(Protocol):
|
|
|
5315
5525
|
Optional[int],
|
|
5316
5526
|
]
|
|
5317
5527
|
|
|
5318
|
-
|
|
5528
|
+
BABY_EXCLUSIVE_ITEM_PAIRS: Symbol[
|
|
5319
5529
|
Optional[list[int]],
|
|
5320
5530
|
Optional[int],
|
|
5321
5531
|
]
|
|
@@ -5465,16 +5675,46 @@ class Arm9DataProtocol(Protocol):
|
|
|
5465
5675
|
Optional[int],
|
|
5466
5676
|
]
|
|
5467
5677
|
|
|
5678
|
+
NULL_OVERLAY_LOAD_ENTRY: Symbol[
|
|
5679
|
+
Optional[list[int]],
|
|
5680
|
+
Optional[int],
|
|
5681
|
+
]
|
|
5682
|
+
|
|
5468
5683
|
PARTNER_TALK_KIND_TABLE: Symbol[
|
|
5469
5684
|
Optional[list[int]],
|
|
5470
5685
|
Optional[int],
|
|
5471
5686
|
]
|
|
5472
5687
|
|
|
5688
|
+
EVENT_FLAG_PROG_POS_INFO_CALC_SCRIPT_VARIABLES: Symbol[
|
|
5689
|
+
Optional[list[int]],
|
|
5690
|
+
Optional[int],
|
|
5691
|
+
]
|
|
5692
|
+
|
|
5693
|
+
EVENT_FLAG_PROG_POS_INFO_COMPARE_SCRIPT_VARIABLES: Symbol[
|
|
5694
|
+
Optional[list[int]],
|
|
5695
|
+
Optional[int],
|
|
5696
|
+
]
|
|
5697
|
+
|
|
5698
|
+
EVENT_FLAG_FILE_NAME: Symbol[
|
|
5699
|
+
Optional[list[int]],
|
|
5700
|
+
Optional[int],
|
|
5701
|
+
]
|
|
5702
|
+
|
|
5473
5703
|
SCRIPT_VARS_LOCALS: Symbol[
|
|
5474
5704
|
Optional[list[int]],
|
|
5475
5705
|
Optional[int],
|
|
5476
5706
|
]
|
|
5477
5707
|
|
|
5708
|
+
EVENT_FLAG_CALC_SCRIPT_VARIABLES_ERROR: Symbol[
|
|
5709
|
+
Optional[list[int]],
|
|
5710
|
+
Optional[int],
|
|
5711
|
+
]
|
|
5712
|
+
|
|
5713
|
+
EVENT_FLAG_COMPARE_SCRIPT_VARIABLES_ERROR: Symbol[
|
|
5714
|
+
Optional[list[int]],
|
|
5715
|
+
Optional[int],
|
|
5716
|
+
]
|
|
5717
|
+
|
|
5478
5718
|
SCRIPT_VARS: Symbol[
|
|
5479
5719
|
Optional[list[int]],
|
|
5480
5720
|
Optional[int],
|
|
@@ -5720,6 +5960,11 @@ class Arm9DataProtocol(Protocol):
|
|
|
5720
5960
|
Optional[int],
|
|
5721
5961
|
]
|
|
5722
5962
|
|
|
5963
|
+
TACTICS_FOLLOW_LEADER: Symbol[
|
|
5964
|
+
Optional[list[int]],
|
|
5965
|
+
Optional[int],
|
|
5966
|
+
]
|
|
5967
|
+
|
|
5723
5968
|
FORBIDDEN_FORGOT_MOVE_LIST: Symbol[
|
|
5724
5969
|
Optional[list[int]],
|
|
5725
5970
|
Optional[int],
|
|
@@ -6165,6 +6410,11 @@ class Arm9DataProtocol(Protocol):
|
|
|
6165
6410
|
Optional[int],
|
|
6166
6411
|
]
|
|
6167
6412
|
|
|
6413
|
+
MENU_CONTROL_PTR: Symbol[
|
|
6414
|
+
Optional[list[int]],
|
|
6415
|
+
Optional[int],
|
|
6416
|
+
]
|
|
6417
|
+
|
|
6168
6418
|
KEYBOARD_STRING_IDS: Symbol[
|
|
6169
6419
|
Optional[list[int]],
|
|
6170
6420
|
Optional[int],
|
|
@@ -8368,6 +8618,11 @@ class LibsFunctionsProtocol(Protocol):
|
|
|
8368
8618
|
None,
|
|
8369
8619
|
]
|
|
8370
8620
|
|
|
8621
|
+
PM_ForceToPowerOff: Symbol[
|
|
8622
|
+
Optional[list[int]],
|
|
8623
|
+
None,
|
|
8624
|
+
]
|
|
8625
|
+
|
|
8371
8626
|
abs: Symbol[
|
|
8372
8627
|
Optional[list[int]],
|
|
8373
8628
|
None,
|
|
@@ -8553,7 +8808,7 @@ class LibsFunctionsProtocol(Protocol):
|
|
|
8553
8808
|
None,
|
|
8554
8809
|
]
|
|
8555
8810
|
|
|
8556
|
-
|
|
8811
|
+
_dgr: Symbol[
|
|
8557
8812
|
Optional[list[int]],
|
|
8558
8813
|
None,
|
|
8559
8814
|
]
|
|
@@ -10590,11 +10845,21 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10590
10845
|
Optional[int],
|
|
10591
10846
|
]
|
|
10592
10847
|
|
|
10848
|
+
FIERY_DRUM_RECRUIT_BOOST: Symbol[
|
|
10849
|
+
Optional[list[int]],
|
|
10850
|
+
Optional[int],
|
|
10851
|
+
]
|
|
10852
|
+
|
|
10593
10853
|
BAD_POISON_DAMAGE_COOLDOWN: Symbol[
|
|
10594
10854
|
Optional[list[int]],
|
|
10595
10855
|
Optional[int],
|
|
10596
10856
|
]
|
|
10597
10857
|
|
|
10858
|
+
ICY_FLUTE_RECRUIT_BOOST: Symbol[
|
|
10859
|
+
Optional[list[int]],
|
|
10860
|
+
Optional[int],
|
|
10861
|
+
]
|
|
10862
|
+
|
|
10598
10863
|
PROTEIN_STAT_BOOST: Symbol[
|
|
10599
10864
|
Optional[list[int]],
|
|
10600
10865
|
Optional[int],
|
|
@@ -10620,6 +10885,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10620
10885
|
Optional[int],
|
|
10621
10886
|
]
|
|
10622
10887
|
|
|
10888
|
+
GOLDEN_MASK_RECRUIT_BOOST: Symbol[
|
|
10889
|
+
Optional[list[int]],
|
|
10890
|
+
Optional[int],
|
|
10891
|
+
]
|
|
10892
|
+
|
|
10623
10893
|
IRON_TAIL_LOWER_DEFENSE_CHANCE: Symbol[
|
|
10624
10894
|
Optional[list[int]],
|
|
10625
10895
|
Optional[int],
|
|
@@ -10645,6 +10915,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10645
10915
|
Optional[int],
|
|
10646
10916
|
]
|
|
10647
10917
|
|
|
10918
|
+
HURL_DAMAGE: Symbol[
|
|
10919
|
+
Optional[list[int]],
|
|
10920
|
+
Optional[int],
|
|
10921
|
+
]
|
|
10922
|
+
|
|
10648
10923
|
TRAP_BUSTER_ACTIVATION_CHANCE: Symbol[
|
|
10649
10924
|
Optional[list[int]],
|
|
10650
10925
|
Optional[int],
|
|
@@ -10665,6 +10940,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10665
10940
|
Optional[int],
|
|
10666
10941
|
]
|
|
10667
10942
|
|
|
10943
|
+
AMBER_TEAR_RECRUIT_BOOST: Symbol[
|
|
10944
|
+
Optional[list[int]],
|
|
10945
|
+
Optional[int],
|
|
10946
|
+
]
|
|
10947
|
+
|
|
10668
10948
|
MUDDY_WATER_LOWER_ACCURACY_CHANCE: Symbol[
|
|
10669
10949
|
Optional[list[int]],
|
|
10670
10950
|
Optional[int],
|
|
@@ -10725,6 +11005,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10725
11005
|
Optional[int],
|
|
10726
11006
|
]
|
|
10727
11007
|
|
|
11008
|
+
CURSE_DAMAGE_COOLDOWN: Symbol[
|
|
11009
|
+
Optional[list[int]],
|
|
11010
|
+
Optional[int],
|
|
11011
|
+
]
|
|
11012
|
+
|
|
10728
11013
|
STEEL_WING_BOOST_DEFENSE_CHANCE: Symbol[
|
|
10729
11014
|
Optional[list[int]],
|
|
10730
11015
|
Optional[int],
|
|
@@ -10755,6 +11040,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10755
11040
|
Optional[int],
|
|
10756
11041
|
]
|
|
10757
11042
|
|
|
11043
|
+
PITFALL_TRAP_DAMAGE: Symbol[
|
|
11044
|
+
Optional[list[int]],
|
|
11045
|
+
Optional[int],
|
|
11046
|
+
]
|
|
11047
|
+
|
|
10758
11048
|
CHARGE_BEAM_BOOST_SPECIAL_ATTACK_CHANCE: Symbol[
|
|
10759
11049
|
Optional[list[int]],
|
|
10760
11050
|
Optional[int],
|
|
@@ -10770,6 +11060,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10770
11060
|
Optional[int],
|
|
10771
11061
|
]
|
|
10772
11062
|
|
|
11063
|
+
FRIEND_BOW_FAST_FRIEND_BOOST: Symbol[
|
|
11064
|
+
Optional[list[int]],
|
|
11065
|
+
Optional[int],
|
|
11066
|
+
]
|
|
11067
|
+
|
|
10773
11068
|
OCTAZOOKA_LOWER_ACCURACY_CHANCE: Symbol[
|
|
10774
11069
|
Optional[list[int]],
|
|
10775
11070
|
Optional[int],
|
|
@@ -10800,6 +11095,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10800
11095
|
Optional[int],
|
|
10801
11096
|
]
|
|
10802
11097
|
|
|
11098
|
+
CUTE_CHARM_INFATUATE_CHANCE: Symbol[
|
|
11099
|
+
Optional[list[int]],
|
|
11100
|
+
Optional[int],
|
|
11101
|
+
]
|
|
11102
|
+
|
|
10803
11103
|
LICK_PARALYZE_CHANCE: Symbol[
|
|
10804
11104
|
Optional[list[int]],
|
|
10805
11105
|
Optional[int],
|
|
@@ -10880,6 +11180,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10880
11180
|
Optional[int],
|
|
10881
11181
|
]
|
|
10882
11182
|
|
|
11183
|
+
INGRAIN_BONUS_REGEN: Symbol[
|
|
11184
|
+
Optional[list[int]],
|
|
11185
|
+
Optional[int],
|
|
11186
|
+
]
|
|
11187
|
+
|
|
10883
11188
|
AFTERMATH_CHANCE: Symbol[
|
|
10884
11189
|
Optional[list[int]],
|
|
10885
11190
|
Optional[int],
|
|
@@ -10895,12 +11200,27 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10895
11200
|
Optional[int],
|
|
10896
11201
|
]
|
|
10897
11202
|
|
|
10898
|
-
|
|
11203
|
+
WRAP_DAMAGE: Symbol[
|
|
10899
11204
|
Optional[list[int]],
|
|
10900
11205
|
Optional[int],
|
|
10901
11206
|
]
|
|
10902
11207
|
|
|
10903
|
-
|
|
11208
|
+
TYPE_ADVANTAGE_MASTER_CRIT_RATE: Symbol[
|
|
11209
|
+
Optional[list[int]],
|
|
11210
|
+
Optional[int],
|
|
11211
|
+
]
|
|
11212
|
+
|
|
11213
|
+
INGRAIN_BONUS_REGEN_COOLDOWN: Symbol[
|
|
11214
|
+
Optional[list[int]],
|
|
11215
|
+
Optional[int],
|
|
11216
|
+
]
|
|
11217
|
+
|
|
11218
|
+
ORAN_BERRY_HP_RESTORATION: Symbol[
|
|
11219
|
+
Optional[list[int]],
|
|
11220
|
+
Optional[int],
|
|
11221
|
+
]
|
|
11222
|
+
|
|
11223
|
+
WRAP_DAMAGE_COOLDOWN: Symbol[
|
|
10904
11224
|
Optional[list[int]],
|
|
10905
11225
|
Optional[int],
|
|
10906
11226
|
]
|
|
@@ -10940,6 +11260,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10940
11260
|
Optional[int],
|
|
10941
11261
|
]
|
|
10942
11262
|
|
|
11263
|
+
AQUA_RING_BONUS_REGEN: Symbol[
|
|
11264
|
+
Optional[list[int]],
|
|
11265
|
+
Optional[int],
|
|
11266
|
+
]
|
|
11267
|
+
|
|
10943
11268
|
BUBBLE_LOWER_SPEED_CHANCE: Symbol[
|
|
10944
11269
|
Optional[list[int]],
|
|
10945
11270
|
Optional[int],
|
|
@@ -10970,6 +11295,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10970
11295
|
Optional[int],
|
|
10971
11296
|
]
|
|
10972
11297
|
|
|
11298
|
+
CHATOT_SCARF_BOUNCE_CHANCE: Symbol[
|
|
11299
|
+
Optional[list[int]],
|
|
11300
|
+
Optional[int],
|
|
11301
|
+
]
|
|
11302
|
+
|
|
10973
11303
|
WEATHER_MOVE_TURN_COUNT: Symbol[
|
|
10974
11304
|
Optional[list[int]],
|
|
10975
11305
|
Optional[int],
|
|
@@ -11130,6 +11460,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
11130
11460
|
Optional[int],
|
|
11131
11461
|
]
|
|
11132
11462
|
|
|
11463
|
+
BAD_WEATHER_DAMAGE: Symbol[
|
|
11464
|
+
Optional[list[int]],
|
|
11465
|
+
Optional[int],
|
|
11466
|
+
]
|
|
11467
|
+
|
|
11133
11468
|
SCOPE_LENS_CRIT_RATE_BOOST: Symbol[
|
|
11134
11469
|
Optional[list[int]],
|
|
11135
11470
|
Optional[int],
|
|
@@ -11140,6 +11475,31 @@ class Overlay10DataProtocol(Protocol):
|
|
|
11140
11475
|
Optional[int],
|
|
11141
11476
|
]
|
|
11142
11477
|
|
|
11478
|
+
SKY_MELODICA_RECRUIT_BOOST: Symbol[
|
|
11479
|
+
Optional[list[int]],
|
|
11480
|
+
Optional[int],
|
|
11481
|
+
]
|
|
11482
|
+
|
|
11483
|
+
GRASS_CORNET_RECRUIT_BOOST: Symbol[
|
|
11484
|
+
Optional[list[int]],
|
|
11485
|
+
Optional[int],
|
|
11486
|
+
]
|
|
11487
|
+
|
|
11488
|
+
ROCK_HORN_RECRUIT_BOOST: Symbol[
|
|
11489
|
+
Optional[list[int]],
|
|
11490
|
+
Optional[int],
|
|
11491
|
+
]
|
|
11492
|
+
|
|
11493
|
+
AQUA_MONICA_RECRUIT_BOOST: Symbol[
|
|
11494
|
+
Optional[list[int]],
|
|
11495
|
+
Optional[int],
|
|
11496
|
+
]
|
|
11497
|
+
|
|
11498
|
+
TERRA_CYMBAL_RECRUIT_BOOST: Symbol[
|
|
11499
|
+
Optional[list[int]],
|
|
11500
|
+
Optional[int],
|
|
11501
|
+
]
|
|
11502
|
+
|
|
11143
11503
|
ME_FIRST_MULTIPLIER: Symbol[
|
|
11144
11504
|
Optional[list[int]],
|
|
11145
11505
|
Optional[int],
|
|
@@ -11165,6 +11525,36 @@ class Overlay10DataProtocol(Protocol):
|
|
|
11165
11525
|
Optional[int],
|
|
11166
11526
|
]
|
|
11167
11527
|
|
|
11528
|
+
SLEEPLESSNESS_TURN_RANGE: Symbol[
|
|
11529
|
+
Optional[list[int]],
|
|
11530
|
+
Optional[int],
|
|
11531
|
+
]
|
|
11532
|
+
|
|
11533
|
+
REFLECT_TURN_RANGE: Symbol[
|
|
11534
|
+
Optional[list[int]],
|
|
11535
|
+
Optional[int],
|
|
11536
|
+
]
|
|
11537
|
+
|
|
11538
|
+
LIGHT_SCREEN_TURN_RANGE: Symbol[
|
|
11539
|
+
Optional[list[int]],
|
|
11540
|
+
Optional[int],
|
|
11541
|
+
]
|
|
11542
|
+
|
|
11543
|
+
SAFEGUARD_TURN_RANGE: Symbol[
|
|
11544
|
+
Optional[list[int]],
|
|
11545
|
+
Optional[int],
|
|
11546
|
+
]
|
|
11547
|
+
|
|
11548
|
+
MIST_TURN_RANGE: Symbol[
|
|
11549
|
+
Optional[list[int]],
|
|
11550
|
+
Optional[int],
|
|
11551
|
+
]
|
|
11552
|
+
|
|
11553
|
+
MAGIC_COAT_TURN_RANGE: Symbol[
|
|
11554
|
+
Optional[list[int]],
|
|
11555
|
+
Optional[int],
|
|
11556
|
+
]
|
|
11557
|
+
|
|
11168
11558
|
BURN_DAMAGE_MULTIPLIER: Symbol[
|
|
11169
11559
|
Optional[list[int]],
|
|
11170
11560
|
Optional[int],
|
|
@@ -11180,11 +11570,21 @@ class Overlay10DataProtocol(Protocol):
|
|
|
11180
11570
|
Optional[int],
|
|
11181
11571
|
]
|
|
11182
11572
|
|
|
11573
|
+
SET_REFLECT_STATUS_TURN_RANGE: Symbol[
|
|
11574
|
+
Optional[list[int]],
|
|
11575
|
+
Optional[int],
|
|
11576
|
+
]
|
|
11577
|
+
|
|
11183
11578
|
MATCHUP_IMMUNE_MULTIPLIER: Symbol[
|
|
11184
11579
|
Optional[list[int]],
|
|
11185
11580
|
Optional[int],
|
|
11186
11581
|
]
|
|
11187
11582
|
|
|
11583
|
+
GASTRO_ACID_TURN_RANGE: Symbol[
|
|
11584
|
+
Optional[list[int]],
|
|
11585
|
+
Optional[int],
|
|
11586
|
+
]
|
|
11587
|
+
|
|
11188
11588
|
SPORT_CONDITION_TURN_RANGE: Symbol[
|
|
11189
11589
|
Optional[list[int]],
|
|
11190
11590
|
Optional[int],
|
|
@@ -11200,6 +11600,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
11200
11600
|
Optional[int],
|
|
11201
11601
|
]
|
|
11202
11602
|
|
|
11603
|
+
DECOY_TURN_RANGE: Symbol[
|
|
11604
|
+
Optional[list[int]],
|
|
11605
|
+
Optional[int],
|
|
11606
|
+
]
|
|
11607
|
+
|
|
11203
11608
|
TINTED_LENS_MULTIPLIER: Symbol[
|
|
11204
11609
|
Optional[list[int]],
|
|
11205
11610
|
Optional[int],
|
|
@@ -11275,6 +11680,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
11275
11680
|
Optional[int],
|
|
11276
11681
|
]
|
|
11277
11682
|
|
|
11683
|
+
MIRROR_MOVE_TURN_RANGE: Symbol[
|
|
11684
|
+
Optional[list[int]],
|
|
11685
|
+
Optional[int],
|
|
11686
|
+
]
|
|
11687
|
+
|
|
11278
11688
|
AIR_BLADE_DAMAGE_MULTIPLIER: Symbol[
|
|
11279
11689
|
Optional[list[int]],
|
|
11280
11690
|
Optional[int],
|
|
@@ -11295,11 +11705,26 @@ class Overlay10DataProtocol(Protocol):
|
|
|
11295
11705
|
Optional[int],
|
|
11296
11706
|
]
|
|
11297
11707
|
|
|
11708
|
+
CRINGE_TURN_RANGE: Symbol[
|
|
11709
|
+
Optional[list[int]],
|
|
11710
|
+
Optional[int],
|
|
11711
|
+
]
|
|
11712
|
+
|
|
11298
11713
|
SPEED_BOOST_TURN_RANGE: Symbol[
|
|
11299
11714
|
Optional[list[int]],
|
|
11300
11715
|
Optional[int],
|
|
11301
11716
|
]
|
|
11302
11717
|
|
|
11718
|
+
SPEED_LOWER_TURN_RANGE: Symbol[
|
|
11719
|
+
Optional[list[int]],
|
|
11720
|
+
None,
|
|
11721
|
+
]
|
|
11722
|
+
|
|
11723
|
+
PARALYSIS_TURN_RANGE: Symbol[
|
|
11724
|
+
Optional[list[int]],
|
|
11725
|
+
None,
|
|
11726
|
+
]
|
|
11727
|
+
|
|
11303
11728
|
SOLARBEAM_DAMAGE_MULTIPLIER: Symbol[
|
|
11304
11729
|
Optional[list[int]],
|
|
11305
11730
|
Optional[int],
|
|
@@ -11720,6 +12145,21 @@ class Overlay11FunctionsProtocol(Protocol):
|
|
|
11720
12145
|
None,
|
|
11721
12146
|
]
|
|
11722
12147
|
|
|
12148
|
+
GroundBgInit: Symbol[
|
|
12149
|
+
Optional[list[int]],
|
|
12150
|
+
None,
|
|
12151
|
+
]
|
|
12152
|
+
|
|
12153
|
+
GroundBgFreeAll: Symbol[
|
|
12154
|
+
Optional[list[int]],
|
|
12155
|
+
None,
|
|
12156
|
+
]
|
|
12157
|
+
|
|
12158
|
+
GroundBgCloseOpenedFiles: Symbol[
|
|
12159
|
+
Optional[list[int]],
|
|
12160
|
+
None,
|
|
12161
|
+
]
|
|
12162
|
+
|
|
11723
12163
|
LoadMapType10: Symbol[
|
|
11724
12164
|
Optional[list[int]],
|
|
11725
12165
|
None,
|
|
@@ -11730,6 +12170,11 @@ class Overlay11FunctionsProtocol(Protocol):
|
|
|
11730
12170
|
None,
|
|
11731
12171
|
]
|
|
11732
12172
|
|
|
12173
|
+
BmaLayerNrlDecompressor: Symbol[
|
|
12174
|
+
Optional[list[int]],
|
|
12175
|
+
None,
|
|
12176
|
+
]
|
|
12177
|
+
|
|
11733
12178
|
GetSpecialLayoutBackground: Symbol[
|
|
11734
12179
|
Optional[list[int]],
|
|
11735
12180
|
None,
|
|
@@ -12235,6 +12680,11 @@ class Overlay11FunctionsProtocol(Protocol):
|
|
|
12235
12680
|
None,
|
|
12236
12681
|
]
|
|
12237
12682
|
|
|
12683
|
+
SwapShopInventoryManager: Symbol[
|
|
12684
|
+
Optional[list[int]],
|
|
12685
|
+
None,
|
|
12686
|
+
]
|
|
12687
|
+
|
|
12238
12688
|
HandleControlsTopScreenGround: Symbol[
|
|
12239
12689
|
Optional[list[int]],
|
|
12240
12690
|
None,
|
|
@@ -12333,6 +12783,11 @@ class Overlay11DataProtocol(Protocol):
|
|
|
12333
12783
|
Optional[int],
|
|
12334
12784
|
]
|
|
12335
12785
|
|
|
12786
|
+
POSITION_ZERO: Symbol[
|
|
12787
|
+
Optional[list[int]],
|
|
12788
|
+
Optional[int],
|
|
12789
|
+
]
|
|
12790
|
+
|
|
12336
12791
|
LEVEL_TILEMAP_LIST: Symbol[
|
|
12337
12792
|
Optional[list[int]],
|
|
12338
12793
|
Optional[int],
|
|
@@ -12388,6 +12843,11 @@ class Overlay11DataProtocol(Protocol):
|
|
|
12388
12843
|
Optional[int],
|
|
12389
12844
|
]
|
|
12390
12845
|
|
|
12846
|
+
SWAP_SHOP_INVENTORY_PTRS: Symbol[
|
|
12847
|
+
Optional[list[int]],
|
|
12848
|
+
Optional[int],
|
|
12849
|
+
]
|
|
12850
|
+
|
|
12391
12851
|
WORLD_MAP_MODE: Symbol[
|
|
12392
12852
|
Optional[list[int]],
|
|
12393
12853
|
Optional[int],
|
|
@@ -13596,7 +14056,40 @@ Overlay20Protocol = SectionProtocol[
|
|
|
13596
14056
|
|
|
13597
14057
|
class Overlay21FunctionsProtocol(Protocol):
|
|
13598
14058
|
|
|
13599
|
-
|
|
14059
|
+
SwapShopDialogueManager: Symbol[
|
|
14060
|
+
Optional[list[int]],
|
|
14061
|
+
None,
|
|
14062
|
+
]
|
|
14063
|
+
|
|
14064
|
+
GetFirstExclusivePrerequisite: Symbol[
|
|
14065
|
+
Optional[list[int]],
|
|
14066
|
+
None,
|
|
14067
|
+
]
|
|
14068
|
+
|
|
14069
|
+
SwapShopEntryPoint: Symbol[
|
|
14070
|
+
Optional[list[int]],
|
|
14071
|
+
None,
|
|
14072
|
+
]
|
|
14073
|
+
|
|
14074
|
+
SwapShopDestructor: Symbol[
|
|
14075
|
+
Optional[list[int]],
|
|
14076
|
+
None,
|
|
14077
|
+
]
|
|
14078
|
+
|
|
14079
|
+
SwapShopMainManager: Symbol[
|
|
14080
|
+
Optional[list[int]],
|
|
14081
|
+
None,
|
|
14082
|
+
]
|
|
14083
|
+
|
|
14084
|
+
CloseTextboxAndSimpleMenu: Symbol[
|
|
14085
|
+
Optional[list[int]],
|
|
14086
|
+
None,
|
|
14087
|
+
]
|
|
14088
|
+
|
|
14089
|
+
SwapShopPrintCurrentGold: Symbol[
|
|
14090
|
+
Optional[list[int]],
|
|
14091
|
+
None,
|
|
14092
|
+
]
|
|
13600
14093
|
|
|
13601
14094
|
|
|
13602
14095
|
class Overlay21DataProtocol(Protocol):
|
|
@@ -13681,17 +14174,147 @@ class Overlay21DataProtocol(Protocol):
|
|
|
13681
14174
|
Optional[int],
|
|
13682
14175
|
]
|
|
13683
14176
|
|
|
14177
|
+
SWAP_SHOP_TALK_WELCOME_DEBUG_STRING: Symbol[
|
|
14178
|
+
Optional[list[int]],
|
|
14179
|
+
Optional[int],
|
|
14180
|
+
]
|
|
14181
|
+
|
|
14182
|
+
SWAP_SHOP_MAIN_MENU_OPTIONS_DEBUG_STRING: Symbol[
|
|
14183
|
+
Optional[list[int]],
|
|
14184
|
+
Optional[int],
|
|
14185
|
+
]
|
|
14186
|
+
|
|
14187
|
+
SWAP_SHOP_TALK_CONTINUE_SWAP_DEBUG_STRING: Symbol[
|
|
14188
|
+
Optional[list[int]],
|
|
14189
|
+
Optional[int],
|
|
14190
|
+
]
|
|
14191
|
+
|
|
14192
|
+
SWAP_SHOP_TALK_SUBINFO_DEBUG_STRING: Symbol[
|
|
14193
|
+
Optional[list[int]],
|
|
14194
|
+
Optional[int],
|
|
14195
|
+
]
|
|
14196
|
+
|
|
14197
|
+
SWAP_SHOP_TALK_COME_AGAIN_DEBUG_STRING: Symbol[
|
|
14198
|
+
Optional[list[int]],
|
|
14199
|
+
Optional[int],
|
|
14200
|
+
]
|
|
14201
|
+
|
|
14202
|
+
SWAP_SHOP_TALK_LACKING_SWAP_ITEMS_DEBUG_STRING: Symbol[
|
|
14203
|
+
Optional[list[int]],
|
|
14204
|
+
Optional[int],
|
|
14205
|
+
]
|
|
14206
|
+
|
|
14207
|
+
SWAP_SHOP_TALK_SWAP_BROKE_DEBUG_STRING: Symbol[
|
|
14208
|
+
Optional[list[int]],
|
|
14209
|
+
Optional[int],
|
|
14210
|
+
]
|
|
14211
|
+
|
|
14212
|
+
SWAP_SHOP_TALK_SWAP_POOR_DEBUG_STRING: Symbol[
|
|
14213
|
+
Optional[list[int]],
|
|
14214
|
+
Optional[int],
|
|
14215
|
+
]
|
|
14216
|
+
|
|
14217
|
+
SWAP_SHOP_UNK_8_DEBUG_STRING: Symbol[
|
|
14218
|
+
Optional[list[int]],
|
|
14219
|
+
Optional[int],
|
|
14220
|
+
]
|
|
14221
|
+
|
|
14222
|
+
SWAP_SHOP_CLOSE_SHOP_DEBUG_STRING: Symbol[
|
|
14223
|
+
Optional[list[int]],
|
|
14224
|
+
Optional[int],
|
|
14225
|
+
]
|
|
14226
|
+
|
|
14227
|
+
SWAP_SHOP_TALK_WHAT_ITEMS_DEBUG_STRING: Symbol[
|
|
14228
|
+
Optional[list[int]],
|
|
14229
|
+
Optional[int],
|
|
14230
|
+
]
|
|
14231
|
+
|
|
14232
|
+
SWAP_SHOP_TALK_VALUABLE_SWAP_DEBUG_STRING: Symbol[
|
|
14233
|
+
Optional[list[int]],
|
|
14234
|
+
Optional[int],
|
|
14235
|
+
]
|
|
14236
|
+
|
|
14237
|
+
SWAP_SHOP_INIT_SWAP_ITEMS_MENU_DEBUG_STRING: Symbol[
|
|
14238
|
+
Optional[list[int]],
|
|
14239
|
+
Optional[int],
|
|
14240
|
+
]
|
|
14241
|
+
|
|
14242
|
+
SWAP_SHOP_SWAP_ITEMS_MENU_DEBUG_STRING: Symbol[
|
|
14243
|
+
Optional[list[int]],
|
|
14244
|
+
Optional[int],
|
|
14245
|
+
]
|
|
14246
|
+
|
|
14247
|
+
SWAP_SHOP_RETURN_SWAP_ITEMS_MENU_DEBUG_STRING: Symbol[
|
|
14248
|
+
Optional[list[int]],
|
|
14249
|
+
Optional[int],
|
|
14250
|
+
]
|
|
14251
|
+
|
|
14252
|
+
SWAP_SHOP_SELECT_SWAP_ITEM_OPTIONS_DEBUG_STRING: Symbol[
|
|
14253
|
+
Optional[list[int]],
|
|
14254
|
+
Optional[int],
|
|
14255
|
+
]
|
|
14256
|
+
|
|
14257
|
+
SWAP_SHOP_SWAP_ITEM_GET_INFO_DEBUG_STRING: Symbol[
|
|
14258
|
+
Optional[list[int]],
|
|
14259
|
+
Optional[int],
|
|
14260
|
+
]
|
|
14261
|
+
|
|
14262
|
+
SWAP_SHOP_ITEM_ZERO_STRING: Symbol[
|
|
14263
|
+
Optional[list[int]],
|
|
14264
|
+
Optional[int],
|
|
14265
|
+
]
|
|
14266
|
+
|
|
14267
|
+
SWAP_SHOP_TALK_CONFIRM_SWAP_DEBUG_STRING: Symbol[
|
|
14268
|
+
Optional[list[int]],
|
|
14269
|
+
Optional[int],
|
|
14270
|
+
]
|
|
14271
|
+
|
|
14272
|
+
SWAP_SHOP_CONFIRM_CHOICE_DEBUG_STRING: Symbol[
|
|
14273
|
+
Optional[list[int]],
|
|
14274
|
+
Optional[int],
|
|
14275
|
+
]
|
|
14276
|
+
|
|
14277
|
+
SWAP_SHOP_INIT_SCRIPT_ACTION_1_DEBUG_STRING: Symbol[
|
|
14278
|
+
Optional[list[int]],
|
|
14279
|
+
Optional[int],
|
|
14280
|
+
]
|
|
14281
|
+
|
|
14282
|
+
SWAP_SHOP_INIT_SCRIPT_ACTION_2_DEBUG_STRING: Symbol[
|
|
14283
|
+
Optional[list[int]],
|
|
14284
|
+
Optional[int],
|
|
14285
|
+
]
|
|
14286
|
+
|
|
14287
|
+
SWAP_SHOP_INIT_SCRIPT_ACTION_3_DEBUG_STRING: Symbol[
|
|
14288
|
+
Optional[list[int]],
|
|
14289
|
+
Optional[int],
|
|
14290
|
+
]
|
|
14291
|
+
|
|
14292
|
+
SWAP_SHOP_TEXT_PUT_IN_CAULDRON_DEBUG_STRING: Symbol[
|
|
14293
|
+
Optional[list[int]],
|
|
14294
|
+
Optional[int],
|
|
14295
|
+
]
|
|
14296
|
+
|
|
14297
|
+
SWAP_SHOP_DO_SWAP_THEN_TALK_DEBUG_STRING: Symbol[
|
|
14298
|
+
Optional[list[int]],
|
|
14299
|
+
Optional[int],
|
|
14300
|
+
]
|
|
14301
|
+
|
|
13684
14302
|
OVERLAY21_JP_STRING: Symbol[
|
|
13685
14303
|
Optional[list[int]],
|
|
13686
14304
|
Optional[int],
|
|
13687
14305
|
]
|
|
13688
14306
|
|
|
14307
|
+
SWAP_SHOP_GOLD_STRING: Symbol[
|
|
14308
|
+
Optional[list[int]],
|
|
14309
|
+
Optional[int],
|
|
14310
|
+
]
|
|
14311
|
+
|
|
13689
14312
|
OVERLAY21_RESERVED_SPACE: Symbol[
|
|
13690
14313
|
Optional[list[int]],
|
|
13691
14314
|
Optional[int],
|
|
13692
14315
|
]
|
|
13693
14316
|
|
|
13694
|
-
|
|
14317
|
+
SWAP_SHOP_MENU_DATA_PTR: Symbol[
|
|
13695
14318
|
Optional[list[int]],
|
|
13696
14319
|
Optional[int],
|
|
13697
14320
|
]
|
|
@@ -14323,6 +14946,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14323
14946
|
None,
|
|
14324
14947
|
]
|
|
14325
14948
|
|
|
14949
|
+
FloorSecondaryTerrainIsChasm: Symbol[
|
|
14950
|
+
Optional[list[int]],
|
|
14951
|
+
None,
|
|
14952
|
+
]
|
|
14953
|
+
|
|
14326
14954
|
GetFloorType: Symbol[
|
|
14327
14955
|
Optional[list[int]],
|
|
14328
14956
|
None,
|
|
@@ -14368,6 +14996,16 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14368
14996
|
None,
|
|
14369
14997
|
]
|
|
14370
14998
|
|
|
14999
|
+
SetDungeonEscapeFields: Symbol[
|
|
15000
|
+
Optional[list[int]],
|
|
15001
|
+
None,
|
|
15002
|
+
]
|
|
15003
|
+
|
|
15004
|
+
GetSuccessfulExitTracker: Symbol[
|
|
15005
|
+
Optional[list[int]],
|
|
15006
|
+
None,
|
|
15007
|
+
]
|
|
15008
|
+
|
|
14371
15009
|
CheckTouchscreenArea: Symbol[
|
|
14372
15010
|
Optional[list[int]],
|
|
14373
15011
|
None,
|
|
@@ -14538,16 +15176,86 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14538
15176
|
None,
|
|
14539
15177
|
]
|
|
14540
15178
|
|
|
15179
|
+
PlayParalysisEffect: Symbol[
|
|
15180
|
+
Optional[list[int]],
|
|
15181
|
+
None,
|
|
15182
|
+
]
|
|
15183
|
+
|
|
14541
15184
|
PlayEffectAnimationEntityStandard: Symbol[
|
|
14542
15185
|
Optional[list[int]],
|
|
14543
15186
|
None,
|
|
14544
15187
|
]
|
|
14545
15188
|
|
|
15189
|
+
PlaySpeedUpEffect: Symbol[
|
|
15190
|
+
Optional[list[int]],
|
|
15191
|
+
None,
|
|
15192
|
+
]
|
|
15193
|
+
|
|
15194
|
+
PlaySpeedDownEffect: Symbol[
|
|
15195
|
+
Optional[list[int]],
|
|
15196
|
+
None,
|
|
15197
|
+
]
|
|
15198
|
+
|
|
14546
15199
|
ShowPpRestoreEffect: Symbol[
|
|
14547
15200
|
Optional[list[int]],
|
|
14548
15201
|
None,
|
|
14549
15202
|
]
|
|
14550
15203
|
|
|
15204
|
+
PlayOffensiveStatDownEffect: Symbol[
|
|
15205
|
+
Optional[list[int]],
|
|
15206
|
+
None,
|
|
15207
|
+
]
|
|
15208
|
+
|
|
15209
|
+
PlayDefensiveStatDownEffect: Symbol[
|
|
15210
|
+
Optional[list[int]],
|
|
15211
|
+
None,
|
|
15212
|
+
]
|
|
15213
|
+
|
|
15214
|
+
PlayOffensiveStatUpEffect: Symbol[
|
|
15215
|
+
Optional[list[int]],
|
|
15216
|
+
None,
|
|
15217
|
+
]
|
|
15218
|
+
|
|
15219
|
+
PlayDefensiveStatUpEffect: Symbol[
|
|
15220
|
+
Optional[list[int]],
|
|
15221
|
+
None,
|
|
15222
|
+
]
|
|
15223
|
+
|
|
15224
|
+
PlayOffensiveStatMultiplierUpEffect: Symbol[
|
|
15225
|
+
Optional[list[int]],
|
|
15226
|
+
None,
|
|
15227
|
+
]
|
|
15228
|
+
|
|
15229
|
+
PlayOffensiveStatMultiplierDownEffect: Symbol[
|
|
15230
|
+
Optional[list[int]],
|
|
15231
|
+
None,
|
|
15232
|
+
]
|
|
15233
|
+
|
|
15234
|
+
PlayDefensiveStatMultiplierUpEffect: Symbol[
|
|
15235
|
+
Optional[list[int]],
|
|
15236
|
+
None,
|
|
15237
|
+
]
|
|
15238
|
+
|
|
15239
|
+
PlayDefensiveStatMultiplierDownEffect: Symbol[
|
|
15240
|
+
Optional[list[int]],
|
|
15241
|
+
None,
|
|
15242
|
+
]
|
|
15243
|
+
|
|
15244
|
+
PlayHitChanceUpEffect: Symbol[
|
|
15245
|
+
Optional[list[int]],
|
|
15246
|
+
None,
|
|
15247
|
+
]
|
|
15248
|
+
|
|
15249
|
+
PlayHitChanceDownEffect: Symbol[
|
|
15250
|
+
Optional[list[int]],
|
|
15251
|
+
None,
|
|
15252
|
+
]
|
|
15253
|
+
|
|
15254
|
+
PlaySeByIdIfShouldDisplayEntity: Symbol[
|
|
15255
|
+
Optional[list[int]],
|
|
15256
|
+
None,
|
|
15257
|
+
]
|
|
15258
|
+
|
|
14551
15259
|
ShouldDisplayEntityAdvanced: Symbol[
|
|
14552
15260
|
Optional[list[int]],
|
|
14553
15261
|
None,
|
|
@@ -14573,6 +15281,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14573
15281
|
None,
|
|
14574
15282
|
]
|
|
14575
15283
|
|
|
15284
|
+
GetRandomTrapId: Symbol[
|
|
15285
|
+
Optional[list[int]],
|
|
15286
|
+
None,
|
|
15287
|
+
]
|
|
15288
|
+
|
|
14576
15289
|
GetItemIdToSpawn: Symbol[
|
|
14577
15290
|
Optional[list[int]],
|
|
14578
15291
|
None,
|
|
@@ -14663,6 +15376,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14663
15376
|
None,
|
|
14664
15377
|
]
|
|
14665
15378
|
|
|
15379
|
+
IsPositionWithinTwoTiles: Symbol[
|
|
15380
|
+
Optional[list[int]],
|
|
15381
|
+
None,
|
|
15382
|
+
]
|
|
15383
|
+
|
|
14666
15384
|
GetLeader: Symbol[
|
|
14667
15385
|
Optional[list[int]],
|
|
14668
15386
|
None,
|
|
@@ -14778,6 +15496,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14778
15496
|
None,
|
|
14779
15497
|
]
|
|
14780
15498
|
|
|
15499
|
+
PlaySeByIdIfNotSilence: Symbol[
|
|
15500
|
+
Optional[list[int]],
|
|
15501
|
+
None,
|
|
15502
|
+
]
|
|
15503
|
+
|
|
14781
15504
|
MusicTableIdxToMusicId: Symbol[
|
|
14782
15505
|
Optional[list[int]],
|
|
14783
15506
|
None,
|
|
@@ -14793,6 +15516,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14793
15516
|
None,
|
|
14794
15517
|
]
|
|
14795
15518
|
|
|
15519
|
+
ResetLeaderActionFields: Symbol[
|
|
15520
|
+
Optional[list[int]],
|
|
15521
|
+
None,
|
|
15522
|
+
]
|
|
15523
|
+
|
|
14796
15524
|
SetLeaderActionFields: Symbol[
|
|
14797
15525
|
Optional[list[int]],
|
|
14798
15526
|
None,
|
|
@@ -14913,6 +15641,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14913
15641
|
None,
|
|
14914
15642
|
]
|
|
14915
15643
|
|
|
15644
|
+
SpawnTraps: Symbol[
|
|
15645
|
+
Optional[list[int]],
|
|
15646
|
+
None,
|
|
15647
|
+
]
|
|
15648
|
+
|
|
14916
15649
|
SpawnEnemyTrapAtPos: Symbol[
|
|
14917
15650
|
Optional[list[int]],
|
|
14918
15651
|
None,
|
|
@@ -14923,6 +15656,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14923
15656
|
None,
|
|
14924
15657
|
]
|
|
14925
15658
|
|
|
15659
|
+
CanLayTrap: Symbol[
|
|
15660
|
+
Optional[list[int]],
|
|
15661
|
+
None,
|
|
15662
|
+
]
|
|
15663
|
+
|
|
14926
15664
|
TrySpawnTrap: Symbol[
|
|
14927
15665
|
Optional[list[int]],
|
|
14928
15666
|
None,
|
|
@@ -14938,6 +15676,21 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14938
15676
|
None,
|
|
14939
15677
|
]
|
|
14940
15678
|
|
|
15679
|
+
TryRevealAttackedTrap: Symbol[
|
|
15680
|
+
Optional[list[int]],
|
|
15681
|
+
None,
|
|
15682
|
+
]
|
|
15683
|
+
|
|
15684
|
+
SubstitutePlaceholderTrapTags2: Symbol[
|
|
15685
|
+
Optional[list[int]],
|
|
15686
|
+
None,
|
|
15687
|
+
]
|
|
15688
|
+
|
|
15689
|
+
SubstitutePlaceholderTrapTags: Symbol[
|
|
15690
|
+
Optional[list[int]],
|
|
15691
|
+
None,
|
|
15692
|
+
]
|
|
15693
|
+
|
|
14941
15694
|
TryTriggerTrap: Symbol[
|
|
14942
15695
|
Optional[list[int]],
|
|
14943
15696
|
None,
|
|
@@ -15008,6 +15761,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15008
15761
|
None,
|
|
15009
15762
|
]
|
|
15010
15763
|
|
|
15764
|
+
SpawnMonstersAroundPos: Symbol[
|
|
15765
|
+
Optional[list[int]],
|
|
15766
|
+
None,
|
|
15767
|
+
]
|
|
15768
|
+
|
|
15011
15769
|
RevealTrapsNearby: Symbol[
|
|
15012
15770
|
Optional[list[int]],
|
|
15013
15771
|
None,
|
|
@@ -15028,6 +15786,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15028
15786
|
None,
|
|
15029
15787
|
]
|
|
15030
15788
|
|
|
15789
|
+
IsBehaviorLoneOutlaw: Symbol[
|
|
15790
|
+
Optional[list[int]],
|
|
15791
|
+
None,
|
|
15792
|
+
]
|
|
15793
|
+
|
|
15031
15794
|
IsSecretBazaarNpcBehavior: Symbol[
|
|
15032
15795
|
Optional[list[int]],
|
|
15033
15796
|
None,
|
|
@@ -15038,6 +15801,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15038
15801
|
None,
|
|
15039
15802
|
]
|
|
15040
15803
|
|
|
15804
|
+
GetLeaderActionId: Symbol[
|
|
15805
|
+
Optional[list[int]],
|
|
15806
|
+
None,
|
|
15807
|
+
]
|
|
15808
|
+
|
|
15041
15809
|
GetEntityTouchscreenArea: Symbol[
|
|
15042
15810
|
Optional[list[int]],
|
|
15043
15811
|
None,
|
|
@@ -15068,6 +15836,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15068
15836
|
None,
|
|
15069
15837
|
]
|
|
15070
15838
|
|
|
15839
|
+
HandleHeldItemSwaps: Symbol[
|
|
15840
|
+
Optional[list[int]],
|
|
15841
|
+
None,
|
|
15842
|
+
]
|
|
15843
|
+
|
|
15071
15844
|
UseSingleUseItemWrapper: Symbol[
|
|
15072
15845
|
Optional[list[int]],
|
|
15073
15846
|
None,
|
|
@@ -15178,7 +15951,7 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15178
15951
|
None,
|
|
15179
15952
|
]
|
|
15180
15953
|
|
|
15181
|
-
|
|
15954
|
+
CreateMonsterSummaryFromEntity: Symbol[
|
|
15182
15955
|
Optional[list[int]],
|
|
15183
15956
|
None,
|
|
15184
15957
|
]
|
|
@@ -15338,6 +16111,21 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15338
16111
|
None,
|
|
15339
16112
|
]
|
|
15340
16113
|
|
|
16114
|
+
IsHero: Symbol[
|
|
16115
|
+
Optional[list[int]],
|
|
16116
|
+
None,
|
|
16117
|
+
]
|
|
16118
|
+
|
|
16119
|
+
IsSpecialStoryAllyOrClient: Symbol[
|
|
16120
|
+
Optional[list[int]],
|
|
16121
|
+
None,
|
|
16122
|
+
]
|
|
16123
|
+
|
|
16124
|
+
ResetTriggerFlags: Symbol[
|
|
16125
|
+
Optional[list[int]],
|
|
16126
|
+
None,
|
|
16127
|
+
]
|
|
16128
|
+
|
|
15341
16129
|
IsSpecialStoryAlly: Symbol[
|
|
15342
16130
|
Optional[list[int]],
|
|
15343
16131
|
None,
|
|
@@ -15348,6 +16136,21 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15348
16136
|
None,
|
|
15349
16137
|
]
|
|
15350
16138
|
|
|
16139
|
+
IsMonsterLoneOutlaw: Symbol[
|
|
16140
|
+
Optional[list[int]],
|
|
16141
|
+
None,
|
|
16142
|
+
]
|
|
16143
|
+
|
|
16144
|
+
IsSecretBazaarNpc: Symbol[
|
|
16145
|
+
Optional[list[int]],
|
|
16146
|
+
None,
|
|
16147
|
+
]
|
|
16148
|
+
|
|
16149
|
+
IsTeamMemberOnFirstTurnInFixedRoom: Symbol[
|
|
16150
|
+
Optional[list[int]],
|
|
16151
|
+
None,
|
|
16152
|
+
]
|
|
16153
|
+
|
|
15351
16154
|
InitOtherMonsterData: Symbol[
|
|
15352
16155
|
Optional[list[int]],
|
|
15353
16156
|
None,
|
|
@@ -15458,6 +16261,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15458
16261
|
None,
|
|
15459
16262
|
]
|
|
15460
16263
|
|
|
16264
|
+
CanMoveThroughWalls: Symbol[
|
|
16265
|
+
Optional[list[int]],
|
|
16266
|
+
None,
|
|
16267
|
+
]
|
|
16268
|
+
|
|
15461
16269
|
CannotStandOnTile: Symbol[
|
|
15462
16270
|
Optional[list[int]],
|
|
15463
16271
|
None,
|
|
@@ -15493,6 +16301,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15493
16301
|
None,
|
|
15494
16302
|
]
|
|
15495
16303
|
|
|
16304
|
+
SetPreprocessorArgsStringToName: Symbol[
|
|
16305
|
+
Optional[list[int]],
|
|
16306
|
+
None,
|
|
16307
|
+
]
|
|
16308
|
+
|
|
15496
16309
|
IsMonsterDrowsy: Symbol[
|
|
15497
16310
|
Optional[list[int]],
|
|
15498
16311
|
None,
|
|
@@ -15553,6 +16366,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15553
16366
|
None,
|
|
15554
16367
|
]
|
|
15555
16368
|
|
|
16369
|
+
MonsterHasQuarterHp: Symbol[
|
|
16370
|
+
Optional[list[int]],
|
|
16371
|
+
None,
|
|
16372
|
+
]
|
|
16373
|
+
|
|
15556
16374
|
CheckVariousStatuses2: Symbol[
|
|
15557
16375
|
Optional[list[int]],
|
|
15558
16376
|
None,
|
|
@@ -15603,6 +16421,16 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15603
16421
|
None,
|
|
15604
16422
|
]
|
|
15605
16423
|
|
|
16424
|
+
IsAtJunction: Symbol[
|
|
16425
|
+
Optional[list[int]],
|
|
16426
|
+
None,
|
|
16427
|
+
]
|
|
16428
|
+
|
|
16429
|
+
ShouldAvoidFirstHit: Symbol[
|
|
16430
|
+
Optional[list[int]],
|
|
16431
|
+
None,
|
|
16432
|
+
]
|
|
16433
|
+
|
|
15606
16434
|
ShouldMonsterRunAway: Symbol[
|
|
15607
16435
|
Optional[list[int]],
|
|
15608
16436
|
None,
|
|
@@ -15623,6 +16451,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15623
16451
|
None,
|
|
15624
16452
|
]
|
|
15625
16453
|
|
|
16454
|
+
GetTreatmentBetweenMonstersIgnoreStatus: Symbol[
|
|
16455
|
+
Optional[list[int]],
|
|
16456
|
+
None,
|
|
16457
|
+
]
|
|
16458
|
+
|
|
15626
16459
|
SafeguardIsActive: Symbol[
|
|
15627
16460
|
Optional[list[int]],
|
|
15628
16461
|
None,
|
|
@@ -15703,6 +16536,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15703
16536
|
None,
|
|
15704
16537
|
]
|
|
15705
16538
|
|
|
16539
|
+
CanSeeTeammate: Symbol[
|
|
16540
|
+
Optional[list[int]],
|
|
16541
|
+
None,
|
|
16542
|
+
]
|
|
16543
|
+
|
|
15706
16544
|
GetMoveTypeForMonster: Symbol[
|
|
15707
16545
|
Optional[list[int]],
|
|
15708
16546
|
None,
|
|
@@ -15753,6 +16591,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15753
16591
|
None,
|
|
15754
16592
|
]
|
|
15755
16593
|
|
|
16594
|
+
DungeonTmLearnMove: Symbol[
|
|
16595
|
+
Optional[list[int]],
|
|
16596
|
+
None,
|
|
16597
|
+
]
|
|
16598
|
+
|
|
15756
16599
|
GetMonsterMoves: Symbol[
|
|
15757
16600
|
Optional[list[int]],
|
|
15758
16601
|
None,
|
|
@@ -15883,6 +16726,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15883
16726
|
None,
|
|
15884
16727
|
]
|
|
15885
16728
|
|
|
16729
|
+
TryEndPetrifiedOrSleepStatus: Symbol[
|
|
16730
|
+
Optional[list[int]],
|
|
16731
|
+
None,
|
|
16732
|
+
]
|
|
16733
|
+
|
|
15886
16734
|
EndFrozenStatus: Symbol[
|
|
15887
16735
|
Optional[list[int]],
|
|
15888
16736
|
None,
|
|
@@ -15908,6 +16756,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15908
16756
|
None,
|
|
15909
16757
|
]
|
|
15910
16758
|
|
|
16759
|
+
GetLeaderIfVisible: Symbol[
|
|
16760
|
+
Optional[list[int]],
|
|
16761
|
+
None,
|
|
16762
|
+
]
|
|
16763
|
+
|
|
15911
16764
|
RunMonsterAi: Symbol[
|
|
15912
16765
|
Optional[list[int]],
|
|
15913
16766
|
None,
|
|
@@ -15958,6 +16811,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15958
16811
|
None,
|
|
15959
16812
|
]
|
|
15960
16813
|
|
|
16814
|
+
WeightWeakTypePicker: Symbol[
|
|
16815
|
+
Optional[list[int]],
|
|
16816
|
+
None,
|
|
16817
|
+
]
|
|
16818
|
+
|
|
15961
16819
|
CalcDamage: Symbol[
|
|
15962
16820
|
Optional[list[int]],
|
|
15963
16821
|
None,
|
|
@@ -16073,6 +16931,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
16073
16931
|
None,
|
|
16074
16932
|
]
|
|
16075
16933
|
|
|
16934
|
+
FindDirectionOfAdjacentMonsterWithItem: Symbol[
|
|
16935
|
+
Optional[list[int]],
|
|
16936
|
+
None,
|
|
16937
|
+
]
|
|
16938
|
+
|
|
16076
16939
|
TrySpawnEnemyItemDrop: Symbol[
|
|
16077
16940
|
Optional[list[int]],
|
|
16078
16941
|
None,
|
|
@@ -16573,6 +17436,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
16573
17436
|
None,
|
|
16574
17437
|
]
|
|
16575
17438
|
|
|
17439
|
+
SetReflectStatus: Symbol[
|
|
17440
|
+
Optional[list[int]],
|
|
17441
|
+
None,
|
|
17442
|
+
]
|
|
17443
|
+
|
|
16576
17444
|
TryInflictSafeguardStatus: Symbol[
|
|
16577
17445
|
Optional[list[int]],
|
|
16578
17446
|
None,
|
|
@@ -16853,6 +17721,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
16853
17721
|
None,
|
|
16854
17722
|
]
|
|
16855
17723
|
|
|
17724
|
+
InitMoveWrapper: Symbol[
|
|
17725
|
+
Optional[list[int]],
|
|
17726
|
+
None,
|
|
17727
|
+
]
|
|
17728
|
+
|
|
16856
17729
|
MoveIsNotPhysical: Symbol[
|
|
16857
17730
|
Optional[list[int]],
|
|
16858
17731
|
None,
|
|
@@ -16863,11 +17736,26 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
16863
17736
|
None,
|
|
16864
17737
|
]
|
|
16865
17738
|
|
|
17739
|
+
MakeFloorOneRoom: Symbol[
|
|
17740
|
+
Optional[list[int]],
|
|
17741
|
+
None,
|
|
17742
|
+
]
|
|
17743
|
+
|
|
17744
|
+
TryHurl: Symbol[
|
|
17745
|
+
Optional[list[int]],
|
|
17746
|
+
None,
|
|
17747
|
+
]
|
|
17748
|
+
|
|
16866
17749
|
TryDrought: Symbol[
|
|
16867
17750
|
Optional[list[int]],
|
|
16868
17751
|
None,
|
|
16869
17752
|
]
|
|
16870
17753
|
|
|
17754
|
+
TryTrawl: Symbol[
|
|
17755
|
+
Optional[list[int]],
|
|
17756
|
+
None,
|
|
17757
|
+
]
|
|
17758
|
+
|
|
16871
17759
|
TryPounce: Symbol[
|
|
16872
17760
|
Optional[list[int]],
|
|
16873
17761
|
None,
|
|
@@ -17043,6 +17931,16 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
17043
17931
|
None,
|
|
17044
17932
|
]
|
|
17045
17933
|
|
|
17934
|
+
StatusCheckerCheckOnTarget: Symbol[
|
|
17935
|
+
Optional[list[int]],
|
|
17936
|
+
None,
|
|
17937
|
+
]
|
|
17938
|
+
|
|
17939
|
+
HasLastUsedMove: Symbol[
|
|
17940
|
+
Optional[list[int]],
|
|
17941
|
+
None,
|
|
17942
|
+
]
|
|
17943
|
+
|
|
17046
17944
|
GetApparentWeather: Symbol[
|
|
17047
17945
|
Optional[list[int]],
|
|
17048
17946
|
None,
|
|
@@ -17183,6 +18081,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
17183
18081
|
None,
|
|
17184
18082
|
]
|
|
17185
18083
|
|
|
18084
|
+
IsTileGround: Symbol[
|
|
18085
|
+
Optional[list[int]],
|
|
18086
|
+
None,
|
|
18087
|
+
]
|
|
18088
|
+
|
|
17186
18089
|
IsWaterTileset: Symbol[
|
|
17187
18090
|
Optional[list[int]],
|
|
17188
18091
|
None,
|
|
@@ -17198,6 +18101,16 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
17198
18101
|
None,
|
|
17199
18102
|
]
|
|
17200
18103
|
|
|
18104
|
+
FindAdjacentEnemy: Symbol[
|
|
18105
|
+
Optional[list[int]],
|
|
18106
|
+
None,
|
|
18107
|
+
]
|
|
18108
|
+
|
|
18109
|
+
IsAdjacentToEnemyIgnoreTreatment: Symbol[
|
|
18110
|
+
Optional[list[int]],
|
|
18111
|
+
None,
|
|
18112
|
+
]
|
|
18113
|
+
|
|
17201
18114
|
ResetGravity: Symbol[
|
|
17202
18115
|
Optional[list[int]],
|
|
17203
18116
|
None,
|
|
@@ -17213,6 +18126,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
17213
18126
|
None,
|
|
17214
18127
|
]
|
|
17215
18128
|
|
|
18129
|
+
RevealAttackedTile: Symbol[
|
|
18130
|
+
Optional[list[int]],
|
|
18131
|
+
None,
|
|
18132
|
+
]
|
|
18133
|
+
|
|
17216
18134
|
ShouldBoostKecleonShopSpawnChance: Symbol[
|
|
17217
18135
|
Optional[list[int]],
|
|
17218
18136
|
None,
|
|
@@ -17763,6 +18681,16 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
17763
18681
|
None,
|
|
17764
18682
|
]
|
|
17765
18683
|
|
|
18684
|
+
PrepareItemForPrinting: Symbol[
|
|
18685
|
+
Optional[list[int]],
|
|
18686
|
+
None,
|
|
18687
|
+
]
|
|
18688
|
+
|
|
18689
|
+
PrepareItemForPrinting2: Symbol[
|
|
18690
|
+
Optional[list[int]],
|
|
18691
|
+
None,
|
|
18692
|
+
]
|
|
18693
|
+
|
|
17766
18694
|
GenerateStandardItem: Symbol[
|
|
17767
18695
|
Optional[list[int]],
|
|
17768
18696
|
None,
|
|
@@ -17833,6 +18761,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
17833
18761
|
None,
|
|
17834
18762
|
]
|
|
17835
18763
|
|
|
18764
|
+
HandleCurvedProjectileThrow: Symbol[
|
|
18765
|
+
Optional[list[int]],
|
|
18766
|
+
None,
|
|
18767
|
+
]
|
|
18768
|
+
|
|
17836
18769
|
DoesProjectileHitTarget: Symbol[
|
|
17837
18770
|
Optional[list[int]],
|
|
17838
18771
|
None,
|
|
@@ -17853,6 +18786,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
17853
18786
|
None,
|
|
17854
18787
|
]
|
|
17855
18788
|
|
|
18789
|
+
IsItemUnkMissionItem2: Symbol[
|
|
18790
|
+
Optional[list[int]],
|
|
18791
|
+
None,
|
|
18792
|
+
]
|
|
18793
|
+
|
|
17856
18794
|
CheckActiveChallengeRequest: Symbol[
|
|
17857
18795
|
Optional[list[int]],
|
|
17858
18796
|
None,
|
|
@@ -17993,7 +18931,72 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
17993
18931
|
None,
|
|
17994
18932
|
]
|
|
17995
18933
|
|
|
17996
|
-
|
|
18934
|
+
InitAlertBoxInfo: Symbol[
|
|
18935
|
+
Optional[list[int]],
|
|
18936
|
+
None,
|
|
18937
|
+
]
|
|
18938
|
+
|
|
18939
|
+
FreeAlertBoxInfo: Symbol[
|
|
18940
|
+
Optional[list[int]],
|
|
18941
|
+
None,
|
|
18942
|
+
]
|
|
18943
|
+
|
|
18944
|
+
SetMessageLogGroupStartFlag: Symbol[
|
|
18945
|
+
Optional[list[int]],
|
|
18946
|
+
None,
|
|
18947
|
+
]
|
|
18948
|
+
|
|
18949
|
+
GetMessageLogPreprocessorArgs: Symbol[
|
|
18950
|
+
Optional[list[int]],
|
|
18951
|
+
None,
|
|
18952
|
+
]
|
|
18953
|
+
|
|
18954
|
+
InitMessageLogPreprocessorArgs: Symbol[
|
|
18955
|
+
Optional[list[int]],
|
|
18956
|
+
None,
|
|
18957
|
+
]
|
|
18958
|
+
|
|
18959
|
+
SetMessageLogPreprocessorArgsFlagVal: Symbol[
|
|
18960
|
+
Optional[list[int]],
|
|
18961
|
+
None,
|
|
18962
|
+
]
|
|
18963
|
+
|
|
18964
|
+
SetMessageLogPreprocessorArgsIdVal: Symbol[
|
|
18965
|
+
Optional[list[int]],
|
|
18966
|
+
None,
|
|
18967
|
+
]
|
|
18968
|
+
|
|
18969
|
+
SetMessageLogPreprocessorArgsNumberVal: Symbol[
|
|
18970
|
+
Optional[list[int]],
|
|
18971
|
+
None,
|
|
18972
|
+
]
|
|
18973
|
+
|
|
18974
|
+
SetMessageLogPreprocessorArgsString: Symbol[
|
|
18975
|
+
Optional[list[int]],
|
|
18976
|
+
None,
|
|
18977
|
+
]
|
|
18978
|
+
|
|
18979
|
+
SetMessageLogPreprocessorArgsStringToName: Symbol[
|
|
18980
|
+
Optional[list[int]],
|
|
18981
|
+
None,
|
|
18982
|
+
]
|
|
18983
|
+
|
|
18984
|
+
SetMessageLogPreprocessorArgsSpeakerId: Symbol[
|
|
18985
|
+
Optional[list[int]],
|
|
18986
|
+
None,
|
|
18987
|
+
]
|
|
18988
|
+
|
|
18989
|
+
SetMessageLogPreprocessorArgsSpeakerId0x30000: Symbol[
|
|
18990
|
+
Optional[list[int]],
|
|
18991
|
+
None,
|
|
18992
|
+
]
|
|
18993
|
+
|
|
18994
|
+
LogMessageByIdWithPopupAndAbility: Symbol[
|
|
18995
|
+
Optional[list[int]],
|
|
18996
|
+
None,
|
|
18997
|
+
]
|
|
18998
|
+
|
|
18999
|
+
WaitUntilAlertBoxTextIsLoadedWrapper: Symbol[
|
|
17997
19000
|
Optional[list[int]],
|
|
17998
19001
|
None,
|
|
17999
19002
|
]
|
|
@@ -18058,6 +19061,16 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
18058
19061
|
None,
|
|
18059
19062
|
]
|
|
18060
19063
|
|
|
19064
|
+
AlertBoxIsScrolling: Symbol[
|
|
19065
|
+
Optional[list[int]],
|
|
19066
|
+
None,
|
|
19067
|
+
]
|
|
19068
|
+
|
|
19069
|
+
WaitUntilAlertBoxTextIsLoaded: Symbol[
|
|
19070
|
+
Optional[list[int]],
|
|
19071
|
+
None,
|
|
19072
|
+
]
|
|
19073
|
+
|
|
18061
19074
|
InitPortraitDungeon: Symbol[
|
|
18062
19075
|
Optional[list[int]],
|
|
18063
19076
|
None,
|
|
@@ -18143,6 +19156,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
18143
19156
|
None,
|
|
18144
19157
|
]
|
|
18145
19158
|
|
|
19159
|
+
StairsMenuAfterStep: Symbol[
|
|
19160
|
+
Optional[list[int]],
|
|
19161
|
+
None,
|
|
19162
|
+
]
|
|
19163
|
+
|
|
18146
19164
|
DungeonModeSetupAndShowNameKeyboard: Symbol[
|
|
18147
19165
|
Optional[list[int]],
|
|
18148
19166
|
None,
|
|
@@ -18456,6 +19474,11 @@ class Overlay29DataProtocol(Protocol):
|
|
|
18456
19474
|
Optional[int],
|
|
18457
19475
|
]
|
|
18458
19476
|
|
|
19477
|
+
FACING_DIRECTION_INCREMENTS: Symbol[
|
|
19478
|
+
Optional[list[int]],
|
|
19479
|
+
Optional[int],
|
|
19480
|
+
]
|
|
19481
|
+
|
|
18459
19482
|
DISPLACEMENTS_WITHIN_2_LARGEST_FIRST: Symbol[
|
|
18460
19483
|
Optional[list[int]],
|
|
18461
19484
|
Optional[int],
|
|
@@ -18541,6 +19564,11 @@ class Overlay29DataProtocol(Protocol):
|
|
|
18541
19564
|
Optional[int],
|
|
18542
19565
|
]
|
|
18543
19566
|
|
|
19567
|
+
WEAK_TYPE_PICKER_MATCHUP_MULTIPLIERS: Symbol[
|
|
19568
|
+
Optional[list[int]],
|
|
19569
|
+
Optional[int],
|
|
19570
|
+
]
|
|
19571
|
+
|
|
18544
19572
|
TYPE_DAMAGE_NEGATING_EXCLUSIVE_ITEM_EFFECTS: Symbol[
|
|
18545
19573
|
Optional[list[int]],
|
|
18546
19574
|
Optional[int],
|
|
@@ -18676,6 +19704,11 @@ class Overlay29DataProtocol(Protocol):
|
|
|
18676
19704
|
Optional[int],
|
|
18677
19705
|
]
|
|
18678
19706
|
|
|
19707
|
+
MESSAGE_LOG_INFO: Symbol[
|
|
19708
|
+
Optional[list[int]],
|
|
19709
|
+
Optional[int],
|
|
19710
|
+
]
|
|
19711
|
+
|
|
18679
19712
|
DUNGEON_FADES_PTR: Symbol[
|
|
18680
19713
|
Optional[list[int]],
|
|
18681
19714
|
Optional[int],
|
|
@@ -18756,7 +19789,7 @@ Overlay30Protocol = SectionProtocol[
|
|
|
18756
19789
|
|
|
18757
19790
|
class Overlay31FunctionsProtocol(Protocol):
|
|
18758
19791
|
|
|
18759
|
-
|
|
19792
|
+
InitDungeonMenu: Symbol[
|
|
18760
19793
|
Optional[list[int]],
|
|
18761
19794
|
None,
|
|
18762
19795
|
]
|
|
@@ -18771,7 +19804,22 @@ class Overlay31FunctionsProtocol(Protocol):
|
|
|
18771
19804
|
None,
|
|
18772
19805
|
]
|
|
18773
19806
|
|
|
18774
|
-
|
|
19807
|
+
DungeonMenuLoop: Symbol[
|
|
19808
|
+
Optional[list[int]],
|
|
19809
|
+
None,
|
|
19810
|
+
]
|
|
19811
|
+
|
|
19812
|
+
FreeDungeonMenu: Symbol[
|
|
19813
|
+
Optional[list[int]],
|
|
19814
|
+
None,
|
|
19815
|
+
]
|
|
19816
|
+
|
|
19817
|
+
StairsMenu: Symbol[
|
|
19818
|
+
Optional[list[int]],
|
|
19819
|
+
None,
|
|
19820
|
+
]
|
|
19821
|
+
|
|
19822
|
+
InitStairsMenu: Symbol[
|
|
18775
19823
|
Optional[list[int]],
|
|
18776
19824
|
None,
|
|
18777
19825
|
]
|
|
@@ -18781,7 +19829,27 @@ class Overlay31FunctionsProtocol(Protocol):
|
|
|
18781
19829
|
None,
|
|
18782
19830
|
]
|
|
18783
19831
|
|
|
18784
|
-
|
|
19832
|
+
StairsMenuLoop: Symbol[
|
|
19833
|
+
Optional[list[int]],
|
|
19834
|
+
None,
|
|
19835
|
+
]
|
|
19836
|
+
|
|
19837
|
+
CloseMainStairsMenu: Symbol[
|
|
19838
|
+
Optional[list[int]],
|
|
19839
|
+
None,
|
|
19840
|
+
]
|
|
19841
|
+
|
|
19842
|
+
FreeStairsMenu: Symbol[
|
|
19843
|
+
Optional[list[int]],
|
|
19844
|
+
None,
|
|
19845
|
+
]
|
|
19846
|
+
|
|
19847
|
+
EntityIsValidOverlay31: Symbol[
|
|
19848
|
+
Optional[list[int]],
|
|
19849
|
+
None,
|
|
19850
|
+
]
|
|
19851
|
+
|
|
19852
|
+
ItemsMenu: Symbol[
|
|
18785
19853
|
Optional[list[int]],
|
|
18786
19854
|
None,
|
|
18787
19855
|
]
|
|
@@ -18821,6 +19889,11 @@ class Overlay31FunctionsProtocol(Protocol):
|
|
|
18821
19889
|
None,
|
|
18822
19890
|
]
|
|
18823
19891
|
|
|
19892
|
+
DrawDungeonHintContents: Symbol[
|
|
19893
|
+
Optional[list[int]],
|
|
19894
|
+
None,
|
|
19895
|
+
]
|
|
19896
|
+
|
|
18824
19897
|
HelpMenuLoop: Symbol[
|
|
18825
19898
|
Optional[list[int]],
|
|
18826
19899
|
None,
|
|
@@ -18884,22 +19957,22 @@ class Overlay31DataProtocol(Protocol):
|
|
|
18884
19957
|
Optional[int],
|
|
18885
19958
|
]
|
|
18886
19959
|
|
|
18887
|
-
|
|
19960
|
+
STAIRS_MENU_ITEMS_NORMAL: Symbol[
|
|
18888
19961
|
Optional[list[int]],
|
|
18889
19962
|
Optional[int],
|
|
18890
19963
|
]
|
|
18891
19964
|
|
|
18892
|
-
|
|
19965
|
+
STAIRS_MENU_ITEMS_WARP_ZONE: Symbol[
|
|
18893
19966
|
Optional[list[int]],
|
|
18894
19967
|
Optional[int],
|
|
18895
19968
|
]
|
|
18896
19969
|
|
|
18897
|
-
|
|
19970
|
+
STAIRS_MENU_ITEMS_RESCUE_POINT: Symbol[
|
|
18898
19971
|
Optional[list[int]],
|
|
18899
19972
|
Optional[int],
|
|
18900
19973
|
]
|
|
18901
19974
|
|
|
18902
|
-
|
|
19975
|
+
STAIRS_MENU_ITEMS_HIDDEN_STAIRS: Symbol[
|
|
18903
19976
|
Optional[list[int]],
|
|
18904
19977
|
Optional[int],
|
|
18905
19978
|
]
|
|
@@ -19836,6 +20909,11 @@ class RamDataProtocol(Protocol):
|
|
|
19836
20909
|
Optional[int],
|
|
19837
20910
|
]
|
|
19838
20911
|
|
|
20912
|
+
DEFAULT_TILE_COPY: Symbol[
|
|
20913
|
+
Optional[list[int]],
|
|
20914
|
+
Optional[int],
|
|
20915
|
+
]
|
|
20916
|
+
|
|
19839
20917
|
FLOOR_GENERATION_STATUS: Symbol[
|
|
19840
20918
|
Optional[list[int]],
|
|
19841
20919
|
Optional[int],
|