pmdsky-debug-py 10.1.15__py3-none-any.whl → 10.2.19__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 +2009 -111
- pmdsky_debug_py/eu_itcm.py +2008 -93
- pmdsky_debug_py/jp.py +2003 -105
- pmdsky_debug_py/jp_itcm.py +2008 -93
- pmdsky_debug_py/na.py +2001 -103
- pmdsky_debug_py/na_itcm.py +2008 -93
- pmdsky_debug_py/protocol.py +1061 -33
- {pmdsky_debug_py-10.1.15.dist-info → pmdsky_debug_py-10.2.19.dist-info}/METADATA +1 -1
- pmdsky_debug_py-10.2.19.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.19.dist-info}/WHEEL +0 -0
- {pmdsky_debug_py-10.1.15.dist-info → pmdsky_debug_py-10.2.19.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,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
3467
3622
|
None,
|
|
3468
3623
|
]
|
|
3469
3624
|
|
|
3625
|
+
CalcScriptVariables: Symbol[
|
|
3626
|
+
Optional[list[int]],
|
|
3627
|
+
None,
|
|
3628
|
+
]
|
|
3629
|
+
|
|
3470
3630
|
EventFlagResume: Symbol[
|
|
3471
3631
|
Optional[list[int]],
|
|
3472
3632
|
None,
|
|
@@ -3722,6 +3882,11 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
3722
3882
|
None,
|
|
3723
3883
|
]
|
|
3724
3884
|
|
|
3885
|
+
TilesetSecondaryTerrainIsChasm: Symbol[
|
|
3886
|
+
Optional[list[int]],
|
|
3887
|
+
None,
|
|
3888
|
+
]
|
|
3889
|
+
|
|
3725
3890
|
GetNbFloors: Symbol[
|
|
3726
3891
|
Optional[list[int]],
|
|
3727
3892
|
None,
|
|
@@ -5092,7 +5257,12 @@ class Arm9FunctionsProtocol(Protocol):
|
|
|
5092
5257
|
None,
|
|
5093
5258
|
]
|
|
5094
5259
|
|
|
5095
|
-
|
|
5260
|
+
GetScriptEntityMonsterId: Symbol[
|
|
5261
|
+
Optional[list[int]],
|
|
5262
|
+
None,
|
|
5263
|
+
]
|
|
5264
|
+
|
|
5265
|
+
GetScriptEntityMatchingStorageId: Symbol[
|
|
5096
5266
|
Optional[list[int]],
|
|
5097
5267
|
None,
|
|
5098
5268
|
]
|
|
@@ -5225,6 +5395,11 @@ class Arm9DataProtocol(Protocol):
|
|
|
5225
5395
|
Optional[int],
|
|
5226
5396
|
]
|
|
5227
5397
|
|
|
5398
|
+
SINE_VALUE_TABLE: Symbol[
|
|
5399
|
+
Optional[list[int]],
|
|
5400
|
+
Optional[int],
|
|
5401
|
+
]
|
|
5402
|
+
|
|
5228
5403
|
NATURAL_LOG_VALUE_TABLE: Symbol[
|
|
5229
5404
|
Optional[list[int]],
|
|
5230
5405
|
Optional[int],
|
|
@@ -5315,7 +5490,7 @@ class Arm9DataProtocol(Protocol):
|
|
|
5315
5490
|
Optional[int],
|
|
5316
5491
|
]
|
|
5317
5492
|
|
|
5318
|
-
|
|
5493
|
+
BABY_EXCLUSIVE_ITEM_PAIRS: Symbol[
|
|
5319
5494
|
Optional[list[int]],
|
|
5320
5495
|
Optional[int],
|
|
5321
5496
|
]
|
|
@@ -5465,16 +5640,31 @@ class Arm9DataProtocol(Protocol):
|
|
|
5465
5640
|
Optional[int],
|
|
5466
5641
|
]
|
|
5467
5642
|
|
|
5643
|
+
NULL_OVERLAY_LOAD_ENTRY: Symbol[
|
|
5644
|
+
Optional[list[int]],
|
|
5645
|
+
Optional[int],
|
|
5646
|
+
]
|
|
5647
|
+
|
|
5468
5648
|
PARTNER_TALK_KIND_TABLE: Symbol[
|
|
5469
5649
|
Optional[list[int]],
|
|
5470
5650
|
Optional[int],
|
|
5471
5651
|
]
|
|
5472
5652
|
|
|
5653
|
+
EVENT_FLAG_PROG_POS_INFO: Symbol[
|
|
5654
|
+
Optional[list[int]],
|
|
5655
|
+
Optional[int],
|
|
5656
|
+
]
|
|
5657
|
+
|
|
5473
5658
|
SCRIPT_VARS_LOCALS: Symbol[
|
|
5474
5659
|
Optional[list[int]],
|
|
5475
5660
|
Optional[int],
|
|
5476
5661
|
]
|
|
5477
5662
|
|
|
5663
|
+
EVENT_FLAG_EXPANSION_ERROR: Symbol[
|
|
5664
|
+
Optional[list[int]],
|
|
5665
|
+
Optional[int],
|
|
5666
|
+
]
|
|
5667
|
+
|
|
5478
5668
|
SCRIPT_VARS: Symbol[
|
|
5479
5669
|
Optional[list[int]],
|
|
5480
5670
|
Optional[int],
|
|
@@ -5720,6 +5910,11 @@ class Arm9DataProtocol(Protocol):
|
|
|
5720
5910
|
Optional[int],
|
|
5721
5911
|
]
|
|
5722
5912
|
|
|
5913
|
+
TACTICS_FOLLOW_LEADER: Symbol[
|
|
5914
|
+
Optional[list[int]],
|
|
5915
|
+
Optional[int],
|
|
5916
|
+
]
|
|
5917
|
+
|
|
5723
5918
|
FORBIDDEN_FORGOT_MOVE_LIST: Symbol[
|
|
5724
5919
|
Optional[list[int]],
|
|
5725
5920
|
Optional[int],
|
|
@@ -6165,6 +6360,11 @@ class Arm9DataProtocol(Protocol):
|
|
|
6165
6360
|
Optional[int],
|
|
6166
6361
|
]
|
|
6167
6362
|
|
|
6363
|
+
MENU_CONTROL_PTR: Symbol[
|
|
6364
|
+
Optional[list[int]],
|
|
6365
|
+
Optional[int],
|
|
6366
|
+
]
|
|
6367
|
+
|
|
6168
6368
|
KEYBOARD_STRING_IDS: Symbol[
|
|
6169
6369
|
Optional[list[int]],
|
|
6170
6370
|
Optional[int],
|
|
@@ -8368,6 +8568,11 @@ class LibsFunctionsProtocol(Protocol):
|
|
|
8368
8568
|
None,
|
|
8369
8569
|
]
|
|
8370
8570
|
|
|
8571
|
+
PM_ForceToPowerOff: Symbol[
|
|
8572
|
+
Optional[list[int]],
|
|
8573
|
+
None,
|
|
8574
|
+
]
|
|
8575
|
+
|
|
8371
8576
|
abs: Symbol[
|
|
8372
8577
|
Optional[list[int]],
|
|
8373
8578
|
None,
|
|
@@ -8553,7 +8758,7 @@ class LibsFunctionsProtocol(Protocol):
|
|
|
8553
8758
|
None,
|
|
8554
8759
|
]
|
|
8555
8760
|
|
|
8556
|
-
|
|
8761
|
+
_dgr: Symbol[
|
|
8557
8762
|
Optional[list[int]],
|
|
8558
8763
|
None,
|
|
8559
8764
|
]
|
|
@@ -10590,11 +10795,21 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10590
10795
|
Optional[int],
|
|
10591
10796
|
]
|
|
10592
10797
|
|
|
10798
|
+
FIERY_DRUM_RECRUIT_BOOST: Symbol[
|
|
10799
|
+
Optional[list[int]],
|
|
10800
|
+
Optional[int],
|
|
10801
|
+
]
|
|
10802
|
+
|
|
10593
10803
|
BAD_POISON_DAMAGE_COOLDOWN: Symbol[
|
|
10594
10804
|
Optional[list[int]],
|
|
10595
10805
|
Optional[int],
|
|
10596
10806
|
]
|
|
10597
10807
|
|
|
10808
|
+
ICY_FLUTE_RECRUIT_BOOST: Symbol[
|
|
10809
|
+
Optional[list[int]],
|
|
10810
|
+
Optional[int],
|
|
10811
|
+
]
|
|
10812
|
+
|
|
10598
10813
|
PROTEIN_STAT_BOOST: Symbol[
|
|
10599
10814
|
Optional[list[int]],
|
|
10600
10815
|
Optional[int],
|
|
@@ -10620,6 +10835,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10620
10835
|
Optional[int],
|
|
10621
10836
|
]
|
|
10622
10837
|
|
|
10838
|
+
GOLDEN_MASK_RECRUIT_BOOST: Symbol[
|
|
10839
|
+
Optional[list[int]],
|
|
10840
|
+
Optional[int],
|
|
10841
|
+
]
|
|
10842
|
+
|
|
10623
10843
|
IRON_TAIL_LOWER_DEFENSE_CHANCE: Symbol[
|
|
10624
10844
|
Optional[list[int]],
|
|
10625
10845
|
Optional[int],
|
|
@@ -10645,6 +10865,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10645
10865
|
Optional[int],
|
|
10646
10866
|
]
|
|
10647
10867
|
|
|
10868
|
+
HURL_DAMAGE: Symbol[
|
|
10869
|
+
Optional[list[int]],
|
|
10870
|
+
Optional[int],
|
|
10871
|
+
]
|
|
10872
|
+
|
|
10648
10873
|
TRAP_BUSTER_ACTIVATION_CHANCE: Symbol[
|
|
10649
10874
|
Optional[list[int]],
|
|
10650
10875
|
Optional[int],
|
|
@@ -10665,6 +10890,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10665
10890
|
Optional[int],
|
|
10666
10891
|
]
|
|
10667
10892
|
|
|
10893
|
+
AMBER_TEAR_RECRUIT_BOOST: Symbol[
|
|
10894
|
+
Optional[list[int]],
|
|
10895
|
+
Optional[int],
|
|
10896
|
+
]
|
|
10897
|
+
|
|
10668
10898
|
MUDDY_WATER_LOWER_ACCURACY_CHANCE: Symbol[
|
|
10669
10899
|
Optional[list[int]],
|
|
10670
10900
|
Optional[int],
|
|
@@ -10725,6 +10955,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10725
10955
|
Optional[int],
|
|
10726
10956
|
]
|
|
10727
10957
|
|
|
10958
|
+
CURSE_DAMAGE_COOLDOWN: Symbol[
|
|
10959
|
+
Optional[list[int]],
|
|
10960
|
+
Optional[int],
|
|
10961
|
+
]
|
|
10962
|
+
|
|
10728
10963
|
STEEL_WING_BOOST_DEFENSE_CHANCE: Symbol[
|
|
10729
10964
|
Optional[list[int]],
|
|
10730
10965
|
Optional[int],
|
|
@@ -10755,6 +10990,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10755
10990
|
Optional[int],
|
|
10756
10991
|
]
|
|
10757
10992
|
|
|
10993
|
+
PITFALL_TRAP_DAMAGE: Symbol[
|
|
10994
|
+
Optional[list[int]],
|
|
10995
|
+
Optional[int],
|
|
10996
|
+
]
|
|
10997
|
+
|
|
10758
10998
|
CHARGE_BEAM_BOOST_SPECIAL_ATTACK_CHANCE: Symbol[
|
|
10759
10999
|
Optional[list[int]],
|
|
10760
11000
|
Optional[int],
|
|
@@ -10770,6 +11010,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10770
11010
|
Optional[int],
|
|
10771
11011
|
]
|
|
10772
11012
|
|
|
11013
|
+
FRIEND_BOW_FAST_FRIEND_BOOST: Symbol[
|
|
11014
|
+
Optional[list[int]],
|
|
11015
|
+
Optional[int],
|
|
11016
|
+
]
|
|
11017
|
+
|
|
10773
11018
|
OCTAZOOKA_LOWER_ACCURACY_CHANCE: Symbol[
|
|
10774
11019
|
Optional[list[int]],
|
|
10775
11020
|
Optional[int],
|
|
@@ -10800,6 +11045,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10800
11045
|
Optional[int],
|
|
10801
11046
|
]
|
|
10802
11047
|
|
|
11048
|
+
CUTE_CHARM_INFATUATE_CHANCE: Symbol[
|
|
11049
|
+
Optional[list[int]],
|
|
11050
|
+
Optional[int],
|
|
11051
|
+
]
|
|
11052
|
+
|
|
10803
11053
|
LICK_PARALYZE_CHANCE: Symbol[
|
|
10804
11054
|
Optional[list[int]],
|
|
10805
11055
|
Optional[int],
|
|
@@ -10880,6 +11130,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10880
11130
|
Optional[int],
|
|
10881
11131
|
]
|
|
10882
11132
|
|
|
11133
|
+
INGRAIN_BONUS_REGEN: Symbol[
|
|
11134
|
+
Optional[list[int]],
|
|
11135
|
+
Optional[int],
|
|
11136
|
+
]
|
|
11137
|
+
|
|
10883
11138
|
AFTERMATH_CHANCE: Symbol[
|
|
10884
11139
|
Optional[list[int]],
|
|
10885
11140
|
Optional[int],
|
|
@@ -10895,16 +11150,31 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10895
11150
|
Optional[int],
|
|
10896
11151
|
]
|
|
10897
11152
|
|
|
11153
|
+
WRAP_DAMAGE: Symbol[
|
|
11154
|
+
Optional[list[int]],
|
|
11155
|
+
Optional[int],
|
|
11156
|
+
]
|
|
11157
|
+
|
|
10898
11158
|
TYPE_ADVANTAGE_MASTER_CRIT_RATE: Symbol[
|
|
10899
11159
|
Optional[list[int]],
|
|
10900
11160
|
Optional[int],
|
|
10901
11161
|
]
|
|
10902
11162
|
|
|
11163
|
+
INGRAIN_BONUS_REGEN_COOLDOWN: Symbol[
|
|
11164
|
+
Optional[list[int]],
|
|
11165
|
+
Optional[int],
|
|
11166
|
+
]
|
|
11167
|
+
|
|
10903
11168
|
ORAN_BERRY_HP_RESTORATION: Symbol[
|
|
10904
11169
|
Optional[list[int]],
|
|
10905
11170
|
Optional[int],
|
|
10906
11171
|
]
|
|
10907
11172
|
|
|
11173
|
+
WRAP_DAMAGE_COOLDOWN: Symbol[
|
|
11174
|
+
Optional[list[int]],
|
|
11175
|
+
Optional[int],
|
|
11176
|
+
]
|
|
11177
|
+
|
|
10908
11178
|
SITRUS_BERRY_FULL_HP_BOOST: Symbol[
|
|
10909
11179
|
Optional[list[int]],
|
|
10910
11180
|
Optional[int],
|
|
@@ -10940,6 +11210,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10940
11210
|
Optional[int],
|
|
10941
11211
|
]
|
|
10942
11212
|
|
|
11213
|
+
AQUA_RING_BONUS_REGEN: Symbol[
|
|
11214
|
+
Optional[list[int]],
|
|
11215
|
+
Optional[int],
|
|
11216
|
+
]
|
|
11217
|
+
|
|
10943
11218
|
BUBBLE_LOWER_SPEED_CHANCE: Symbol[
|
|
10944
11219
|
Optional[list[int]],
|
|
10945
11220
|
Optional[int],
|
|
@@ -10970,6 +11245,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
10970
11245
|
Optional[int],
|
|
10971
11246
|
]
|
|
10972
11247
|
|
|
11248
|
+
CHATOT_SCARF_BOUNCE_CHANCE: Symbol[
|
|
11249
|
+
Optional[list[int]],
|
|
11250
|
+
Optional[int],
|
|
11251
|
+
]
|
|
11252
|
+
|
|
10973
11253
|
WEATHER_MOVE_TURN_COUNT: Symbol[
|
|
10974
11254
|
Optional[list[int]],
|
|
10975
11255
|
Optional[int],
|
|
@@ -11130,6 +11410,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
11130
11410
|
Optional[int],
|
|
11131
11411
|
]
|
|
11132
11412
|
|
|
11413
|
+
BAD_WEATHER_DAMAGE: Symbol[
|
|
11414
|
+
Optional[list[int]],
|
|
11415
|
+
Optional[int],
|
|
11416
|
+
]
|
|
11417
|
+
|
|
11133
11418
|
SCOPE_LENS_CRIT_RATE_BOOST: Symbol[
|
|
11134
11419
|
Optional[list[int]],
|
|
11135
11420
|
Optional[int],
|
|
@@ -11140,67 +11425,137 @@ class Overlay10DataProtocol(Protocol):
|
|
|
11140
11425
|
Optional[int],
|
|
11141
11426
|
]
|
|
11142
11427
|
|
|
11143
|
-
|
|
11428
|
+
SKY_MELODICA_RECRUIT_BOOST: Symbol[
|
|
11144
11429
|
Optional[list[int]],
|
|
11145
11430
|
Optional[int],
|
|
11146
11431
|
]
|
|
11147
11432
|
|
|
11148
|
-
|
|
11433
|
+
GRASS_CORNET_RECRUIT_BOOST: Symbol[
|
|
11149
11434
|
Optional[list[int]],
|
|
11150
11435
|
Optional[int],
|
|
11151
11436
|
]
|
|
11152
11437
|
|
|
11153
|
-
|
|
11438
|
+
ROCK_HORN_RECRUIT_BOOST: Symbol[
|
|
11154
11439
|
Optional[list[int]],
|
|
11155
11440
|
Optional[int],
|
|
11156
11441
|
]
|
|
11157
11442
|
|
|
11158
|
-
|
|
11443
|
+
AQUA_MONICA_RECRUIT_BOOST: Symbol[
|
|
11159
11444
|
Optional[list[int]],
|
|
11160
11445
|
Optional[int],
|
|
11161
11446
|
]
|
|
11162
11447
|
|
|
11163
|
-
|
|
11448
|
+
TERRA_CYMBAL_RECRUIT_BOOST: Symbol[
|
|
11164
11449
|
Optional[list[int]],
|
|
11165
11450
|
Optional[int],
|
|
11166
11451
|
]
|
|
11167
11452
|
|
|
11168
|
-
|
|
11453
|
+
ME_FIRST_MULTIPLIER: Symbol[
|
|
11169
11454
|
Optional[list[int]],
|
|
11170
11455
|
Optional[int],
|
|
11171
11456
|
]
|
|
11172
11457
|
|
|
11173
|
-
|
|
11458
|
+
FACADE_DAMAGE_MULTIPLIER: Symbol[
|
|
11174
11459
|
Optional[list[int]],
|
|
11175
11460
|
Optional[int],
|
|
11176
11461
|
]
|
|
11177
11462
|
|
|
11178
|
-
|
|
11463
|
+
IMPRISON_TURN_RANGE: Symbol[
|
|
11179
11464
|
Optional[list[int]],
|
|
11180
11465
|
Optional[int],
|
|
11181
11466
|
]
|
|
11182
11467
|
|
|
11183
|
-
|
|
11468
|
+
SLEEP_TURN_RANGE: Symbol[
|
|
11184
11469
|
Optional[list[int]],
|
|
11185
11470
|
Optional[int],
|
|
11186
11471
|
]
|
|
11187
11472
|
|
|
11188
|
-
|
|
11473
|
+
NIGHTMARE_TURN_RANGE: Symbol[
|
|
11189
11474
|
Optional[list[int]],
|
|
11190
11475
|
Optional[int],
|
|
11191
11476
|
]
|
|
11192
11477
|
|
|
11193
|
-
|
|
11478
|
+
SLEEPLESSNESS_TURN_RANGE: Symbol[
|
|
11194
11479
|
Optional[list[int]],
|
|
11195
11480
|
Optional[int],
|
|
11196
11481
|
]
|
|
11197
11482
|
|
|
11198
|
-
|
|
11483
|
+
REFLECT_TURN_RANGE: Symbol[
|
|
11199
11484
|
Optional[list[int]],
|
|
11200
11485
|
Optional[int],
|
|
11201
11486
|
]
|
|
11202
11487
|
|
|
11203
|
-
|
|
11488
|
+
LIGHT_SCREEN_TURN_RANGE: Symbol[
|
|
11489
|
+
Optional[list[int]],
|
|
11490
|
+
Optional[int],
|
|
11491
|
+
]
|
|
11492
|
+
|
|
11493
|
+
SAFEGUARD_TURN_RANGE: Symbol[
|
|
11494
|
+
Optional[list[int]],
|
|
11495
|
+
Optional[int],
|
|
11496
|
+
]
|
|
11497
|
+
|
|
11498
|
+
MIST_TURN_RANGE: Symbol[
|
|
11499
|
+
Optional[list[int]],
|
|
11500
|
+
Optional[int],
|
|
11501
|
+
]
|
|
11502
|
+
|
|
11503
|
+
MAGIC_COAT_TURN_RANGE: Symbol[
|
|
11504
|
+
Optional[list[int]],
|
|
11505
|
+
Optional[int],
|
|
11506
|
+
]
|
|
11507
|
+
|
|
11508
|
+
BURN_DAMAGE_MULTIPLIER: Symbol[
|
|
11509
|
+
Optional[list[int]],
|
|
11510
|
+
Optional[int],
|
|
11511
|
+
]
|
|
11512
|
+
|
|
11513
|
+
REST_TURN_RANGE: Symbol[
|
|
11514
|
+
Optional[list[int]],
|
|
11515
|
+
Optional[int],
|
|
11516
|
+
]
|
|
11517
|
+
|
|
11518
|
+
MATCHUP_SUPER_EFFECTIVE_MULTIPLIER_ERRATIC_PLAYER: Symbol[
|
|
11519
|
+
Optional[list[int]],
|
|
11520
|
+
Optional[int],
|
|
11521
|
+
]
|
|
11522
|
+
|
|
11523
|
+
SET_REFLECT_STATUS_TURN_RANGE: Symbol[
|
|
11524
|
+
Optional[list[int]],
|
|
11525
|
+
Optional[int],
|
|
11526
|
+
]
|
|
11527
|
+
|
|
11528
|
+
MATCHUP_IMMUNE_MULTIPLIER: Symbol[
|
|
11529
|
+
Optional[list[int]],
|
|
11530
|
+
Optional[int],
|
|
11531
|
+
]
|
|
11532
|
+
|
|
11533
|
+
GASTRO_ACID_TURN_RANGE: Symbol[
|
|
11534
|
+
Optional[list[int]],
|
|
11535
|
+
Optional[int],
|
|
11536
|
+
]
|
|
11537
|
+
|
|
11538
|
+
SPORT_CONDITION_TURN_RANGE: Symbol[
|
|
11539
|
+
Optional[list[int]],
|
|
11540
|
+
Optional[int],
|
|
11541
|
+
]
|
|
11542
|
+
|
|
11543
|
+
SURE_SHOT_TURN_RANGE: Symbol[
|
|
11544
|
+
Optional[list[int]],
|
|
11545
|
+
Optional[int],
|
|
11546
|
+
]
|
|
11547
|
+
|
|
11548
|
+
DETECT_BAND_MOVE_ACCURACY_DROP: Symbol[
|
|
11549
|
+
Optional[list[int]],
|
|
11550
|
+
Optional[int],
|
|
11551
|
+
]
|
|
11552
|
+
|
|
11553
|
+
DECOY_TURN_RANGE: Symbol[
|
|
11554
|
+
Optional[list[int]],
|
|
11555
|
+
Optional[int],
|
|
11556
|
+
]
|
|
11557
|
+
|
|
11558
|
+
TINTED_LENS_MULTIPLIER: Symbol[
|
|
11204
11559
|
Optional[list[int]],
|
|
11205
11560
|
Optional[int],
|
|
11206
11561
|
]
|
|
@@ -11275,6 +11630,11 @@ class Overlay10DataProtocol(Protocol):
|
|
|
11275
11630
|
Optional[int],
|
|
11276
11631
|
]
|
|
11277
11632
|
|
|
11633
|
+
MIRROR_MOVE_TURN_RANGE: Symbol[
|
|
11634
|
+
Optional[list[int]],
|
|
11635
|
+
Optional[int],
|
|
11636
|
+
]
|
|
11637
|
+
|
|
11278
11638
|
AIR_BLADE_DAMAGE_MULTIPLIER: Symbol[
|
|
11279
11639
|
Optional[list[int]],
|
|
11280
11640
|
Optional[int],
|
|
@@ -11295,11 +11655,26 @@ class Overlay10DataProtocol(Protocol):
|
|
|
11295
11655
|
Optional[int],
|
|
11296
11656
|
]
|
|
11297
11657
|
|
|
11658
|
+
CRINGE_TURN_RANGE: Symbol[
|
|
11659
|
+
Optional[list[int]],
|
|
11660
|
+
Optional[int],
|
|
11661
|
+
]
|
|
11662
|
+
|
|
11298
11663
|
SPEED_BOOST_TURN_RANGE: Symbol[
|
|
11299
11664
|
Optional[list[int]],
|
|
11300
11665
|
Optional[int],
|
|
11301
11666
|
]
|
|
11302
11667
|
|
|
11668
|
+
SPEED_LOWER_TURN_RANGE: Symbol[
|
|
11669
|
+
Optional[list[int]],
|
|
11670
|
+
None,
|
|
11671
|
+
]
|
|
11672
|
+
|
|
11673
|
+
PARALYSIS_TURN_RANGE: Symbol[
|
|
11674
|
+
Optional[list[int]],
|
|
11675
|
+
None,
|
|
11676
|
+
]
|
|
11677
|
+
|
|
11303
11678
|
SOLARBEAM_DAMAGE_MULTIPLIER: Symbol[
|
|
11304
11679
|
Optional[list[int]],
|
|
11305
11680
|
Optional[int],
|
|
@@ -11720,6 +12095,21 @@ class Overlay11FunctionsProtocol(Protocol):
|
|
|
11720
12095
|
None,
|
|
11721
12096
|
]
|
|
11722
12097
|
|
|
12098
|
+
GroundBgInit: Symbol[
|
|
12099
|
+
Optional[list[int]],
|
|
12100
|
+
None,
|
|
12101
|
+
]
|
|
12102
|
+
|
|
12103
|
+
GroundBgFreeAll: Symbol[
|
|
12104
|
+
Optional[list[int]],
|
|
12105
|
+
None,
|
|
12106
|
+
]
|
|
12107
|
+
|
|
12108
|
+
GroundBgCloseOpenedFiles: Symbol[
|
|
12109
|
+
Optional[list[int]],
|
|
12110
|
+
None,
|
|
12111
|
+
]
|
|
12112
|
+
|
|
11723
12113
|
LoadMapType10: Symbol[
|
|
11724
12114
|
Optional[list[int]],
|
|
11725
12115
|
None,
|
|
@@ -11730,6 +12120,11 @@ class Overlay11FunctionsProtocol(Protocol):
|
|
|
11730
12120
|
None,
|
|
11731
12121
|
]
|
|
11732
12122
|
|
|
12123
|
+
BmaLayerNrlDecompressor: Symbol[
|
|
12124
|
+
Optional[list[int]],
|
|
12125
|
+
None,
|
|
12126
|
+
]
|
|
12127
|
+
|
|
11733
12128
|
GetSpecialLayoutBackground: Symbol[
|
|
11734
12129
|
Optional[list[int]],
|
|
11735
12130
|
None,
|
|
@@ -12235,6 +12630,11 @@ class Overlay11FunctionsProtocol(Protocol):
|
|
|
12235
12630
|
None,
|
|
12236
12631
|
]
|
|
12237
12632
|
|
|
12633
|
+
SwapShopInventoryManager: Symbol[
|
|
12634
|
+
Optional[list[int]],
|
|
12635
|
+
None,
|
|
12636
|
+
]
|
|
12637
|
+
|
|
12238
12638
|
HandleControlsTopScreenGround: Symbol[
|
|
12239
12639
|
Optional[list[int]],
|
|
12240
12640
|
None,
|
|
@@ -12333,6 +12733,11 @@ class Overlay11DataProtocol(Protocol):
|
|
|
12333
12733
|
Optional[int],
|
|
12334
12734
|
]
|
|
12335
12735
|
|
|
12736
|
+
POSITION_ZERO: Symbol[
|
|
12737
|
+
Optional[list[int]],
|
|
12738
|
+
Optional[int],
|
|
12739
|
+
]
|
|
12740
|
+
|
|
12336
12741
|
LEVEL_TILEMAP_LIST: Symbol[
|
|
12337
12742
|
Optional[list[int]],
|
|
12338
12743
|
Optional[int],
|
|
@@ -12388,6 +12793,11 @@ class Overlay11DataProtocol(Protocol):
|
|
|
12388
12793
|
Optional[int],
|
|
12389
12794
|
]
|
|
12390
12795
|
|
|
12796
|
+
SWAP_SHOP_INVENTORY_PTRS: Symbol[
|
|
12797
|
+
Optional[list[int]],
|
|
12798
|
+
Optional[int],
|
|
12799
|
+
]
|
|
12800
|
+
|
|
12391
12801
|
WORLD_MAP_MODE: Symbol[
|
|
12392
12802
|
Optional[list[int]],
|
|
12393
12803
|
Optional[int],
|
|
@@ -13596,7 +14006,40 @@ Overlay20Protocol = SectionProtocol[
|
|
|
13596
14006
|
|
|
13597
14007
|
class Overlay21FunctionsProtocol(Protocol):
|
|
13598
14008
|
|
|
13599
|
-
|
|
14009
|
+
SwapShopDialogueManager: Symbol[
|
|
14010
|
+
Optional[list[int]],
|
|
14011
|
+
None,
|
|
14012
|
+
]
|
|
14013
|
+
|
|
14014
|
+
GetFirstExclusivePrerequisite: Symbol[
|
|
14015
|
+
Optional[list[int]],
|
|
14016
|
+
None,
|
|
14017
|
+
]
|
|
14018
|
+
|
|
14019
|
+
SwapShopEntryPoint: Symbol[
|
|
14020
|
+
Optional[list[int]],
|
|
14021
|
+
None,
|
|
14022
|
+
]
|
|
14023
|
+
|
|
14024
|
+
SwapShopDestructor: Symbol[
|
|
14025
|
+
Optional[list[int]],
|
|
14026
|
+
None,
|
|
14027
|
+
]
|
|
14028
|
+
|
|
14029
|
+
SwapShopMainManager: Symbol[
|
|
14030
|
+
Optional[list[int]],
|
|
14031
|
+
None,
|
|
14032
|
+
]
|
|
14033
|
+
|
|
14034
|
+
CloseTextboxAndSimpleMenu: Symbol[
|
|
14035
|
+
Optional[list[int]],
|
|
14036
|
+
None,
|
|
14037
|
+
]
|
|
14038
|
+
|
|
14039
|
+
SwapShopPrintCurrentGold: Symbol[
|
|
14040
|
+
Optional[list[int]],
|
|
14041
|
+
None,
|
|
14042
|
+
]
|
|
13600
14043
|
|
|
13601
14044
|
|
|
13602
14045
|
class Overlay21DataProtocol(Protocol):
|
|
@@ -13681,17 +14124,147 @@ class Overlay21DataProtocol(Protocol):
|
|
|
13681
14124
|
Optional[int],
|
|
13682
14125
|
]
|
|
13683
14126
|
|
|
14127
|
+
SWAP_SHOP_TALK_WELCOME_DEBUG_STRING: Symbol[
|
|
14128
|
+
Optional[list[int]],
|
|
14129
|
+
Optional[int],
|
|
14130
|
+
]
|
|
14131
|
+
|
|
14132
|
+
SWAP_SHOP_MAIN_MENU_OPTIONS_DEBUG_STRING: Symbol[
|
|
14133
|
+
Optional[list[int]],
|
|
14134
|
+
Optional[int],
|
|
14135
|
+
]
|
|
14136
|
+
|
|
14137
|
+
SWAP_SHOP_TALK_CONTINUE_SWAP_DEBUG_STRING: Symbol[
|
|
14138
|
+
Optional[list[int]],
|
|
14139
|
+
Optional[int],
|
|
14140
|
+
]
|
|
14141
|
+
|
|
14142
|
+
SWAP_SHOP_TALK_SUBINFO_DEBUG_STRING: Symbol[
|
|
14143
|
+
Optional[list[int]],
|
|
14144
|
+
Optional[int],
|
|
14145
|
+
]
|
|
14146
|
+
|
|
14147
|
+
SWAP_SHOP_TALK_COME_AGAIN_DEBUG_STRING: Symbol[
|
|
14148
|
+
Optional[list[int]],
|
|
14149
|
+
Optional[int],
|
|
14150
|
+
]
|
|
14151
|
+
|
|
14152
|
+
SWAP_SHOP_TALK_LACKING_SWAP_ITEMS_DEBUG_STRING: Symbol[
|
|
14153
|
+
Optional[list[int]],
|
|
14154
|
+
Optional[int],
|
|
14155
|
+
]
|
|
14156
|
+
|
|
14157
|
+
SWAP_SHOP_TALK_SWAP_BROKE_DEBUG_STRING: Symbol[
|
|
14158
|
+
Optional[list[int]],
|
|
14159
|
+
Optional[int],
|
|
14160
|
+
]
|
|
14161
|
+
|
|
14162
|
+
SWAP_SHOP_TALK_SWAP_POOR_DEBUG_STRING: Symbol[
|
|
14163
|
+
Optional[list[int]],
|
|
14164
|
+
Optional[int],
|
|
14165
|
+
]
|
|
14166
|
+
|
|
14167
|
+
SWAP_SHOP_UNK_8_DEBUG_STRING: Symbol[
|
|
14168
|
+
Optional[list[int]],
|
|
14169
|
+
Optional[int],
|
|
14170
|
+
]
|
|
14171
|
+
|
|
14172
|
+
SWAP_SHOP_CLOSE_SHOP_DEBUG_STRING: Symbol[
|
|
14173
|
+
Optional[list[int]],
|
|
14174
|
+
Optional[int],
|
|
14175
|
+
]
|
|
14176
|
+
|
|
14177
|
+
SWAP_SHOP_TALK_WHAT_ITEMS_DEBUG_STRING: Symbol[
|
|
14178
|
+
Optional[list[int]],
|
|
14179
|
+
Optional[int],
|
|
14180
|
+
]
|
|
14181
|
+
|
|
14182
|
+
SWAP_SHOP_TALK_VALUABLE_SWAP_DEBUG_STRING: Symbol[
|
|
14183
|
+
Optional[list[int]],
|
|
14184
|
+
Optional[int],
|
|
14185
|
+
]
|
|
14186
|
+
|
|
14187
|
+
SWAP_SHOP_INIT_SWAP_ITEMS_MENU_DEBUG_STRING: Symbol[
|
|
14188
|
+
Optional[list[int]],
|
|
14189
|
+
Optional[int],
|
|
14190
|
+
]
|
|
14191
|
+
|
|
14192
|
+
SWAP_SHOP_SWAP_ITEMS_MENU_DEBUG_STRING: Symbol[
|
|
14193
|
+
Optional[list[int]],
|
|
14194
|
+
Optional[int],
|
|
14195
|
+
]
|
|
14196
|
+
|
|
14197
|
+
SWAP_SHOP_RETURN_SWAP_ITEMS_MENU_DEBUG_STRING: Symbol[
|
|
14198
|
+
Optional[list[int]],
|
|
14199
|
+
Optional[int],
|
|
14200
|
+
]
|
|
14201
|
+
|
|
14202
|
+
SWAP_SHOP_SELECT_SWAP_ITEM_OPTIONS_DEBUG_STRING: Symbol[
|
|
14203
|
+
Optional[list[int]],
|
|
14204
|
+
Optional[int],
|
|
14205
|
+
]
|
|
14206
|
+
|
|
14207
|
+
SWAP_SHOP_SWAP_ITEM_GET_INFO_DEBUG_STRING: Symbol[
|
|
14208
|
+
Optional[list[int]],
|
|
14209
|
+
Optional[int],
|
|
14210
|
+
]
|
|
14211
|
+
|
|
14212
|
+
SWAP_SHOP_ITEM_ZERO_STRING: Symbol[
|
|
14213
|
+
Optional[list[int]],
|
|
14214
|
+
Optional[int],
|
|
14215
|
+
]
|
|
14216
|
+
|
|
14217
|
+
SWAP_SHOP_TALK_CONFIRM_SWAP_DEBUG_STRING: Symbol[
|
|
14218
|
+
Optional[list[int]],
|
|
14219
|
+
Optional[int],
|
|
14220
|
+
]
|
|
14221
|
+
|
|
14222
|
+
SWAP_SHOP_CONFIRM_CHOICE_DEBUG_STRING: Symbol[
|
|
14223
|
+
Optional[list[int]],
|
|
14224
|
+
Optional[int],
|
|
14225
|
+
]
|
|
14226
|
+
|
|
14227
|
+
SWAP_SHOP_INIT_SCRIPT_ACTION_1_DEBUG_STRING: Symbol[
|
|
14228
|
+
Optional[list[int]],
|
|
14229
|
+
Optional[int],
|
|
14230
|
+
]
|
|
14231
|
+
|
|
14232
|
+
SWAP_SHOP_INIT_SCRIPT_ACTION_2_DEBUG_STRING: Symbol[
|
|
14233
|
+
Optional[list[int]],
|
|
14234
|
+
Optional[int],
|
|
14235
|
+
]
|
|
14236
|
+
|
|
14237
|
+
SWAP_SHOP_INIT_SCRIPT_ACTION_3_DEBUG_STRING: Symbol[
|
|
14238
|
+
Optional[list[int]],
|
|
14239
|
+
Optional[int],
|
|
14240
|
+
]
|
|
14241
|
+
|
|
14242
|
+
SWAP_SHOP_TEXT_PUT_IN_CAULDRON_DEBUG_STRING: Symbol[
|
|
14243
|
+
Optional[list[int]],
|
|
14244
|
+
Optional[int],
|
|
14245
|
+
]
|
|
14246
|
+
|
|
14247
|
+
SWAP_SHOP_DO_SWAP_THEN_TALK_DEBUG_STRING: Symbol[
|
|
14248
|
+
Optional[list[int]],
|
|
14249
|
+
Optional[int],
|
|
14250
|
+
]
|
|
14251
|
+
|
|
13684
14252
|
OVERLAY21_JP_STRING: Symbol[
|
|
13685
14253
|
Optional[list[int]],
|
|
13686
14254
|
Optional[int],
|
|
13687
14255
|
]
|
|
13688
14256
|
|
|
14257
|
+
SWAP_SHOP_GOLD_STRING: Symbol[
|
|
14258
|
+
Optional[list[int]],
|
|
14259
|
+
Optional[int],
|
|
14260
|
+
]
|
|
14261
|
+
|
|
13689
14262
|
OVERLAY21_RESERVED_SPACE: Symbol[
|
|
13690
14263
|
Optional[list[int]],
|
|
13691
14264
|
Optional[int],
|
|
13692
14265
|
]
|
|
13693
14266
|
|
|
13694
|
-
|
|
14267
|
+
SWAP_SHOP_MENU_DATA_PTR: Symbol[
|
|
13695
14268
|
Optional[list[int]],
|
|
13696
14269
|
Optional[int],
|
|
13697
14270
|
]
|
|
@@ -14323,6 +14896,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14323
14896
|
None,
|
|
14324
14897
|
]
|
|
14325
14898
|
|
|
14899
|
+
FloorSecondaryTerrainIsChasm: Symbol[
|
|
14900
|
+
Optional[list[int]],
|
|
14901
|
+
None,
|
|
14902
|
+
]
|
|
14903
|
+
|
|
14326
14904
|
GetFloorType: Symbol[
|
|
14327
14905
|
Optional[list[int]],
|
|
14328
14906
|
None,
|
|
@@ -14368,6 +14946,16 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14368
14946
|
None,
|
|
14369
14947
|
]
|
|
14370
14948
|
|
|
14949
|
+
SetDungeonEscapeFields: Symbol[
|
|
14950
|
+
Optional[list[int]],
|
|
14951
|
+
None,
|
|
14952
|
+
]
|
|
14953
|
+
|
|
14954
|
+
GetSuccessfulExitTracker: Symbol[
|
|
14955
|
+
Optional[list[int]],
|
|
14956
|
+
None,
|
|
14957
|
+
]
|
|
14958
|
+
|
|
14371
14959
|
CheckTouchscreenArea: Symbol[
|
|
14372
14960
|
Optional[list[int]],
|
|
14373
14961
|
None,
|
|
@@ -14538,16 +15126,86 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14538
15126
|
None,
|
|
14539
15127
|
]
|
|
14540
15128
|
|
|
15129
|
+
PlayParalysisEffect: Symbol[
|
|
15130
|
+
Optional[list[int]],
|
|
15131
|
+
None,
|
|
15132
|
+
]
|
|
15133
|
+
|
|
14541
15134
|
PlayEffectAnimationEntityStandard: Symbol[
|
|
14542
15135
|
Optional[list[int]],
|
|
14543
15136
|
None,
|
|
14544
15137
|
]
|
|
14545
15138
|
|
|
15139
|
+
PlaySpeedUpEffect: Symbol[
|
|
15140
|
+
Optional[list[int]],
|
|
15141
|
+
None,
|
|
15142
|
+
]
|
|
15143
|
+
|
|
15144
|
+
PlaySpeedDownEffect: Symbol[
|
|
15145
|
+
Optional[list[int]],
|
|
15146
|
+
None,
|
|
15147
|
+
]
|
|
15148
|
+
|
|
14546
15149
|
ShowPpRestoreEffect: Symbol[
|
|
14547
15150
|
Optional[list[int]],
|
|
14548
15151
|
None,
|
|
14549
15152
|
]
|
|
14550
15153
|
|
|
15154
|
+
PlayOffensiveStatDownEffect: Symbol[
|
|
15155
|
+
Optional[list[int]],
|
|
15156
|
+
None,
|
|
15157
|
+
]
|
|
15158
|
+
|
|
15159
|
+
PlayDefensiveStatDownEffect: Symbol[
|
|
15160
|
+
Optional[list[int]],
|
|
15161
|
+
None,
|
|
15162
|
+
]
|
|
15163
|
+
|
|
15164
|
+
PlayOffensiveStatUpEffect: Symbol[
|
|
15165
|
+
Optional[list[int]],
|
|
15166
|
+
None,
|
|
15167
|
+
]
|
|
15168
|
+
|
|
15169
|
+
PlayDefensiveStatUpEffect: Symbol[
|
|
15170
|
+
Optional[list[int]],
|
|
15171
|
+
None,
|
|
15172
|
+
]
|
|
15173
|
+
|
|
15174
|
+
PlayOffensiveStatMultiplierUpEffect: Symbol[
|
|
15175
|
+
Optional[list[int]],
|
|
15176
|
+
None,
|
|
15177
|
+
]
|
|
15178
|
+
|
|
15179
|
+
PlayOffensiveStatMultiplierDownEffect: Symbol[
|
|
15180
|
+
Optional[list[int]],
|
|
15181
|
+
None,
|
|
15182
|
+
]
|
|
15183
|
+
|
|
15184
|
+
PlayDefensiveStatMultiplierUpEffect: Symbol[
|
|
15185
|
+
Optional[list[int]],
|
|
15186
|
+
None,
|
|
15187
|
+
]
|
|
15188
|
+
|
|
15189
|
+
PlayDefensiveStatMultiplierDownEffect: Symbol[
|
|
15190
|
+
Optional[list[int]],
|
|
15191
|
+
None,
|
|
15192
|
+
]
|
|
15193
|
+
|
|
15194
|
+
PlayHitChanceUpEffect: Symbol[
|
|
15195
|
+
Optional[list[int]],
|
|
15196
|
+
None,
|
|
15197
|
+
]
|
|
15198
|
+
|
|
15199
|
+
PlayHitChanceDownEffect: Symbol[
|
|
15200
|
+
Optional[list[int]],
|
|
15201
|
+
None,
|
|
15202
|
+
]
|
|
15203
|
+
|
|
15204
|
+
PlaySeByIdIfShouldDisplayEntity: Symbol[
|
|
15205
|
+
Optional[list[int]],
|
|
15206
|
+
None,
|
|
15207
|
+
]
|
|
15208
|
+
|
|
14551
15209
|
ShouldDisplayEntityAdvanced: Symbol[
|
|
14552
15210
|
Optional[list[int]],
|
|
14553
15211
|
None,
|
|
@@ -14573,6 +15231,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14573
15231
|
None,
|
|
14574
15232
|
]
|
|
14575
15233
|
|
|
15234
|
+
GetRandomTrapId: Symbol[
|
|
15235
|
+
Optional[list[int]],
|
|
15236
|
+
None,
|
|
15237
|
+
]
|
|
15238
|
+
|
|
14576
15239
|
GetItemIdToSpawn: Symbol[
|
|
14577
15240
|
Optional[list[int]],
|
|
14578
15241
|
None,
|
|
@@ -14663,6 +15326,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14663
15326
|
None,
|
|
14664
15327
|
]
|
|
14665
15328
|
|
|
15329
|
+
IsPositionWithinTwoTiles: Symbol[
|
|
15330
|
+
Optional[list[int]],
|
|
15331
|
+
None,
|
|
15332
|
+
]
|
|
15333
|
+
|
|
14666
15334
|
GetLeader: Symbol[
|
|
14667
15335
|
Optional[list[int]],
|
|
14668
15336
|
None,
|
|
@@ -14778,6 +15446,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14778
15446
|
None,
|
|
14779
15447
|
]
|
|
14780
15448
|
|
|
15449
|
+
PlaySeByIdIfNotSilence: Symbol[
|
|
15450
|
+
Optional[list[int]],
|
|
15451
|
+
None,
|
|
15452
|
+
]
|
|
15453
|
+
|
|
14781
15454
|
MusicTableIdxToMusicId: Symbol[
|
|
14782
15455
|
Optional[list[int]],
|
|
14783
15456
|
None,
|
|
@@ -14793,6 +15466,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14793
15466
|
None,
|
|
14794
15467
|
]
|
|
14795
15468
|
|
|
15469
|
+
ResetLeaderActionFields: Symbol[
|
|
15470
|
+
Optional[list[int]],
|
|
15471
|
+
None,
|
|
15472
|
+
]
|
|
15473
|
+
|
|
14796
15474
|
SetLeaderActionFields: Symbol[
|
|
14797
15475
|
Optional[list[int]],
|
|
14798
15476
|
None,
|
|
@@ -14913,6 +15591,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14913
15591
|
None,
|
|
14914
15592
|
]
|
|
14915
15593
|
|
|
15594
|
+
SpawnTraps: Symbol[
|
|
15595
|
+
Optional[list[int]],
|
|
15596
|
+
None,
|
|
15597
|
+
]
|
|
15598
|
+
|
|
14916
15599
|
SpawnEnemyTrapAtPos: Symbol[
|
|
14917
15600
|
Optional[list[int]],
|
|
14918
15601
|
None,
|
|
@@ -14923,6 +15606,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14923
15606
|
None,
|
|
14924
15607
|
]
|
|
14925
15608
|
|
|
15609
|
+
CanLayTrap: Symbol[
|
|
15610
|
+
Optional[list[int]],
|
|
15611
|
+
None,
|
|
15612
|
+
]
|
|
15613
|
+
|
|
14926
15614
|
TrySpawnTrap: Symbol[
|
|
14927
15615
|
Optional[list[int]],
|
|
14928
15616
|
None,
|
|
@@ -14938,6 +15626,21 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
14938
15626
|
None,
|
|
14939
15627
|
]
|
|
14940
15628
|
|
|
15629
|
+
TryRevealAttackedTrap: Symbol[
|
|
15630
|
+
Optional[list[int]],
|
|
15631
|
+
None,
|
|
15632
|
+
]
|
|
15633
|
+
|
|
15634
|
+
SubstitutePlaceholderTrapTags2: Symbol[
|
|
15635
|
+
Optional[list[int]],
|
|
15636
|
+
None,
|
|
15637
|
+
]
|
|
15638
|
+
|
|
15639
|
+
SubstitutePlaceholderTrapTags: Symbol[
|
|
15640
|
+
Optional[list[int]],
|
|
15641
|
+
None,
|
|
15642
|
+
]
|
|
15643
|
+
|
|
14941
15644
|
TryTriggerTrap: Symbol[
|
|
14942
15645
|
Optional[list[int]],
|
|
14943
15646
|
None,
|
|
@@ -15008,6 +15711,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15008
15711
|
None,
|
|
15009
15712
|
]
|
|
15010
15713
|
|
|
15714
|
+
SpawnMonstersAroundPos: Symbol[
|
|
15715
|
+
Optional[list[int]],
|
|
15716
|
+
None,
|
|
15717
|
+
]
|
|
15718
|
+
|
|
15011
15719
|
RevealTrapsNearby: Symbol[
|
|
15012
15720
|
Optional[list[int]],
|
|
15013
15721
|
None,
|
|
@@ -15028,6 +15736,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15028
15736
|
None,
|
|
15029
15737
|
]
|
|
15030
15738
|
|
|
15739
|
+
IsBehaviorLoneOutlaw: Symbol[
|
|
15740
|
+
Optional[list[int]],
|
|
15741
|
+
None,
|
|
15742
|
+
]
|
|
15743
|
+
|
|
15031
15744
|
IsSecretBazaarNpcBehavior: Symbol[
|
|
15032
15745
|
Optional[list[int]],
|
|
15033
15746
|
None,
|
|
@@ -15038,6 +15751,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15038
15751
|
None,
|
|
15039
15752
|
]
|
|
15040
15753
|
|
|
15754
|
+
GetLeaderActionId: Symbol[
|
|
15755
|
+
Optional[list[int]],
|
|
15756
|
+
None,
|
|
15757
|
+
]
|
|
15758
|
+
|
|
15041
15759
|
GetEntityTouchscreenArea: Symbol[
|
|
15042
15760
|
Optional[list[int]],
|
|
15043
15761
|
None,
|
|
@@ -15068,6 +15786,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15068
15786
|
None,
|
|
15069
15787
|
]
|
|
15070
15788
|
|
|
15789
|
+
HandleHeldItemSwaps: Symbol[
|
|
15790
|
+
Optional[list[int]],
|
|
15791
|
+
None,
|
|
15792
|
+
]
|
|
15793
|
+
|
|
15071
15794
|
UseSingleUseItemWrapper: Symbol[
|
|
15072
15795
|
Optional[list[int]],
|
|
15073
15796
|
None,
|
|
@@ -15178,7 +15901,7 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15178
15901
|
None,
|
|
15179
15902
|
]
|
|
15180
15903
|
|
|
15181
|
-
|
|
15904
|
+
CreateMonsterSummaryFromEntity: Symbol[
|
|
15182
15905
|
Optional[list[int]],
|
|
15183
15906
|
None,
|
|
15184
15907
|
]
|
|
@@ -15338,6 +16061,21 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15338
16061
|
None,
|
|
15339
16062
|
]
|
|
15340
16063
|
|
|
16064
|
+
IsHero: Symbol[
|
|
16065
|
+
Optional[list[int]],
|
|
16066
|
+
None,
|
|
16067
|
+
]
|
|
16068
|
+
|
|
16069
|
+
IsSpecialStoryAllyOrClient: Symbol[
|
|
16070
|
+
Optional[list[int]],
|
|
16071
|
+
None,
|
|
16072
|
+
]
|
|
16073
|
+
|
|
16074
|
+
ResetTriggerFlags: Symbol[
|
|
16075
|
+
Optional[list[int]],
|
|
16076
|
+
None,
|
|
16077
|
+
]
|
|
16078
|
+
|
|
15341
16079
|
IsSpecialStoryAlly: Symbol[
|
|
15342
16080
|
Optional[list[int]],
|
|
15343
16081
|
None,
|
|
@@ -15348,6 +16086,21 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15348
16086
|
None,
|
|
15349
16087
|
]
|
|
15350
16088
|
|
|
16089
|
+
IsMonsterLoneOutlaw: Symbol[
|
|
16090
|
+
Optional[list[int]],
|
|
16091
|
+
None,
|
|
16092
|
+
]
|
|
16093
|
+
|
|
16094
|
+
IsSecretBazaarNpc: Symbol[
|
|
16095
|
+
Optional[list[int]],
|
|
16096
|
+
None,
|
|
16097
|
+
]
|
|
16098
|
+
|
|
16099
|
+
IsTeamMemberOnFirstTurnInFixedRoom: Symbol[
|
|
16100
|
+
Optional[list[int]],
|
|
16101
|
+
None,
|
|
16102
|
+
]
|
|
16103
|
+
|
|
15351
16104
|
InitOtherMonsterData: Symbol[
|
|
15352
16105
|
Optional[list[int]],
|
|
15353
16106
|
None,
|
|
@@ -15458,6 +16211,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15458
16211
|
None,
|
|
15459
16212
|
]
|
|
15460
16213
|
|
|
16214
|
+
CanMoveThroughWalls: Symbol[
|
|
16215
|
+
Optional[list[int]],
|
|
16216
|
+
None,
|
|
16217
|
+
]
|
|
16218
|
+
|
|
15461
16219
|
CannotStandOnTile: Symbol[
|
|
15462
16220
|
Optional[list[int]],
|
|
15463
16221
|
None,
|
|
@@ -15493,6 +16251,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15493
16251
|
None,
|
|
15494
16252
|
]
|
|
15495
16253
|
|
|
16254
|
+
SetPreprocessorArgsStringToName: Symbol[
|
|
16255
|
+
Optional[list[int]],
|
|
16256
|
+
None,
|
|
16257
|
+
]
|
|
16258
|
+
|
|
15496
16259
|
IsMonsterDrowsy: Symbol[
|
|
15497
16260
|
Optional[list[int]],
|
|
15498
16261
|
None,
|
|
@@ -15553,6 +16316,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15553
16316
|
None,
|
|
15554
16317
|
]
|
|
15555
16318
|
|
|
16319
|
+
MonsterHasQuarterHp: Symbol[
|
|
16320
|
+
Optional[list[int]],
|
|
16321
|
+
None,
|
|
16322
|
+
]
|
|
16323
|
+
|
|
15556
16324
|
CheckVariousStatuses2: Symbol[
|
|
15557
16325
|
Optional[list[int]],
|
|
15558
16326
|
None,
|
|
@@ -15603,6 +16371,16 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15603
16371
|
None,
|
|
15604
16372
|
]
|
|
15605
16373
|
|
|
16374
|
+
IsAtJunction: Symbol[
|
|
16375
|
+
Optional[list[int]],
|
|
16376
|
+
None,
|
|
16377
|
+
]
|
|
16378
|
+
|
|
16379
|
+
ShouldAvoidFirstHit: Symbol[
|
|
16380
|
+
Optional[list[int]],
|
|
16381
|
+
None,
|
|
16382
|
+
]
|
|
16383
|
+
|
|
15606
16384
|
ShouldMonsterRunAway: Symbol[
|
|
15607
16385
|
Optional[list[int]],
|
|
15608
16386
|
None,
|
|
@@ -15623,6 +16401,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15623
16401
|
None,
|
|
15624
16402
|
]
|
|
15625
16403
|
|
|
16404
|
+
GetTreatmentBetweenMonstersIgnoreStatus: Symbol[
|
|
16405
|
+
Optional[list[int]],
|
|
16406
|
+
None,
|
|
16407
|
+
]
|
|
16408
|
+
|
|
15626
16409
|
SafeguardIsActive: Symbol[
|
|
15627
16410
|
Optional[list[int]],
|
|
15628
16411
|
None,
|
|
@@ -15703,6 +16486,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15703
16486
|
None,
|
|
15704
16487
|
]
|
|
15705
16488
|
|
|
16489
|
+
CanSeeTeammate: Symbol[
|
|
16490
|
+
Optional[list[int]],
|
|
16491
|
+
None,
|
|
16492
|
+
]
|
|
16493
|
+
|
|
15706
16494
|
GetMoveTypeForMonster: Symbol[
|
|
15707
16495
|
Optional[list[int]],
|
|
15708
16496
|
None,
|
|
@@ -15753,6 +16541,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15753
16541
|
None,
|
|
15754
16542
|
]
|
|
15755
16543
|
|
|
16544
|
+
DungeonTmLearnMove: Symbol[
|
|
16545
|
+
Optional[list[int]],
|
|
16546
|
+
None,
|
|
16547
|
+
]
|
|
16548
|
+
|
|
15756
16549
|
GetMonsterMoves: Symbol[
|
|
15757
16550
|
Optional[list[int]],
|
|
15758
16551
|
None,
|
|
@@ -15883,6 +16676,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15883
16676
|
None,
|
|
15884
16677
|
]
|
|
15885
16678
|
|
|
16679
|
+
TryEndPetrifiedOrSleepStatus: Symbol[
|
|
16680
|
+
Optional[list[int]],
|
|
16681
|
+
None,
|
|
16682
|
+
]
|
|
16683
|
+
|
|
15886
16684
|
EndFrozenStatus: Symbol[
|
|
15887
16685
|
Optional[list[int]],
|
|
15888
16686
|
None,
|
|
@@ -15908,6 +16706,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15908
16706
|
None,
|
|
15909
16707
|
]
|
|
15910
16708
|
|
|
16709
|
+
GetLeaderIfVisible: Symbol[
|
|
16710
|
+
Optional[list[int]],
|
|
16711
|
+
None,
|
|
16712
|
+
]
|
|
16713
|
+
|
|
15911
16714
|
RunMonsterAi: Symbol[
|
|
15912
16715
|
Optional[list[int]],
|
|
15913
16716
|
None,
|
|
@@ -15958,6 +16761,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
15958
16761
|
None,
|
|
15959
16762
|
]
|
|
15960
16763
|
|
|
16764
|
+
WeightWeakTypePicker: Symbol[
|
|
16765
|
+
Optional[list[int]],
|
|
16766
|
+
None,
|
|
16767
|
+
]
|
|
16768
|
+
|
|
15961
16769
|
CalcDamage: Symbol[
|
|
15962
16770
|
Optional[list[int]],
|
|
15963
16771
|
None,
|
|
@@ -16073,6 +16881,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
16073
16881
|
None,
|
|
16074
16882
|
]
|
|
16075
16883
|
|
|
16884
|
+
FindDirectionOfAdjacentMonsterWithItem: Symbol[
|
|
16885
|
+
Optional[list[int]],
|
|
16886
|
+
None,
|
|
16887
|
+
]
|
|
16888
|
+
|
|
16076
16889
|
TrySpawnEnemyItemDrop: Symbol[
|
|
16077
16890
|
Optional[list[int]],
|
|
16078
16891
|
None,
|
|
@@ -16573,6 +17386,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
16573
17386
|
None,
|
|
16574
17387
|
]
|
|
16575
17388
|
|
|
17389
|
+
SetReflectStatus: Symbol[
|
|
17390
|
+
Optional[list[int]],
|
|
17391
|
+
None,
|
|
17392
|
+
]
|
|
17393
|
+
|
|
16576
17394
|
TryInflictSafeguardStatus: Symbol[
|
|
16577
17395
|
Optional[list[int]],
|
|
16578
17396
|
None,
|
|
@@ -16853,6 +17671,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
16853
17671
|
None,
|
|
16854
17672
|
]
|
|
16855
17673
|
|
|
17674
|
+
InitMoveWrapper: Symbol[
|
|
17675
|
+
Optional[list[int]],
|
|
17676
|
+
None,
|
|
17677
|
+
]
|
|
17678
|
+
|
|
16856
17679
|
MoveIsNotPhysical: Symbol[
|
|
16857
17680
|
Optional[list[int]],
|
|
16858
17681
|
None,
|
|
@@ -16863,11 +17686,26 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
16863
17686
|
None,
|
|
16864
17687
|
]
|
|
16865
17688
|
|
|
17689
|
+
MakeFloorOneRoom: Symbol[
|
|
17690
|
+
Optional[list[int]],
|
|
17691
|
+
None,
|
|
17692
|
+
]
|
|
17693
|
+
|
|
17694
|
+
TryHurl: Symbol[
|
|
17695
|
+
Optional[list[int]],
|
|
17696
|
+
None,
|
|
17697
|
+
]
|
|
17698
|
+
|
|
16866
17699
|
TryDrought: Symbol[
|
|
16867
17700
|
Optional[list[int]],
|
|
16868
17701
|
None,
|
|
16869
17702
|
]
|
|
16870
17703
|
|
|
17704
|
+
TryTrawl: Symbol[
|
|
17705
|
+
Optional[list[int]],
|
|
17706
|
+
None,
|
|
17707
|
+
]
|
|
17708
|
+
|
|
16871
17709
|
TryPounce: Symbol[
|
|
16872
17710
|
Optional[list[int]],
|
|
16873
17711
|
None,
|
|
@@ -17043,6 +17881,16 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
17043
17881
|
None,
|
|
17044
17882
|
]
|
|
17045
17883
|
|
|
17884
|
+
StatusCheckerCheckOnTarget: Symbol[
|
|
17885
|
+
Optional[list[int]],
|
|
17886
|
+
None,
|
|
17887
|
+
]
|
|
17888
|
+
|
|
17889
|
+
HasLastUsedMove: Symbol[
|
|
17890
|
+
Optional[list[int]],
|
|
17891
|
+
None,
|
|
17892
|
+
]
|
|
17893
|
+
|
|
17046
17894
|
GetApparentWeather: Symbol[
|
|
17047
17895
|
Optional[list[int]],
|
|
17048
17896
|
None,
|
|
@@ -17183,6 +18031,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
17183
18031
|
None,
|
|
17184
18032
|
]
|
|
17185
18033
|
|
|
18034
|
+
IsTileGround: Symbol[
|
|
18035
|
+
Optional[list[int]],
|
|
18036
|
+
None,
|
|
18037
|
+
]
|
|
18038
|
+
|
|
17186
18039
|
IsWaterTileset: Symbol[
|
|
17187
18040
|
Optional[list[int]],
|
|
17188
18041
|
None,
|
|
@@ -17198,6 +18051,16 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
17198
18051
|
None,
|
|
17199
18052
|
]
|
|
17200
18053
|
|
|
18054
|
+
FindAdjacentEnemy: Symbol[
|
|
18055
|
+
Optional[list[int]],
|
|
18056
|
+
None,
|
|
18057
|
+
]
|
|
18058
|
+
|
|
18059
|
+
IsAdjacentToEnemyIgnoreTreatment: Symbol[
|
|
18060
|
+
Optional[list[int]],
|
|
18061
|
+
None,
|
|
18062
|
+
]
|
|
18063
|
+
|
|
17201
18064
|
ResetGravity: Symbol[
|
|
17202
18065
|
Optional[list[int]],
|
|
17203
18066
|
None,
|
|
@@ -17213,6 +18076,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
17213
18076
|
None,
|
|
17214
18077
|
]
|
|
17215
18078
|
|
|
18079
|
+
RevealAttackedTile: Symbol[
|
|
18080
|
+
Optional[list[int]],
|
|
18081
|
+
None,
|
|
18082
|
+
]
|
|
18083
|
+
|
|
17216
18084
|
ShouldBoostKecleonShopSpawnChance: Symbol[
|
|
17217
18085
|
Optional[list[int]],
|
|
17218
18086
|
None,
|
|
@@ -17763,6 +18631,16 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
17763
18631
|
None,
|
|
17764
18632
|
]
|
|
17765
18633
|
|
|
18634
|
+
PrepareItemForPrinting: Symbol[
|
|
18635
|
+
Optional[list[int]],
|
|
18636
|
+
None,
|
|
18637
|
+
]
|
|
18638
|
+
|
|
18639
|
+
PrepareItemForPrinting2: Symbol[
|
|
18640
|
+
Optional[list[int]],
|
|
18641
|
+
None,
|
|
18642
|
+
]
|
|
18643
|
+
|
|
17766
18644
|
GenerateStandardItem: Symbol[
|
|
17767
18645
|
Optional[list[int]],
|
|
17768
18646
|
None,
|
|
@@ -17833,6 +18711,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
17833
18711
|
None,
|
|
17834
18712
|
]
|
|
17835
18713
|
|
|
18714
|
+
HandleCurvedProjectileThrow: Symbol[
|
|
18715
|
+
Optional[list[int]],
|
|
18716
|
+
None,
|
|
18717
|
+
]
|
|
18718
|
+
|
|
17836
18719
|
DoesProjectileHitTarget: Symbol[
|
|
17837
18720
|
Optional[list[int]],
|
|
17838
18721
|
None,
|
|
@@ -17853,6 +18736,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
17853
18736
|
None,
|
|
17854
18737
|
]
|
|
17855
18738
|
|
|
18739
|
+
IsItemUnkMissionItem2: Symbol[
|
|
18740
|
+
Optional[list[int]],
|
|
18741
|
+
None,
|
|
18742
|
+
]
|
|
18743
|
+
|
|
17856
18744
|
CheckActiveChallengeRequest: Symbol[
|
|
17857
18745
|
Optional[list[int]],
|
|
17858
18746
|
None,
|
|
@@ -17993,7 +18881,72 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
17993
18881
|
None,
|
|
17994
18882
|
]
|
|
17995
18883
|
|
|
17996
|
-
|
|
18884
|
+
InitAlertBoxInfo: Symbol[
|
|
18885
|
+
Optional[list[int]],
|
|
18886
|
+
None,
|
|
18887
|
+
]
|
|
18888
|
+
|
|
18889
|
+
FreeAlertBoxInfo: Symbol[
|
|
18890
|
+
Optional[list[int]],
|
|
18891
|
+
None,
|
|
18892
|
+
]
|
|
18893
|
+
|
|
18894
|
+
SetMessageLogGroupStartFlag: Symbol[
|
|
18895
|
+
Optional[list[int]],
|
|
18896
|
+
None,
|
|
18897
|
+
]
|
|
18898
|
+
|
|
18899
|
+
GetMessageLogPreprocessorArgs: Symbol[
|
|
18900
|
+
Optional[list[int]],
|
|
18901
|
+
None,
|
|
18902
|
+
]
|
|
18903
|
+
|
|
18904
|
+
InitMessageLogPreprocessorArgs: Symbol[
|
|
18905
|
+
Optional[list[int]],
|
|
18906
|
+
None,
|
|
18907
|
+
]
|
|
18908
|
+
|
|
18909
|
+
SetMessageLogPreprocessorArgsFlagVal: Symbol[
|
|
18910
|
+
Optional[list[int]],
|
|
18911
|
+
None,
|
|
18912
|
+
]
|
|
18913
|
+
|
|
18914
|
+
SetMessageLogPreprocessorArgsIdVal: Symbol[
|
|
18915
|
+
Optional[list[int]],
|
|
18916
|
+
None,
|
|
18917
|
+
]
|
|
18918
|
+
|
|
18919
|
+
SetMessageLogPreprocessorArgsNumberVal: Symbol[
|
|
18920
|
+
Optional[list[int]],
|
|
18921
|
+
None,
|
|
18922
|
+
]
|
|
18923
|
+
|
|
18924
|
+
SetMessageLogPreprocessorArgsString: Symbol[
|
|
18925
|
+
Optional[list[int]],
|
|
18926
|
+
None,
|
|
18927
|
+
]
|
|
18928
|
+
|
|
18929
|
+
SetMessageLogPreprocessorArgsStringToName: Symbol[
|
|
18930
|
+
Optional[list[int]],
|
|
18931
|
+
None,
|
|
18932
|
+
]
|
|
18933
|
+
|
|
18934
|
+
SetMessageLogPreprocessorArgsSpeakerId: Symbol[
|
|
18935
|
+
Optional[list[int]],
|
|
18936
|
+
None,
|
|
18937
|
+
]
|
|
18938
|
+
|
|
18939
|
+
SetMessageLogPreprocessorArgsSpeakerId0x30000: Symbol[
|
|
18940
|
+
Optional[list[int]],
|
|
18941
|
+
None,
|
|
18942
|
+
]
|
|
18943
|
+
|
|
18944
|
+
LogMessageByIdWithPopupAndAbility: Symbol[
|
|
18945
|
+
Optional[list[int]],
|
|
18946
|
+
None,
|
|
18947
|
+
]
|
|
18948
|
+
|
|
18949
|
+
WaitUntilAlertBoxTextIsLoadedWrapper: Symbol[
|
|
17997
18950
|
Optional[list[int]],
|
|
17998
18951
|
None,
|
|
17999
18952
|
]
|
|
@@ -18058,6 +19011,16 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
18058
19011
|
None,
|
|
18059
19012
|
]
|
|
18060
19013
|
|
|
19014
|
+
AlertBoxIsScrolling: Symbol[
|
|
19015
|
+
Optional[list[int]],
|
|
19016
|
+
None,
|
|
19017
|
+
]
|
|
19018
|
+
|
|
19019
|
+
WaitUntilAlertBoxTextIsLoaded: Symbol[
|
|
19020
|
+
Optional[list[int]],
|
|
19021
|
+
None,
|
|
19022
|
+
]
|
|
19023
|
+
|
|
18061
19024
|
InitPortraitDungeon: Symbol[
|
|
18062
19025
|
Optional[list[int]],
|
|
18063
19026
|
None,
|
|
@@ -18143,6 +19106,11 @@ class Overlay29FunctionsProtocol(Protocol):
|
|
|
18143
19106
|
None,
|
|
18144
19107
|
]
|
|
18145
19108
|
|
|
19109
|
+
StairsMenuAfterStep: Symbol[
|
|
19110
|
+
Optional[list[int]],
|
|
19111
|
+
None,
|
|
19112
|
+
]
|
|
19113
|
+
|
|
18146
19114
|
DungeonModeSetupAndShowNameKeyboard: Symbol[
|
|
18147
19115
|
Optional[list[int]],
|
|
18148
19116
|
None,
|
|
@@ -18456,6 +19424,11 @@ class Overlay29DataProtocol(Protocol):
|
|
|
18456
19424
|
Optional[int],
|
|
18457
19425
|
]
|
|
18458
19426
|
|
|
19427
|
+
FACING_DIRECTION_INCREMENTS: Symbol[
|
|
19428
|
+
Optional[list[int]],
|
|
19429
|
+
Optional[int],
|
|
19430
|
+
]
|
|
19431
|
+
|
|
18459
19432
|
DISPLACEMENTS_WITHIN_2_LARGEST_FIRST: Symbol[
|
|
18460
19433
|
Optional[list[int]],
|
|
18461
19434
|
Optional[int],
|
|
@@ -18541,6 +19514,11 @@ class Overlay29DataProtocol(Protocol):
|
|
|
18541
19514
|
Optional[int],
|
|
18542
19515
|
]
|
|
18543
19516
|
|
|
19517
|
+
WEAK_TYPE_PICKER_MATCHUP_MULTIPLIERS: Symbol[
|
|
19518
|
+
Optional[list[int]],
|
|
19519
|
+
Optional[int],
|
|
19520
|
+
]
|
|
19521
|
+
|
|
18544
19522
|
TYPE_DAMAGE_NEGATING_EXCLUSIVE_ITEM_EFFECTS: Symbol[
|
|
18545
19523
|
Optional[list[int]],
|
|
18546
19524
|
Optional[int],
|
|
@@ -18676,6 +19654,11 @@ class Overlay29DataProtocol(Protocol):
|
|
|
18676
19654
|
Optional[int],
|
|
18677
19655
|
]
|
|
18678
19656
|
|
|
19657
|
+
MESSAGE_LOG_INFO: Symbol[
|
|
19658
|
+
Optional[list[int]],
|
|
19659
|
+
Optional[int],
|
|
19660
|
+
]
|
|
19661
|
+
|
|
18679
19662
|
DUNGEON_FADES_PTR: Symbol[
|
|
18680
19663
|
Optional[list[int]],
|
|
18681
19664
|
Optional[int],
|
|
@@ -18756,7 +19739,7 @@ Overlay30Protocol = SectionProtocol[
|
|
|
18756
19739
|
|
|
18757
19740
|
class Overlay31FunctionsProtocol(Protocol):
|
|
18758
19741
|
|
|
18759
|
-
|
|
19742
|
+
InitDungeonMenu: Symbol[
|
|
18760
19743
|
Optional[list[int]],
|
|
18761
19744
|
None,
|
|
18762
19745
|
]
|
|
@@ -18771,7 +19754,22 @@ class Overlay31FunctionsProtocol(Protocol):
|
|
|
18771
19754
|
None,
|
|
18772
19755
|
]
|
|
18773
19756
|
|
|
18774
|
-
|
|
19757
|
+
DungeonMenuLoop: Symbol[
|
|
19758
|
+
Optional[list[int]],
|
|
19759
|
+
None,
|
|
19760
|
+
]
|
|
19761
|
+
|
|
19762
|
+
FreeDungeonMenu: Symbol[
|
|
19763
|
+
Optional[list[int]],
|
|
19764
|
+
None,
|
|
19765
|
+
]
|
|
19766
|
+
|
|
19767
|
+
StairsMenu: Symbol[
|
|
19768
|
+
Optional[list[int]],
|
|
19769
|
+
None,
|
|
19770
|
+
]
|
|
19771
|
+
|
|
19772
|
+
InitStairsMenu: Symbol[
|
|
18775
19773
|
Optional[list[int]],
|
|
18776
19774
|
None,
|
|
18777
19775
|
]
|
|
@@ -18781,7 +19779,27 @@ class Overlay31FunctionsProtocol(Protocol):
|
|
|
18781
19779
|
None,
|
|
18782
19780
|
]
|
|
18783
19781
|
|
|
18784
|
-
|
|
19782
|
+
StairsMenuLoop: Symbol[
|
|
19783
|
+
Optional[list[int]],
|
|
19784
|
+
None,
|
|
19785
|
+
]
|
|
19786
|
+
|
|
19787
|
+
CloseMainStairsMenu: Symbol[
|
|
19788
|
+
Optional[list[int]],
|
|
19789
|
+
None,
|
|
19790
|
+
]
|
|
19791
|
+
|
|
19792
|
+
FreeStairsMenu: Symbol[
|
|
19793
|
+
Optional[list[int]],
|
|
19794
|
+
None,
|
|
19795
|
+
]
|
|
19796
|
+
|
|
19797
|
+
EntityIsValidOverlay31: Symbol[
|
|
19798
|
+
Optional[list[int]],
|
|
19799
|
+
None,
|
|
19800
|
+
]
|
|
19801
|
+
|
|
19802
|
+
ItemsMenu: Symbol[
|
|
18785
19803
|
Optional[list[int]],
|
|
18786
19804
|
None,
|
|
18787
19805
|
]
|
|
@@ -18821,6 +19839,11 @@ class Overlay31FunctionsProtocol(Protocol):
|
|
|
18821
19839
|
None,
|
|
18822
19840
|
]
|
|
18823
19841
|
|
|
19842
|
+
DrawDungeonHintContents: Symbol[
|
|
19843
|
+
Optional[list[int]],
|
|
19844
|
+
None,
|
|
19845
|
+
]
|
|
19846
|
+
|
|
18824
19847
|
HelpMenuLoop: Symbol[
|
|
18825
19848
|
Optional[list[int]],
|
|
18826
19849
|
None,
|
|
@@ -18884,22 +19907,22 @@ class Overlay31DataProtocol(Protocol):
|
|
|
18884
19907
|
Optional[int],
|
|
18885
19908
|
]
|
|
18886
19909
|
|
|
18887
|
-
|
|
19910
|
+
STAIRS_MENU_ITEMS_NORMAL: Symbol[
|
|
18888
19911
|
Optional[list[int]],
|
|
18889
19912
|
Optional[int],
|
|
18890
19913
|
]
|
|
18891
19914
|
|
|
18892
|
-
|
|
19915
|
+
STAIRS_MENU_ITEMS_WARP_ZONE: Symbol[
|
|
18893
19916
|
Optional[list[int]],
|
|
18894
19917
|
Optional[int],
|
|
18895
19918
|
]
|
|
18896
19919
|
|
|
18897
|
-
|
|
19920
|
+
STAIRS_MENU_ITEMS_RESCUE_POINT: Symbol[
|
|
18898
19921
|
Optional[list[int]],
|
|
18899
19922
|
Optional[int],
|
|
18900
19923
|
]
|
|
18901
19924
|
|
|
18902
|
-
|
|
19925
|
+
STAIRS_MENU_ITEMS_HIDDEN_STAIRS: Symbol[
|
|
18903
19926
|
Optional[list[int]],
|
|
18904
19927
|
Optional[int],
|
|
18905
19928
|
]
|
|
@@ -19836,6 +20859,11 @@ class RamDataProtocol(Protocol):
|
|
|
19836
20859
|
Optional[int],
|
|
19837
20860
|
]
|
|
19838
20861
|
|
|
20862
|
+
DEFAULT_TILE_COPY: Symbol[
|
|
20863
|
+
Optional[list[int]],
|
|
20864
|
+
Optional[int],
|
|
20865
|
+
]
|
|
20866
|
+
|
|
19839
20867
|
FLOOR_GENERATION_STATUS: Symbol[
|
|
19840
20868
|
Optional[list[int]],
|
|
19841
20869
|
Optional[int],
|