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/eu.py
CHANGED
|
@@ -405,6 +405,24 @@ class EuArm9Functions:
|
|
|
405
405
|
None,
|
|
406
406
|
)
|
|
407
407
|
|
|
408
|
+
SinAbs4096 = Symbol(
|
|
409
|
+
[0x18D0],
|
|
410
|
+
[0x20018D0],
|
|
411
|
+
None,
|
|
412
|
+
"SinAbs4096",
|
|
413
|
+
"This function computes the sine of the absolute value of r0 using a lookup table. The period of the function is 4096, and the range is [-256, 256].\n\nr0: The value to get the sine of.\nreturn: floor(256 * sin(pi * abs(x) / 2048)) as a signed 32-bit integer.",
|
|
414
|
+
None,
|
|
415
|
+
)
|
|
416
|
+
|
|
417
|
+
CosAbs4096 = Symbol(
|
|
418
|
+
[0x1980],
|
|
419
|
+
[0x2001980],
|
|
420
|
+
None,
|
|
421
|
+
"CosAbs4096",
|
|
422
|
+
"This function computes the cosine of the absolute value of r0 using a lookup table. The period of the function is 4096, and the range is [-256, 256].\n\nr0: The value to get the cosine of.\nreturn: floor(256 * cos(pi * abs(x) / 2048)) as a signed 32-bit integer.",
|
|
423
|
+
None,
|
|
424
|
+
)
|
|
425
|
+
|
|
408
426
|
UFixedPoint64CmpLt = Symbol(
|
|
409
427
|
[0x1A30],
|
|
410
428
|
[0x2001A30],
|
|
@@ -1852,6 +1870,15 @@ class EuArm9Functions:
|
|
|
1852
1870
|
None,
|
|
1853
1871
|
)
|
|
1854
1872
|
|
|
1873
|
+
ReturnEggExclusiveItem = Symbol(
|
|
1874
|
+
[0xEC38],
|
|
1875
|
+
[0x200EC38],
|
|
1876
|
+
None,
|
|
1877
|
+
"ReturnEggExclusiveItem",
|
|
1878
|
+
"Checks if a species has an egg exclusive item, for the purposes of the Croagunk Swap Shop.\nPulls from BABY_EXCLUSIVE_ITEM_PAIRS, so Pichu/Thundershard is not correctly accounted for by this function.\nr0: monster ID\nreturn: Exclusive item_id for that monster, 0 if none found.",
|
|
1879
|
+
None,
|
|
1880
|
+
)
|
|
1881
|
+
|
|
1855
1882
|
SetActiveInventoryToMain = Symbol(
|
|
1856
1883
|
[0xEC74],
|
|
1857
1884
|
[0x200EC74],
|
|
@@ -2770,12 +2797,30 @@ class EuArm9Functions:
|
|
|
2770
2797
|
None,
|
|
2771
2798
|
)
|
|
2772
2799
|
|
|
2800
|
+
GenerateCroagunkItems = Symbol(
|
|
2801
|
+
[0x12C24],
|
|
2802
|
+
[0x2012C24],
|
|
2803
|
+
None,
|
|
2804
|
+
"GenerateCroagunkItems",
|
|
2805
|
+
"Generates the Croagunk Swap Shop items for Croagunk in Wigglytuff's Guild.\nreturn: 1 if at least one item generated, 0 otherwise.",
|
|
2806
|
+
None,
|
|
2807
|
+
)
|
|
2808
|
+
|
|
2773
2809
|
GetSynthItem = Symbol(
|
|
2774
2810
|
[0x132F8],
|
|
2775
2811
|
[0x20132F8],
|
|
2776
2812
|
None,
|
|
2777
2813
|
"GetSynthItem",
|
|
2778
|
-
"
|
|
2814
|
+
"Searches synth_template in SYNTH/synth.bin for a matching exclusive item.\nr0: item_id of an exclusive item.\nreturn: pointer to synth_template containing that item. 0 if no match was found.",
|
|
2815
|
+
None,
|
|
2816
|
+
)
|
|
2817
|
+
|
|
2818
|
+
GetValidSynthsForSpecies = Symbol(
|
|
2819
|
+
[0x1334C],
|
|
2820
|
+
[0x201334C],
|
|
2821
|
+
None,
|
|
2822
|
+
"GetValidSynthsForSpecies",
|
|
2823
|
+
"Fills out monster_synth_data for the specified monster, containing the synth templates that apply to said monster.\nr0: monster_id of the monster\nr1: [output] Pointer to an empty monster_synth_data, to be filled by the function.\nr2: Pointer to a type_synth_data, so the monster's types can be enabled in the bitfield.\nreturn: 1 if at least one synth_template matches the species, and 0 if not.",
|
|
2779
2824
|
None,
|
|
2780
2825
|
)
|
|
2781
2826
|
|
|
@@ -2838,7 +2883,7 @@ class EuArm9Functions:
|
|
|
2838
2883
|
[0x2013860],
|
|
2839
2884
|
None,
|
|
2840
2885
|
"InitMove",
|
|
2841
|
-
"Initializes a move info struct.\n\nThis sets f_exists and f_enabled_for_ai on the flags, the ID to the given ID, the PP to the max PP for the move ID, and the ginseng boost to 0.\n\nr0: pointer to move to initialize\nr1: move ID",
|
|
2886
|
+
"Initializes a move info struct.\n\nThis sets f_exists and f_enabled_for_ai on the flags, the ID to the given ID, the PP to the max PP for the move ID, and the ginseng boost to 0.\n\nr0: [output] pointer to move to initialize\nr1: move ID",
|
|
2842
2887
|
None,
|
|
2843
2888
|
)
|
|
2844
2889
|
|
|
@@ -3013,12 +3058,12 @@ class EuArm9Functions:
|
|
|
3013
3058
|
None,
|
|
3014
3059
|
)
|
|
3015
3060
|
|
|
3016
|
-
|
|
3061
|
+
IsUsableWhileTaunted = Symbol(
|
|
3017
3062
|
[0x13BF8],
|
|
3018
3063
|
[0x2013BF8],
|
|
3019
3064
|
None,
|
|
3020
|
-
"
|
|
3021
|
-
"
|
|
3065
|
+
"IsUsableWhileTaunted",
|
|
3066
|
+
"Returns true if the given move can be used while the user is affected by Taunt, or false if the move cannot be used while taunted.\n\nr0: move\nreturn: bool whether the move can be used while taunted.",
|
|
3022
3067
|
None,
|
|
3023
3068
|
)
|
|
3024
3069
|
|
|
@@ -3454,6 +3499,15 @@ class EuArm9Functions:
|
|
|
3454
3499
|
None,
|
|
3455
3500
|
)
|
|
3456
3501
|
|
|
3502
|
+
PlaySeByIdVolumeWrapper = Symbol(
|
|
3503
|
+
[0x17D1C],
|
|
3504
|
+
[0x2017D1C],
|
|
3505
|
+
None,
|
|
3506
|
+
"PlaySeByIdVolumeWrapper",
|
|
3507
|
+
"Wrapper for PlaySeByIdVolume with 0x100 as the volume.\n\nr0: Sound effect ID",
|
|
3508
|
+
None,
|
|
3509
|
+
)
|
|
3510
|
+
|
|
3457
3511
|
PlaySeVolumeWrapper = Symbol(
|
|
3458
3512
|
[0x17D68],
|
|
3459
3513
|
[0x2017D68],
|
|
@@ -3490,6 +3544,15 @@ class EuArm9Functions:
|
|
|
3490
3544
|
None,
|
|
3491
3545
|
)
|
|
3492
3546
|
|
|
3547
|
+
PlayMeById = Symbol(
|
|
3548
|
+
[0x182A8],
|
|
3549
|
+
[0x20182A8],
|
|
3550
|
+
None,
|
|
3551
|
+
"PlayMeById",
|
|
3552
|
+
"Initializes some values and then calls SendAudioCommand to play a ME track (musical sound effect).\n\nFor a list of tracks, see https://wiki.skytemple.org/index.php?title=List_of_Sound_Effects#ME\n\nChecks for DEBUG_FLAG_BGM_OFF. The volume is set to either 0 or 255 depending on the flag before calling SendAudioCommand.\n\nr0: ME ID",
|
|
3553
|
+
None,
|
|
3554
|
+
)
|
|
3555
|
+
|
|
3493
3556
|
PlaySeByIdVolume = Symbol(
|
|
3494
3557
|
[0x18354],
|
|
3495
3558
|
[0x2018354],
|
|
@@ -4372,6 +4435,24 @@ class EuArm9Functions:
|
|
|
4372
4435
|
None,
|
|
4373
4436
|
)
|
|
4374
4437
|
|
|
4438
|
+
GetSize0x80Buffer = Symbol(
|
|
4439
|
+
[0x25284],
|
|
4440
|
+
[0x2025284],
|
|
4441
|
+
None,
|
|
4442
|
+
"GetSize0x80Buffer",
|
|
4443
|
+
"Returns a pointer to a buffer of size 0x80.\n\nr0: index in a global list of buffers\nreturn: buffer pointer",
|
|
4444
|
+
None,
|
|
4445
|
+
)
|
|
4446
|
+
|
|
4447
|
+
GetSize0x80Buffer2 = Symbol(
|
|
4448
|
+
[0x25294],
|
|
4449
|
+
[0x2025294],
|
|
4450
|
+
None,
|
|
4451
|
+
"GetSize0x80Buffer2",
|
|
4452
|
+
"Same as GetSize0x80Buffer, except the buffer is from a separate list.\n\nr0: index in a global list of buffers\nreturn: buffer pointer",
|
|
4453
|
+
None,
|
|
4454
|
+
)
|
|
4455
|
+
|
|
4375
4456
|
GetDungeonResultString = Symbol(
|
|
4376
4457
|
[0x252A4],
|
|
4377
4458
|
[0x20252A4],
|
|
@@ -4381,6 +4462,15 @@ class EuArm9Functions:
|
|
|
4381
4462
|
None,
|
|
4382
4463
|
)
|
|
4383
4464
|
|
|
4465
|
+
SubstitutePlaceholderItemTags = Symbol(
|
|
4466
|
+
[0x252B4],
|
|
4467
|
+
[0x20252B4],
|
|
4468
|
+
None,
|
|
4469
|
+
"SubstitutePlaceholderItemTags",
|
|
4470
|
+
"Sets what item's name should be displayed in place of the [item:r0] tag when printing a string to the message log.\n\nIs almost always accompanied by a SetMessageLogPreprocessorArgsIdVal(tag id, tag id | 0x40000) call.\n\nr0: tag id\nr1: item struct pointer\nr2: some static address related to storing the item (always the same throughout the code)",
|
|
4471
|
+
None,
|
|
4472
|
+
)
|
|
4473
|
+
|
|
4384
4474
|
SetQuestionMarks = Symbol(
|
|
4385
4475
|
[0x253B0],
|
|
4386
4476
|
[0x20253B0],
|
|
@@ -4530,7 +4620,7 @@ class EuArm9Functions:
|
|
|
4530
4620
|
[0x2025C58],
|
|
4531
4621
|
None,
|
|
4532
4622
|
"GetTalkLine",
|
|
4533
|
-
"
|
|
4623
|
+
"Gets the string id to be displayed for dialogue with a team member.\n\nr0: personality_index (either a monster id or some constant)\nr1: talk type\nr2: restrictions\nreturn: string id",
|
|
4534
4624
|
None,
|
|
4535
4625
|
)
|
|
4536
4626
|
|
|
@@ -4831,6 +4921,24 @@ class EuArm9Functions:
|
|
|
4831
4921
|
None,
|
|
4832
4922
|
)
|
|
4833
4923
|
|
|
4924
|
+
GetWindowIdSelectedItemOnPage = Symbol(
|
|
4925
|
+
[0x2AE74],
|
|
4926
|
+
[0x202AE74],
|
|
4927
|
+
None,
|
|
4928
|
+
"GetWindowIdSelectedItemOnPage",
|
|
4929
|
+
"Gets the index on the page of the current item the user has selected on the menu given by the window_id.\n\nr0: window id\nreturn: index of current selected item on the page",
|
|
4930
|
+
None,
|
|
4931
|
+
)
|
|
4932
|
+
|
|
4933
|
+
GetSimpleMenuResult = Symbol(
|
|
4934
|
+
[0x2AEA4, 0x2B870],
|
|
4935
|
+
[0x202AEA4, 0x202B870],
|
|
4936
|
+
None,
|
|
4937
|
+
"GetSimpleMenuResult",
|
|
4938
|
+
"Note: unverified, ported from Irdkwia's notes\n\nr0: window_id\nreturn: ?",
|
|
4939
|
+
None,
|
|
4940
|
+
)
|
|
4941
|
+
|
|
4834
4942
|
UpdateParentMenu = Symbol(
|
|
4835
4943
|
[0x2AEF0],
|
|
4836
4944
|
[0x202AEF0],
|
|
@@ -4912,15 +5020,6 @@ class EuArm9Functions:
|
|
|
4912
5020
|
None,
|
|
4913
5021
|
)
|
|
4914
5022
|
|
|
4915
|
-
GetSimpleMenuResult = Symbol(
|
|
4916
|
-
[0x2B870],
|
|
4917
|
-
[0x202B870],
|
|
4918
|
-
None,
|
|
4919
|
-
"GetSimpleMenuResult",
|
|
4920
|
-
"Note: unverified, ported from Irdkwia's notes\n\nr0: window_id\nreturn: ?",
|
|
4921
|
-
None,
|
|
4922
|
-
)
|
|
4923
|
-
|
|
4924
5023
|
UpdateSimpleMenu = Symbol(
|
|
4925
5024
|
[0x2B8BC],
|
|
4926
5025
|
[0x202B8BC],
|
|
@@ -5011,6 +5110,15 @@ class EuArm9Functions:
|
|
|
5011
5110
|
None,
|
|
5012
5111
|
)
|
|
5013
5112
|
|
|
5113
|
+
DrawAdvancedMenu = Symbol(
|
|
5114
|
+
[0x2C554],
|
|
5115
|
+
[0x202C554],
|
|
5116
|
+
None,
|
|
5117
|
+
"DrawAdvancedMenu",
|
|
5118
|
+
"Draws the contents of an advanced menu on the screen.\n\nr0: window pointer",
|
|
5119
|
+
None,
|
|
5120
|
+
)
|
|
5121
|
+
|
|
5014
5122
|
CreateCollectionMenu = Symbol(
|
|
5015
5123
|
[0x2C69C],
|
|
5016
5124
|
[0x202C69C],
|
|
@@ -5569,6 +5677,15 @@ class EuArm9Functions:
|
|
|
5569
5677
|
None,
|
|
5570
5678
|
)
|
|
5571
5679
|
|
|
5680
|
+
AddMessageToAlertBox = Symbol(
|
|
5681
|
+
[0x30400],
|
|
5682
|
+
[0x2030400],
|
|
5683
|
+
None,
|
|
5684
|
+
"AddMessageToAlertBox",
|
|
5685
|
+
"Adds a message to the dungeon alert box.\n\nr0: window_id\nr1: preprocessor flags\nr2: message string pointer\nr3: preprocessor_args struct pointer\nstack[0]: whether the message is the start of a new group (meaning it should be preceded by a horizontal line)\nreturn: whether the message was successfully added",
|
|
5686
|
+
None,
|
|
5687
|
+
)
|
|
5688
|
+
|
|
5572
5689
|
IsAlertBoxActive = Symbol(
|
|
5573
5690
|
[0x304E8],
|
|
5574
5691
|
[0x20304E8],
|
|
@@ -5677,6 +5794,15 @@ class EuArm9Functions:
|
|
|
5677
5794
|
None,
|
|
5678
5795
|
)
|
|
5679
5796
|
|
|
5797
|
+
GetWindowIdPageStart = Symbol(
|
|
5798
|
+
[0x30D0C],
|
|
5799
|
+
[0x2030D0C],
|
|
5800
|
+
None,
|
|
5801
|
+
"GetWindowIdPageStart",
|
|
5802
|
+
"Gets the item the current menu page of a given window id starts on (the current page id times the maximum number of items on one page).\n\nr0: window id\nreturn: first item on page",
|
|
5803
|
+
None,
|
|
5804
|
+
)
|
|
5805
|
+
|
|
5680
5806
|
GetAdvancedTextBoxFlags2 = Symbol(
|
|
5681
5807
|
[0x30D34],
|
|
5682
5808
|
[0x2030D34],
|
|
@@ -5790,7 +5916,88 @@ class EuArm9Functions:
|
|
|
5790
5916
|
[0x2032768],
|
|
5791
5917
|
None,
|
|
5792
5918
|
"IsMenuOptionActive",
|
|
5793
|
-
"Called whenever a menu option is selected. Returns whether the option is active or not.\n\nr0:
|
|
5919
|
+
"Called whenever a menu option is selected. Returns whether the option is active or not.\n\nr0: window_input_ctx struct pointer\nreturn: True if the menu option is enabled, false otherwise.",
|
|
5920
|
+
None,
|
|
5921
|
+
)
|
|
5922
|
+
|
|
5923
|
+
GetSelectedItemOnPage = Symbol(
|
|
5924
|
+
[0x3284C],
|
|
5925
|
+
[0x203284C],
|
|
5926
|
+
None,
|
|
5927
|
+
"GetSelectedItemOnPage",
|
|
5928
|
+
"Gets the index on the page of the current item the user has selected.\n\nr0: window_input_ctx struct pointer\nreturn: index of current selected item on the page",
|
|
5929
|
+
None,
|
|
5930
|
+
)
|
|
5931
|
+
|
|
5932
|
+
GetCurrentPage = Symbol(
|
|
5933
|
+
[0x32854],
|
|
5934
|
+
[0x2032854],
|
|
5935
|
+
None,
|
|
5936
|
+
"GetCurrentPage",
|
|
5937
|
+
"Gets the index of the current menu page the user is on.\n\nr0: window_input_ctx struct pointer\nreturn: current page",
|
|
5938
|
+
None,
|
|
5939
|
+
)
|
|
5940
|
+
|
|
5941
|
+
GetPageStart = Symbol(
|
|
5942
|
+
[0x3285C],
|
|
5943
|
+
[0x203285C],
|
|
5944
|
+
None,
|
|
5945
|
+
"GetPageStart",
|
|
5946
|
+
"Gets the index of the item the current menu page starts on (the current page index times the maximum number of items on one page).\n\nr0: window_input_ctx struct pointer\nreturn: index of first item on page",
|
|
5947
|
+
None,
|
|
5948
|
+
)
|
|
5949
|
+
|
|
5950
|
+
GetSelectedMenuItemIdx = Symbol(
|
|
5951
|
+
[0x3286C],
|
|
5952
|
+
[0x203286C],
|
|
5953
|
+
None,
|
|
5954
|
+
"GetSelectedMenuItemIdx",
|
|
5955
|
+
"Gets the index of the current menu item the user has selected.\n\nr0: window_input_ctx struct pointer\nreturn: index of current selected item",
|
|
5956
|
+
None,
|
|
5957
|
+
)
|
|
5958
|
+
|
|
5959
|
+
GetTotalNumMenuItems = Symbol(
|
|
5960
|
+
[0x32880],
|
|
5961
|
+
[0x2032880],
|
|
5962
|
+
None,
|
|
5963
|
+
"GetTotalNumMenuItems",
|
|
5964
|
+
"Gets the total number of items in the menu.\n\nr0: window_input_ctx struct pointer\nreturn: number of menu items",
|
|
5965
|
+
None,
|
|
5966
|
+
)
|
|
5967
|
+
|
|
5968
|
+
GetNumItemsOnPage = Symbol(
|
|
5969
|
+
[0x32888],
|
|
5970
|
+
[0x2032888],
|
|
5971
|
+
None,
|
|
5972
|
+
"GetNumItemsOnPage",
|
|
5973
|
+
"Gets the number of items on the current menu page.\n\nr0: window_input_ctx struct pointer\nreturn: number of items on page",
|
|
5974
|
+
None,
|
|
5975
|
+
)
|
|
5976
|
+
|
|
5977
|
+
GetMaxItemsOnPage = Symbol(
|
|
5978
|
+
[0x32890],
|
|
5979
|
+
[0x2032890],
|
|
5980
|
+
None,
|
|
5981
|
+
"GetMaxItemsOnPage",
|
|
5982
|
+
"Gets the maximum possible number of items the menu can hold on one of its pages.\n\nr0: window_input_ctx struct pointer\nreturn: number of menu pages",
|
|
5983
|
+
None,
|
|
5984
|
+
)
|
|
5985
|
+
|
|
5986
|
+
GetTotalNumPages = Symbol(
|
|
5987
|
+
[0x32898],
|
|
5988
|
+
[0x2032898],
|
|
5989
|
+
None,
|
|
5990
|
+
"GetTotalNumPages",
|
|
5991
|
+
"Gets the total number of pages in the menu.\n\nr0: window_input_ctx struct pointer\nreturn: number of menu pages",
|
|
5992
|
+
None,
|
|
5993
|
+
)
|
|
5994
|
+
|
|
5995
|
+
GetPageItemYOffset = Symbol(
|
|
5996
|
+
[0x32BCC],
|
|
5997
|
+
[0x2032BCC],
|
|
5998
|
+
None,
|
|
5999
|
+
"GetPageItemYOffset",
|
|
6000
|
+
"Gets the y-offset of a given item on the current menu page.\n\nr0: window_input_ctx struct pointer\nr1: item index on page, in range [0, n_items_on_page)\nreturn: y-offset",
|
|
5794
6001
|
None,
|
|
5795
6002
|
)
|
|
5796
6003
|
|
|
@@ -5812,6 +6019,60 @@ class EuArm9Functions:
|
|
|
5812
6019
|
None,
|
|
5813
6020
|
)
|
|
5814
6021
|
|
|
6022
|
+
OverlayLoadEntriesEqual = Symbol(
|
|
6023
|
+
[0x34A94],
|
|
6024
|
+
[0x2034A94],
|
|
6025
|
+
None,
|
|
6026
|
+
"OverlayLoadEntriesEqual",
|
|
6027
|
+
"Checks if two overlay_load_entries have the same values for all of their fields.\n\nr0: overlay_load_entry pointer\nr1: overlay_load_entry pointer\nreturn: bool",
|
|
6028
|
+
None,
|
|
6029
|
+
)
|
|
6030
|
+
|
|
6031
|
+
FreeActiveMenu = Symbol(
|
|
6032
|
+
[0x34AE4],
|
|
6033
|
+
[0x2034AE4],
|
|
6034
|
+
None,
|
|
6035
|
+
"FreeActiveMenu",
|
|
6036
|
+
"Frees the currently active menu by calling the destructor function of the active entry in menu_control.\n\nNo params.",
|
|
6037
|
+
None,
|
|
6038
|
+
)
|
|
6039
|
+
|
|
6040
|
+
InitMenu = Symbol(
|
|
6041
|
+
[0x34BD8],
|
|
6042
|
+
[0x2034BD8],
|
|
6043
|
+
None,
|
|
6044
|
+
"InitMenu",
|
|
6045
|
+
"Initializes a menu by setting the incoming_entry field of menu_control to the given overlay_load_entry.\n\nr0: overlay_load_entry pointer\nreturn: whether the menu was successfully initialized",
|
|
6046
|
+
None,
|
|
6047
|
+
)
|
|
6048
|
+
|
|
6049
|
+
InitMenuWithWindowExtraInfo = Symbol(
|
|
6050
|
+
[0x34C68],
|
|
6051
|
+
[0x2034C68],
|
|
6052
|
+
None,
|
|
6053
|
+
"InitMenuWithWindowExtraInfo",
|
|
6054
|
+
"Has the same functionality as InitMenu except also tries to initialize menu_control's window_extra_info struct.\n\nr0: overlay_load_entry pointer\nr1: whether there is a window_extra_info struct\nr2: window_extra_info pointer\nreturn: whether the menu was successfully initialized",
|
|
6055
|
+
None,
|
|
6056
|
+
)
|
|
6057
|
+
|
|
6058
|
+
CopyMenuControlWindowExtraInfo = Symbol(
|
|
6059
|
+
[0x34D2C],
|
|
6060
|
+
[0x2034D2C],
|
|
6061
|
+
None,
|
|
6062
|
+
"CopyMenuControlWindowExtraInfo",
|
|
6063
|
+
"Copies menu_control's window_extra_info to the given address.\n\nr0: [output] window_extra_info pointer\nreturn: whether the window extra info was successfully copied",
|
|
6064
|
+
None,
|
|
6065
|
+
)
|
|
6066
|
+
|
|
6067
|
+
HandleMenus = Symbol(
|
|
6068
|
+
[0x34D74],
|
|
6069
|
+
[0x2034D74],
|
|
6070
|
+
None,
|
|
6071
|
+
"HandleMenus",
|
|
6072
|
+
"Master function called on every frame for handling the game's menus (seemingly the vast majority with the exception of some in dungeon mode). \n\nThis includes updating them, freeing them, and entering and exiting their respective overlays if applicable.\n\nNo params.",
|
|
6073
|
+
None,
|
|
6074
|
+
)
|
|
6075
|
+
|
|
5815
6076
|
SetupAndShowKeyboard = Symbol(
|
|
5816
6077
|
[0x36AA8],
|
|
5817
6078
|
[0x2036AA8],
|
|
@@ -5875,6 +6136,15 @@ class EuArm9Functions:
|
|
|
5875
6136
|
None,
|
|
5876
6137
|
)
|
|
5877
6138
|
|
|
6139
|
+
GetCheckIqMenuSkillString = Symbol(
|
|
6140
|
+
[0x42438],
|
|
6141
|
+
[0x2042438],
|
|
6142
|
+
None,
|
|
6143
|
+
"GetCheckIqMenuSkillString",
|
|
6144
|
+
"Gets the string for a team member's IQ skill to be displayed in the Check IQ menu.\n\nIs stored as an advanced_menu_entry_fn_t in the advanced_menu struct.\n\nr0: [output] buffer\nr1: id in team member's IQ skill list\nreturn: input buffer",
|
|
6145
|
+
None,
|
|
6146
|
+
)
|
|
6147
|
+
|
|
5878
6148
|
GetNotifyNote = Symbol(
|
|
5879
6149
|
[0x487BC],
|
|
5880
6150
|
[0x20487BC],
|
|
@@ -6145,6 +6415,15 @@ class EuArm9Functions:
|
|
|
6145
6415
|
None,
|
|
6146
6416
|
)
|
|
6147
6417
|
|
|
6418
|
+
LoadScriptVariableValueString = Symbol(
|
|
6419
|
+
[0x4BEE8],
|
|
6420
|
+
[0x204BEE8],
|
|
6421
|
+
None,
|
|
6422
|
+
"LoadScriptVariableValueString",
|
|
6423
|
+
"Loads a string from the value of a given script variable. Adds a trailing null terminator in the output.\n\nr0: script variable ID\nr1: [output] script variable value string\nr2: number of characters to load",
|
|
6424
|
+
None,
|
|
6425
|
+
)
|
|
6426
|
+
|
|
6148
6427
|
SaveScriptVariableValueBytes = Symbol(
|
|
6149
6428
|
[0x4BF04],
|
|
6150
6429
|
[0x204BF04],
|
|
@@ -6163,6 +6442,78 @@ class EuArm9Functions:
|
|
|
6163
6442
|
None,
|
|
6164
6443
|
)
|
|
6165
6444
|
|
|
6445
|
+
CalcScriptVariables = Symbol(
|
|
6446
|
+
[0x4BFE4],
|
|
6447
|
+
[0x204BFE4],
|
|
6448
|
+
None,
|
|
6449
|
+
"CalcScriptVariables",
|
|
6450
|
+
"Performs a calculation on two loaded script variables.\n\nr0: script variable value 1\nr1: script variable value 2\nr2: calculation to perform on the script variables\nreturn: calculation result",
|
|
6451
|
+
None,
|
|
6452
|
+
)
|
|
6453
|
+
|
|
6454
|
+
CompareScriptVariables = Symbol(
|
|
6455
|
+
[0x4C0D0],
|
|
6456
|
+
[0x204C0D0],
|
|
6457
|
+
None,
|
|
6458
|
+
"CompareScriptVariables",
|
|
6459
|
+
"Compares two loaded script variables and returns the comparison result.\n\nr0: script variable value 1\nr1: script variable value 2\nr2: comparison to perform on the script variables\nreturn: comparison result",
|
|
6460
|
+
None,
|
|
6461
|
+
)
|
|
6462
|
+
|
|
6463
|
+
CalcScriptVariablesVeneer = Symbol(
|
|
6464
|
+
[0x4C204],
|
|
6465
|
+
[0x204C204],
|
|
6466
|
+
None,
|
|
6467
|
+
"CalcScriptVariablesVeneer",
|
|
6468
|
+
"Likely a linker-generated veneer for CalcScriptVariables.\n\nSee https://developer.arm.com/documentation/dui0474/k/image-structure-and-generation/linker-generated-veneers/what-is-a-veneer-\n\nr0: script variable value 1\nr1: script variable value 2\nr2: calculation to perform on the script variables\nreturn: calculation result",
|
|
6469
|
+
None,
|
|
6470
|
+
)
|
|
6471
|
+
|
|
6472
|
+
CalcAndUpdateScriptVarWithOtherValue = Symbol(
|
|
6473
|
+
[0x4C210],
|
|
6474
|
+
[0x204C210],
|
|
6475
|
+
None,
|
|
6476
|
+
"CalcAndUpdateScriptVarWithOtherValue",
|
|
6477
|
+
"Runs a calculation on a script variable, then sets the script variable to the calculation result.\n\nr0: pointer to the local variable table\nr1: script variable ID\nr2: other value to use in the calculation\nr3: calculation to perform on the script variables",
|
|
6478
|
+
None,
|
|
6479
|
+
)
|
|
6480
|
+
|
|
6481
|
+
CalcAndUpdateScriptVarWithOtherScriptVar = Symbol(
|
|
6482
|
+
[0x4C248],
|
|
6483
|
+
[0x204C248],
|
|
6484
|
+
None,
|
|
6485
|
+
"CalcAndUpdateScriptVarWithOtherScriptVar",
|
|
6486
|
+
"Runs a calculation on a script variable, then sets the script variable to the calculation result.\n\nr0: pointer to the local variable table\nr1: script variable ID\nr2: other script variable to use in the calculation\nr3: calculation to perform on the script variables",
|
|
6487
|
+
None,
|
|
6488
|
+
)
|
|
6489
|
+
|
|
6490
|
+
CompareScriptVariablesVeneer = Symbol(
|
|
6491
|
+
[0x4C294],
|
|
6492
|
+
[0x204C294],
|
|
6493
|
+
None,
|
|
6494
|
+
"CompareScriptVariablesVeneer",
|
|
6495
|
+
"Likely a linker-generated veneer for CompareScriptVariables.\n\nSee https://developer.arm.com/documentation/dui0474/k/image-structure-and-generation/linker-generated-veneers/what-is-a-veneer-\n\nr0: script variable value 1\nr1: script variable value 2\nr2: comparison to perform on the script variables\nreturn: comparison result",
|
|
6496
|
+
None,
|
|
6497
|
+
)
|
|
6498
|
+
|
|
6499
|
+
LoadAndCompareScriptVarAndValue = Symbol(
|
|
6500
|
+
[0x4C2A0],
|
|
6501
|
+
[0x204C2A0],
|
|
6502
|
+
None,
|
|
6503
|
+
"LoadAndCompareScriptVarAndValue",
|
|
6504
|
+
"Runs a comparison on a script variable and another value, then returns the comparison result.\n\nr0: pointer to the local variable table\nr1: script variable ID\nr2: other script variable to use in the comparison\nr3: comparison to perform on the script variables\nreturn: comparison result",
|
|
6505
|
+
None,
|
|
6506
|
+
)
|
|
6507
|
+
|
|
6508
|
+
LoadAndCompareScriptVars = Symbol(
|
|
6509
|
+
[0x4C2C0],
|
|
6510
|
+
[0x204C2C0],
|
|
6511
|
+
None,
|
|
6512
|
+
"LoadAndCompareScriptVars",
|
|
6513
|
+
"Runs a comparison on two script variables, then returns the comparison result.\n\nr0: pointer to the local variable table\nr1: script variable ID\nr2: other script variable to use in the comparison\nr3: comparison to perform on the script variables\nreturn: comparison result",
|
|
6514
|
+
None,
|
|
6515
|
+
)
|
|
6516
|
+
|
|
6166
6517
|
EventFlagResume = Symbol(
|
|
6167
6518
|
[0x4C2F8],
|
|
6168
6519
|
[0x204C2F8],
|
|
@@ -6622,6 +6973,15 @@ class EuArm9Functions:
|
|
|
6622
6973
|
None,
|
|
6623
6974
|
)
|
|
6624
6975
|
|
|
6976
|
+
TilesetSecondaryTerrainIsChasm = Symbol(
|
|
6977
|
+
[0x4F894],
|
|
6978
|
+
[0x204F894],
|
|
6979
|
+
None,
|
|
6980
|
+
"TilesetSecondaryTerrainIsChasm",
|
|
6981
|
+
"Returns true if the given tileset has a chasm secondary terrain.\n\nr0: tileset id\nreturn: bool",
|
|
6982
|
+
None,
|
|
6983
|
+
)
|
|
6984
|
+
|
|
6625
6985
|
GetNbFloors = Symbol(
|
|
6626
6986
|
[0x4F8B4],
|
|
6627
6987
|
[0x204F8B4],
|
|
@@ -8841,7 +9201,7 @@ class EuArm9Functions:
|
|
|
8841
9201
|
[0x205F18C],
|
|
8842
9202
|
None,
|
|
8843
9203
|
"DungeonRequestsDoneWrapper",
|
|
8844
|
-
"Calls DungeonRequestsDone with the second argument set to false.\n\nr0: ?\nreturn: number of
|
|
9204
|
+
"Calls DungeonRequestsDone with the second argument set to false.\n\nr0: ?\nreturn: number of missions completed",
|
|
8845
9205
|
None,
|
|
8846
9206
|
)
|
|
8847
9207
|
|
|
@@ -8859,7 +9219,7 @@ class EuArm9Functions:
|
|
|
8859
9219
|
[0x205F434],
|
|
8860
9220
|
None,
|
|
8861
9221
|
"AddMissionToJobList",
|
|
8862
|
-
"Adds a mission to the Job List.\n\nr0: mission to add",
|
|
9222
|
+
"Adds a mission to the Job List.\n\nr0: mission to add\nreturn: bool (0 if mission was successfully added)",
|
|
8863
9223
|
None,
|
|
8864
9224
|
)
|
|
8865
9225
|
|
|
@@ -9088,12 +9448,21 @@ class EuArm9Functions:
|
|
|
9088
9448
|
None,
|
|
9089
9449
|
)
|
|
9090
9450
|
|
|
9091
|
-
|
|
9451
|
+
GetScriptEntityMonsterId = Symbol(
|
|
9452
|
+
[0x65CF0],
|
|
9453
|
+
[0x2065CF0],
|
|
9454
|
+
None,
|
|
9455
|
+
"GetScriptEntityMonsterId",
|
|
9456
|
+
"Returns the monster id of the script entity given by the id.\n\nr0: script_entity_id\nreturn: monster id",
|
|
9457
|
+
None,
|
|
9458
|
+
)
|
|
9459
|
+
|
|
9460
|
+
GetScriptEntityMatchingStorageId = Symbol(
|
|
9092
9461
|
[0x65D14],
|
|
9093
9462
|
[0x2065D14],
|
|
9094
9463
|
None,
|
|
9095
|
-
"
|
|
9096
|
-
"
|
|
9464
|
+
"GetScriptEntityMatchingStorageId",
|
|
9465
|
+
"Returns the storage id matching the script entity given by the id.\n\nr0: script_entity_id\nreturn: storage ID",
|
|
9097
9466
|
None,
|
|
9098
9467
|
)
|
|
9099
9468
|
|
|
@@ -9102,7 +9471,7 @@ class EuArm9Functions:
|
|
|
9102
9471
|
[0x2065EB8],
|
|
9103
9472
|
None,
|
|
9104
9473
|
"SetActorTalkMainAndActorTalkSub",
|
|
9105
|
-
"Sets ACTOR_TALK_MAIN and ACTOR_TALK_SUB to given actor IDs.\n\nr0:
|
|
9474
|
+
"Sets ACTOR_TALK_MAIN and ACTOR_TALK_SUB to given actor IDs.\n\nr0: script_entity_id for ACTOR_TALK_MAIN\nr1: script_entity_id for ACTOR_TALK_SUB",
|
|
9106
9475
|
None,
|
|
9107
9476
|
)
|
|
9108
9477
|
|
|
@@ -9111,7 +9480,7 @@ class EuArm9Functions:
|
|
|
9111
9480
|
[0x2065ECC],
|
|
9112
9481
|
None,
|
|
9113
9482
|
"SetActorTalkMain",
|
|
9114
|
-
"Sets ACTOR_TALK_MAIN to be actor_id.\nImplements SPECIAL_PROC_SET_ACTOR_TALK_MAIN (see ScriptSpecialProcessCall).\n\nr0:
|
|
9483
|
+
"Sets ACTOR_TALK_MAIN to be actor_id.\nImplements SPECIAL_PROC_SET_ACTOR_TALK_MAIN (see ScriptSpecialProcessCall).\n\nr0: script_entity_id",
|
|
9115
9484
|
None,
|
|
9116
9485
|
)
|
|
9117
9486
|
|
|
@@ -9120,7 +9489,7 @@ class EuArm9Functions:
|
|
|
9120
9489
|
[0x2065EDC],
|
|
9121
9490
|
None,
|
|
9122
9491
|
"SetActorTalkSub",
|
|
9123
|
-
"Sets ACTOR_TALK_SUB to be actor_id.\nImplements SPECIAL_PROC_SET_ACTOR_TALK_SUB (see ScriptSpecialProcessCall).\n\nr0:
|
|
9492
|
+
"Sets ACTOR_TALK_SUB to be actor_id.\nImplements SPECIAL_PROC_SET_ACTOR_TALK_SUB (see ScriptSpecialProcessCall).\n\nr0: script_entity_id",
|
|
9124
9493
|
None,
|
|
9125
9494
|
)
|
|
9126
9495
|
|
|
@@ -9261,10 +9630,16 @@ class EuArm9Functions:
|
|
|
9261
9630
|
"DirectoryFile_LoadDirectoryFile", LoadFileInPack
|
|
9262
9631
|
)
|
|
9263
9632
|
|
|
9633
|
+
IsAffectedByTaunt = _Deprecated("IsAffectedByTaunt", IsUsableWhileTaunted)
|
|
9634
|
+
|
|
9264
9635
|
IsMoveRangeString19 = _Deprecated("IsMoveRangeString19", IsMoveRangeStringUser)
|
|
9265
9636
|
|
|
9266
9637
|
GetLowKickMultiplier = _Deprecated("GetLowKickMultiplier", GetWeightMultiplier)
|
|
9267
9638
|
|
|
9639
|
+
GetActorMatchingStorageId = _Deprecated(
|
|
9640
|
+
"GetActorMatchingStorageId", GetScriptEntityMatchingStorageId
|
|
9641
|
+
)
|
|
9642
|
+
|
|
9268
9643
|
|
|
9269
9644
|
class EuArm9Data:
|
|
9270
9645
|
|
|
@@ -9403,6 +9778,15 @@ class EuArm9Data:
|
|
|
9403
9778
|
"uint32_t",
|
|
9404
9779
|
)
|
|
9405
9780
|
|
|
9781
|
+
SINE_VALUE_TABLE = Symbol(
|
|
9782
|
+
[0x90FE0],
|
|
9783
|
+
[0x2090FE0],
|
|
9784
|
+
0x1000,
|
|
9785
|
+
"SINE_VALUE_TABLE",
|
|
9786
|
+
"A lookup table for the values of sine. The table contains 1024 values evenly distributed in the range [sin(0) * 256, sin(pi / 2) * 256); i.e., the first quarter of the unit circle. The rest of sine (and cosine) is derived by reusing these values.",
|
|
9787
|
+
"int16_t[1024]",
|
|
9788
|
+
)
|
|
9789
|
+
|
|
9406
9790
|
NATURAL_LOG_VALUE_TABLE = Symbol(
|
|
9407
9791
|
[0x917E0],
|
|
9408
9792
|
[0x20917E0],
|
|
@@ -9485,13 +9869,13 @@ class EuArm9Data:
|
|
|
9485
9869
|
"",
|
|
9486
9870
|
)
|
|
9487
9871
|
|
|
9488
|
-
|
|
9872
|
+
BABY_EXCLUSIVE_ITEM_PAIRS = Symbol(
|
|
9489
9873
|
[0x98444],
|
|
9490
9874
|
[0x2098444],
|
|
9491
9875
|
0x40,
|
|
9492
|
-
"
|
|
9493
|
-
"
|
|
9494
|
-
"",
|
|
9876
|
+
"BABY_EXCLUSIVE_ITEM_PAIRS",
|
|
9877
|
+
"Stores the IDs of each baby Pokemon (and Phione), as well as the exclusive item they hatch with.",
|
|
9878
|
+
"struct baby_exclusive_item_pair[16]",
|
|
9495
9879
|
)
|
|
9496
9880
|
|
|
9497
9881
|
KECLEON_SHOP_ITEM_TABLE_LISTS_1 = Symbol(
|
|
@@ -9755,6 +10139,15 @@ class EuArm9Data:
|
|
|
9755
10139
|
"struct window_params",
|
|
9756
10140
|
)
|
|
9757
10141
|
|
|
10142
|
+
NULL_OVERLAY_LOAD_ENTRY = Symbol(
|
|
10143
|
+
[0x9B5C8],
|
|
10144
|
+
[0x209B5C8],
|
|
10145
|
+
0x10,
|
|
10146
|
+
"NULL_OVERLAY_LOAD_ENTRY",
|
|
10147
|
+
"An overlay_load_entry whose values are all zeroes.\n\ntype: overlay_load_entry",
|
|
10148
|
+
"struct overlay_load_entry",
|
|
10149
|
+
)
|
|
10150
|
+
|
|
9758
10151
|
PARTNER_TALK_KIND_TABLE = Symbol(
|
|
9759
10152
|
[0x9D268],
|
|
9760
10153
|
[0x209D268],
|
|
@@ -9764,6 +10157,33 @@ class EuArm9Data:
|
|
|
9764
10157
|
"struct partner_talk_kind_table_entry[11]",
|
|
9765
10158
|
)
|
|
9766
10159
|
|
|
10160
|
+
EVENT_FLAG_PROG_POS_INFO_CALC_SCRIPT_VARIABLES = Symbol(
|
|
10161
|
+
[0x9D430],
|
|
10162
|
+
[0x209D430],
|
|
10163
|
+
0x8,
|
|
10164
|
+
"EVENT_FLAG_PROG_POS_INFO_CALC_SCRIPT_VARIABLES",
|
|
10165
|
+
"Debug information used to log an error with an unrecognized operation in CalcScriptVariables.",
|
|
10166
|
+
"struct prog_pos_info",
|
|
10167
|
+
)
|
|
10168
|
+
|
|
10169
|
+
EVENT_FLAG_PROG_POS_INFO_COMPARE_SCRIPT_VARIABLES = Symbol(
|
|
10170
|
+
[0x9D438],
|
|
10171
|
+
[0x209D438],
|
|
10172
|
+
0x8,
|
|
10173
|
+
"EVENT_FLAG_PROG_POS_INFO_COMPARE_SCRIPT_VARIABLES",
|
|
10174
|
+
"Debug information used to log an error with an unrecognized operation in CompareScriptVariables.",
|
|
10175
|
+
"struct prog_pos_info",
|
|
10176
|
+
)
|
|
10177
|
+
|
|
10178
|
+
EVENT_FLAG_FILE_NAME = Symbol(
|
|
10179
|
+
[0x9D440],
|
|
10180
|
+
[0x209D440],
|
|
10181
|
+
0x10,
|
|
10182
|
+
"EVENT_FLAG_FILE_NAME",
|
|
10183
|
+
"The file name 'event_flag.c', used for debug logging.",
|
|
10184
|
+
"",
|
|
10185
|
+
)
|
|
10186
|
+
|
|
9767
10187
|
SCRIPT_VARS_LOCALS = Symbol(
|
|
9768
10188
|
[0x9D450],
|
|
9769
10189
|
[0x209D450],
|
|
@@ -9773,6 +10193,24 @@ class EuArm9Data:
|
|
|
9773
10193
|
"struct script_local_var_table",
|
|
9774
10194
|
)
|
|
9775
10195
|
|
|
10196
|
+
EVENT_FLAG_CALC_SCRIPT_VARIABLES_ERROR = Symbol(
|
|
10197
|
+
[0x9D4AC],
|
|
10198
|
+
[0x209D4AC],
|
|
10199
|
+
0x20,
|
|
10200
|
+
"EVENT_FLAG_CALC_SCRIPT_VARIABLES_ERROR",
|
|
10201
|
+
"Error log message for an unrecognized operation in CalcScriptVariables.",
|
|
10202
|
+
"",
|
|
10203
|
+
)
|
|
10204
|
+
|
|
10205
|
+
EVENT_FLAG_COMPARE_SCRIPT_VARIABLES_ERROR = Symbol(
|
|
10206
|
+
[0x9D4CC],
|
|
10207
|
+
[0x209D4CC],
|
|
10208
|
+
0x1C,
|
|
10209
|
+
"EVENT_FLAG_COMPARE_SCRIPT_VARIABLES_ERROR",
|
|
10210
|
+
"Error log message for an unrecognized operation in CompareScriptVariables.",
|
|
10211
|
+
"",
|
|
10212
|
+
)
|
|
10213
|
+
|
|
9776
10214
|
SCRIPT_VARS = Symbol(
|
|
9777
10215
|
[0x9DDF4],
|
|
9778
10216
|
[0x209DDF4],
|
|
@@ -10214,6 +10652,15 @@ class EuArm9Data:
|
|
|
10214
10652
|
"fx32_8",
|
|
10215
10653
|
)
|
|
10216
10654
|
|
|
10655
|
+
TACTICS_FOLLOW_LEADER = Symbol(
|
|
10656
|
+
[0xA1E90],
|
|
10657
|
+
[0x20A1E90],
|
|
10658
|
+
0xC,
|
|
10659
|
+
"TACTICS_FOLLOW_LEADER",
|
|
10660
|
+
"Array of boolean values corresponding to each tactic_id enum, determining whether the tactic makes party members follow the leader.",
|
|
10661
|
+
"bool[12]",
|
|
10662
|
+
)
|
|
10663
|
+
|
|
10217
10664
|
FORBIDDEN_FORGOT_MOVE_LIST = Symbol(
|
|
10218
10665
|
[0xA1E9C],
|
|
10219
10666
|
[0x20A1E9C],
|
|
@@ -10291,7 +10738,7 @@ class EuArm9Data:
|
|
|
10291
10738
|
[0x20A206C],
|
|
10292
10739
|
0xC8,
|
|
10293
10740
|
"SECONDARY_TERRAIN_TYPES",
|
|
10294
|
-
"The type of secondary terrain for each
|
|
10741
|
+
"The type of secondary terrain for each tileset in the game.\n\nThis is an array of 200 bytes. Each byte is an enum corresponding to one tileset.\n\ntype: struct secondary_terrain_type_8[200]",
|
|
10295
10742
|
"struct secondary_terrain_type_8[200]",
|
|
10296
10743
|
)
|
|
10297
10744
|
|
|
@@ -10990,6 +11437,15 @@ class EuArm9Data:
|
|
|
10990
11437
|
"int16_t[6]",
|
|
10991
11438
|
)
|
|
10992
11439
|
|
|
11440
|
+
MENU_CONTROL_PTR = Symbol(
|
|
11441
|
+
[0xB06B4],
|
|
11442
|
+
[0x20B06B4],
|
|
11443
|
+
0x4,
|
|
11444
|
+
"MENU_CONTROL_PTR",
|
|
11445
|
+
"Pointer to the master struct used for handling menus.\n\ntype: menu_control*",
|
|
11446
|
+
"struct menu_control*",
|
|
11447
|
+
)
|
|
11448
|
+
|
|
10993
11449
|
KEYBOARD_STRING_IDS = Symbol(
|
|
10994
11450
|
[0xB0718],
|
|
10995
11451
|
[0x20B0718],
|
|
@@ -11068,7 +11524,7 @@ class EuArm9Data:
|
|
|
11068
11524
|
None,
|
|
11069
11525
|
"MONSTER_DATA_TABLE_PTR",
|
|
11070
11526
|
"[Runtime] Points to data about monster species.",
|
|
11071
|
-
"
|
|
11527
|
+
"struct monster_data_table*",
|
|
11072
11528
|
)
|
|
11073
11529
|
|
|
11074
11530
|
UNOWN_SPECIES_ADDITIONAL_CHAR_PTR_TABLE = Symbol(
|
|
@@ -11259,6 +11715,14 @@ class EuArm9Data:
|
|
|
11259
11715
|
"EXCLUSIVE_ITEM_ATTACK_BOOSTS", EXCLUSIVE_ITEM_STAT_BOOST_DATA
|
|
11260
11716
|
)
|
|
11261
11717
|
|
|
11718
|
+
EVENT_FLAG_PROG_POS_INFO = _Deprecated(
|
|
11719
|
+
"EVENT_FLAG_PROG_POS_INFO", EVENT_FLAG_PROG_POS_INFO_CALC_SCRIPT_VARIABLES
|
|
11720
|
+
)
|
|
11721
|
+
|
|
11722
|
+
EVENT_FLAG_EXPANSION_ERROR = _Deprecated(
|
|
11723
|
+
"EVENT_FLAG_EXPANSION_ERROR", EVENT_FLAG_CALC_SCRIPT_VARIABLES_ERROR
|
|
11724
|
+
)
|
|
11725
|
+
|
|
11262
11726
|
DIRECTORY_FILES_EXTRACTED = _Deprecated(
|
|
11263
11727
|
"DIRECTORY_FILES_EXTRACTED", PACK_FILES_OPENED
|
|
11264
11728
|
)
|
|
@@ -13244,6 +13708,15 @@ class EuLibsFunctions:
|
|
|
13244
13708
|
None,
|
|
13245
13709
|
)
|
|
13246
13710
|
|
|
13711
|
+
PM_ForceToPowerOff = Symbol(
|
|
13712
|
+
[0x15F34],
|
|
13713
|
+
[0x20823A4],
|
|
13714
|
+
None,
|
|
13715
|
+
"PM_ForceToPowerOff",
|
|
13716
|
+
"Powers off the system.\n\nreturn: ?",
|
|
13717
|
+
None,
|
|
13718
|
+
)
|
|
13719
|
+
|
|
13247
13720
|
abs = Symbol(
|
|
13248
13721
|
[0x1A484],
|
|
13249
13722
|
[0x20868F4],
|
|
@@ -13577,12 +14050,12 @@ class EuLibsFunctions:
|
|
|
13577
14050
|
None,
|
|
13578
14051
|
)
|
|
13579
14052
|
|
|
13580
|
-
|
|
14053
|
+
_dgr = Symbol(
|
|
13581
14054
|
[0x22E04],
|
|
13582
14055
|
[0x208F274],
|
|
13583
14056
|
None,
|
|
13584
|
-
"
|
|
13585
|
-
"Implements the
|
|
14057
|
+
"_dgr",
|
|
14058
|
+
"Implements the > operator for IEEE 754 double-precision floating-point numbers.\n\nr0: a (low bits)\nr1: a (high bits)\nr2: b (low bits)\nr3: b (high bits)\nreturn: a > b",
|
|
13586
14059
|
None,
|
|
13587
14060
|
)
|
|
13588
14061
|
|
|
@@ -17211,6 +17684,15 @@ class EuOverlay10Data:
|
|
|
17211
17684
|
"struct dungeon_id_8",
|
|
17212
17685
|
)
|
|
17213
17686
|
|
|
17687
|
+
FIERY_DRUM_RECRUIT_BOOST = Symbol(
|
|
17688
|
+
[0x79A8],
|
|
17689
|
+
[0x22C4D68],
|
|
17690
|
+
0x2,
|
|
17691
|
+
"FIERY_DRUM_RECRUIT_BOOST",
|
|
17692
|
+
"The amount added to the recruit rate with compatible species when holding a Fiery Drum.",
|
|
17693
|
+
"int16_t",
|
|
17694
|
+
)
|
|
17695
|
+
|
|
17214
17696
|
BAD_POISON_DAMAGE_COOLDOWN = Symbol(
|
|
17215
17697
|
[0x79AC],
|
|
17216
17698
|
[0x22C4D6C],
|
|
@@ -17220,6 +17702,15 @@ class EuOverlay10Data:
|
|
|
17220
17702
|
"int16_t",
|
|
17221
17703
|
)
|
|
17222
17704
|
|
|
17705
|
+
ICY_FLUTE_RECRUIT_BOOST = Symbol(
|
|
17706
|
+
[0x79B4],
|
|
17707
|
+
[0x22C4D74],
|
|
17708
|
+
0x2,
|
|
17709
|
+
"ICY_FLUTE_RECRUIT_BOOST",
|
|
17710
|
+
"The amount added to the recruit rate with compatible species when holding an Icy Flute.",
|
|
17711
|
+
"int16_t",
|
|
17712
|
+
)
|
|
17713
|
+
|
|
17223
17714
|
PROTEIN_STAT_BOOST = Symbol(
|
|
17224
17715
|
[0x79B8],
|
|
17225
17716
|
[0x22C4D78],
|
|
@@ -17265,6 +17756,15 @@ class EuOverlay10Data:
|
|
|
17265
17756
|
"int16_t",
|
|
17266
17757
|
)
|
|
17267
17758
|
|
|
17759
|
+
GOLDEN_MASK_RECRUIT_BOOST = Symbol(
|
|
17760
|
+
[0x79D4],
|
|
17761
|
+
[0x22C4D94],
|
|
17762
|
+
0x2,
|
|
17763
|
+
"GOLDEN_MASK_RECRUIT_BOOST",
|
|
17764
|
+
"The amount added to the recruit rate when holding a Golden Mask.",
|
|
17765
|
+
"int16_t",
|
|
17766
|
+
)
|
|
17767
|
+
|
|
17268
17768
|
IRON_TAIL_LOWER_DEFENSE_CHANCE = Symbol(
|
|
17269
17769
|
[0x79D8],
|
|
17270
17770
|
[0x22C4D98],
|
|
@@ -17310,6 +17810,15 @@ class EuOverlay10Data:
|
|
|
17310
17810
|
"int16_t",
|
|
17311
17811
|
)
|
|
17312
17812
|
|
|
17813
|
+
HURL_DAMAGE = Symbol(
|
|
17814
|
+
[0x79F0],
|
|
17815
|
+
[0x22C4DB0],
|
|
17816
|
+
0x2,
|
|
17817
|
+
"HURL_DAMAGE",
|
|
17818
|
+
"Damage dealt from hurling a monster at another monster (10).",
|
|
17819
|
+
"int16_t",
|
|
17820
|
+
)
|
|
17821
|
+
|
|
17313
17822
|
TRAP_BUSTER_ACTIVATION_CHANCE = Symbol(
|
|
17314
17823
|
[0x79F4],
|
|
17315
17824
|
[0x22C4DB4],
|
|
@@ -17346,6 +17855,15 @@ class EuOverlay10Data:
|
|
|
17346
17855
|
"int16_t",
|
|
17347
17856
|
)
|
|
17348
17857
|
|
|
17858
|
+
AMBER_TEAR_RECRUIT_BOOST = Symbol(
|
|
17859
|
+
[0x7A14],
|
|
17860
|
+
[0x22C4DD4],
|
|
17861
|
+
0x2,
|
|
17862
|
+
"AMBER_TEAR_RECRUIT_BOOST",
|
|
17863
|
+
"The amount added to the recruit rate when holding an Amber Tear.",
|
|
17864
|
+
"int16_t",
|
|
17865
|
+
)
|
|
17866
|
+
|
|
17349
17867
|
MUDDY_WATER_LOWER_ACCURACY_CHANCE = Symbol(
|
|
17350
17868
|
[0x7A1C],
|
|
17351
17869
|
[0x22C4DDC],
|
|
@@ -17454,6 +17972,15 @@ class EuOverlay10Data:
|
|
|
17454
17972
|
"int16_t",
|
|
17455
17973
|
)
|
|
17456
17974
|
|
|
17975
|
+
CURSE_DAMAGE_COOLDOWN = Symbol(
|
|
17976
|
+
[0x7A54],
|
|
17977
|
+
[0x22C4E14],
|
|
17978
|
+
0x2,
|
|
17979
|
+
"CURSE_DAMAGE_COOLDOWN",
|
|
17980
|
+
"The number of turns between passive curse damage (3).",
|
|
17981
|
+
"int16_t",
|
|
17982
|
+
)
|
|
17983
|
+
|
|
17457
17984
|
STEEL_WING_BOOST_DEFENSE_CHANCE = Symbol(
|
|
17458
17985
|
[0x7A5C],
|
|
17459
17986
|
[0x22C4E1C],
|
|
@@ -17508,6 +18035,15 @@ class EuOverlay10Data:
|
|
|
17508
18035
|
"int16_t",
|
|
17509
18036
|
)
|
|
17510
18037
|
|
|
18038
|
+
PITFALL_TRAP_DAMAGE = Symbol(
|
|
18039
|
+
[0x7A7C],
|
|
18040
|
+
[0x22C4E3C],
|
|
18041
|
+
0x2,
|
|
18042
|
+
"PITFALL_TRAP_DAMAGE",
|
|
18043
|
+
"Damage dealt by pitfall traps (5).",
|
|
18044
|
+
"int16_t",
|
|
18045
|
+
)
|
|
18046
|
+
|
|
17511
18047
|
CHARGE_BEAM_BOOST_SPECIAL_ATTACK_CHANCE = Symbol(
|
|
17512
18048
|
[0x7A88],
|
|
17513
18049
|
[0x22C4E48],
|
|
@@ -17535,6 +18071,15 @@ class EuOverlay10Data:
|
|
|
17535
18071
|
"int16_t",
|
|
17536
18072
|
)
|
|
17537
18073
|
|
|
18074
|
+
FRIEND_BOW_FAST_FRIEND_BOOST = Symbol(
|
|
18075
|
+
[0x7A94],
|
|
18076
|
+
[0x22C4E54],
|
|
18077
|
+
0x2,
|
|
18078
|
+
"FRIEND_BOW_FAST_FRIEND_BOOST",
|
|
18079
|
+
"The amount added to the recruit rate when holding a Friend Bow or with the Fast Friend IQ skill.",
|
|
18080
|
+
"int16_t",
|
|
18081
|
+
)
|
|
18082
|
+
|
|
17538
18083
|
OCTAZOOKA_LOWER_ACCURACY_CHANCE = Symbol(
|
|
17539
18084
|
[0x7A98],
|
|
17540
18085
|
[0x22C4E58],
|
|
@@ -17589,6 +18134,15 @@ class EuOverlay10Data:
|
|
|
17589
18134
|
"int16_t",
|
|
17590
18135
|
)
|
|
17591
18136
|
|
|
18137
|
+
CUTE_CHARM_INFATUATE_CHANCE = Symbol(
|
|
18138
|
+
[0x7ABC],
|
|
18139
|
+
[0x22C4E7C],
|
|
18140
|
+
None,
|
|
18141
|
+
"CUTE_CHARM_INFATUATE_CHANCE",
|
|
18142
|
+
"The chance of Cute Charm infatuating, as a percentage (12%).",
|
|
18143
|
+
"int16_t",
|
|
18144
|
+
)
|
|
18145
|
+
|
|
17592
18146
|
LICK_PARALYZE_CHANCE = Symbol(
|
|
17593
18147
|
[0x7AC0],
|
|
17594
18148
|
[0x22C4E80],
|
|
@@ -17733,6 +18287,15 @@ class EuOverlay10Data:
|
|
|
17733
18287
|
"int16_t",
|
|
17734
18288
|
)
|
|
17735
18289
|
|
|
18290
|
+
INGRAIN_BONUS_REGEN = Symbol(
|
|
18291
|
+
[0x7B28],
|
|
18292
|
+
[0x22C4EE8],
|
|
18293
|
+
0x2,
|
|
18294
|
+
"INGRAIN_BONUS_REGEN",
|
|
18295
|
+
"The passive bonus regen given by the Ingrain status condition (10).",
|
|
18296
|
+
"int16_t",
|
|
18297
|
+
)
|
|
18298
|
+
|
|
17736
18299
|
AFTERMATH_CHANCE = Symbol(
|
|
17737
18300
|
[0x7B2C],
|
|
17738
18301
|
[0x22C4EEC],
|
|
@@ -17760,6 +18323,15 @@ class EuOverlay10Data:
|
|
|
17760
18323
|
"int16_t",
|
|
17761
18324
|
)
|
|
17762
18325
|
|
|
18326
|
+
WRAP_DAMAGE = Symbol(
|
|
18327
|
+
[0x7B68],
|
|
18328
|
+
[0x22C4F28],
|
|
18329
|
+
0x2,
|
|
18330
|
+
"WRAP_DAMAGE",
|
|
18331
|
+
"Damage dealt by the wrap status condition (6).",
|
|
18332
|
+
"int16_t",
|
|
18333
|
+
)
|
|
18334
|
+
|
|
17763
18335
|
TYPE_ADVANTAGE_MASTER_CRIT_RATE = Symbol(
|
|
17764
18336
|
[0x7B78],
|
|
17765
18337
|
[0x22C4F38],
|
|
@@ -17769,6 +18341,15 @@ class EuOverlay10Data:
|
|
|
17769
18341
|
"int16_t",
|
|
17770
18342
|
)
|
|
17771
18343
|
|
|
18344
|
+
INGRAIN_BONUS_REGEN_COOLDOWN = Symbol(
|
|
18345
|
+
[0x7B80],
|
|
18346
|
+
[0x22C4F40],
|
|
18347
|
+
0x2,
|
|
18348
|
+
"INGRAIN_BONUS_REGEN_COOLDOWN",
|
|
18349
|
+
"The number of turns between ingrain health regeneration (5).",
|
|
18350
|
+
"int16_t",
|
|
18351
|
+
)
|
|
18352
|
+
|
|
17772
18353
|
ORAN_BERRY_HP_RESTORATION = Symbol(
|
|
17773
18354
|
[0x7B84],
|
|
17774
18355
|
[0x22C4F44],
|
|
@@ -17778,6 +18359,15 @@ class EuOverlay10Data:
|
|
|
17778
18359
|
"int16_t",
|
|
17779
18360
|
)
|
|
17780
18361
|
|
|
18362
|
+
WRAP_DAMAGE_COOLDOWN = Symbol(
|
|
18363
|
+
[0x7B88],
|
|
18364
|
+
[0x22C4F48],
|
|
18365
|
+
0x2,
|
|
18366
|
+
"WRAP_DAMAGE_COOLDOWN",
|
|
18367
|
+
"The number of turns between passive wrap damage (2).",
|
|
18368
|
+
"int16_t",
|
|
18369
|
+
)
|
|
18370
|
+
|
|
17781
18371
|
SITRUS_BERRY_FULL_HP_BOOST = Symbol(
|
|
17782
18372
|
[0x7B8C],
|
|
17783
18373
|
[0x22C4F4C],
|
|
@@ -17836,6 +18426,15 @@ class EuOverlay10Data:
|
|
|
17836
18426
|
[0x7BBC], [0x22C4F7C], 0x2, "STICK_POWER", "Attack power for Sticks.", "int16_t"
|
|
17837
18427
|
)
|
|
17838
18428
|
|
|
18429
|
+
AQUA_RING_BONUS_REGEN = Symbol(
|
|
18430
|
+
[0x7BC0],
|
|
18431
|
+
[0x22C4F80],
|
|
18432
|
+
0x2,
|
|
18433
|
+
"AQUA_RING_BONUS_REGEN",
|
|
18434
|
+
"The passive bonus regen given by the Aqua Ring status condition (8).",
|
|
18435
|
+
"int16_t",
|
|
18436
|
+
)
|
|
18437
|
+
|
|
17839
18438
|
BUBBLE_LOWER_SPEED_CHANCE = Symbol(
|
|
17840
18439
|
[0x7BC4],
|
|
17841
18440
|
[0x22C4F84],
|
|
@@ -17890,6 +18489,15 @@ class EuOverlay10Data:
|
|
|
17890
18489
|
"int16_t",
|
|
17891
18490
|
)
|
|
17892
18491
|
|
|
18492
|
+
CHATOT_SCARF_BOUNCE_CHANCE = Symbol(
|
|
18493
|
+
[0x7BE0],
|
|
18494
|
+
[0x22C4FA0],
|
|
18495
|
+
0x2,
|
|
18496
|
+
"CHATOT_SCARF_BOUNCE_CHANCE",
|
|
18497
|
+
"The chance of the Chatot Scarf bouncing back a move, as a percentage (20%).",
|
|
18498
|
+
"int16_t",
|
|
18499
|
+
)
|
|
18500
|
+
|
|
17893
18501
|
WEATHER_MOVE_TURN_COUNT = Symbol(
|
|
17894
18502
|
[0x7BEC],
|
|
17895
18503
|
[0x22C4FAC],
|
|
@@ -18178,6 +18786,15 @@ class EuOverlay10Data:
|
|
|
18178
18786
|
"int16_t",
|
|
18179
18787
|
)
|
|
18180
18788
|
|
|
18789
|
+
BAD_WEATHER_DAMAGE = Symbol(
|
|
18790
|
+
[0x7C84],
|
|
18791
|
+
[0x22C5044],
|
|
18792
|
+
0x2,
|
|
18793
|
+
"BAD_WEATHER_DAMAGE",
|
|
18794
|
+
"Damage dealt by the Sandstorm and Hail weather conditions (3).",
|
|
18795
|
+
"int16_t",
|
|
18796
|
+
)
|
|
18797
|
+
|
|
18181
18798
|
SCOPE_LENS_CRIT_RATE_BOOST = Symbol(
|
|
18182
18799
|
[0x7C88],
|
|
18183
18800
|
[0x22C5048],
|
|
@@ -18196,6 +18813,51 @@ class EuOverlay10Data:
|
|
|
18196
18813
|
"int16_t",
|
|
18197
18814
|
)
|
|
18198
18815
|
|
|
18816
|
+
SKY_MELODICA_RECRUIT_BOOST = Symbol(
|
|
18817
|
+
[0x7C94],
|
|
18818
|
+
[0x22C5054],
|
|
18819
|
+
0x2,
|
|
18820
|
+
"SKY_MELODICA_RECRUIT_BOOST",
|
|
18821
|
+
"The amount added to the recruit rate with compatible species when holding a Sky Melodica.",
|
|
18822
|
+
"int16_t",
|
|
18823
|
+
)
|
|
18824
|
+
|
|
18825
|
+
GRASS_CORNET_RECRUIT_BOOST = Symbol(
|
|
18826
|
+
[0x7C98],
|
|
18827
|
+
[0x22C5058],
|
|
18828
|
+
0x2,
|
|
18829
|
+
"GRASS_CORNET_RECRUIT_BOOST",
|
|
18830
|
+
"The amount added to the recruit rate with compatible species when holding a Grass Cornet.",
|
|
18831
|
+
"int16_t",
|
|
18832
|
+
)
|
|
18833
|
+
|
|
18834
|
+
ROCK_HORN_RECRUIT_BOOST = Symbol(
|
|
18835
|
+
[0x7C9C],
|
|
18836
|
+
[0x22C505C],
|
|
18837
|
+
0x2,
|
|
18838
|
+
"ROCK_HORN_RECRUIT_BOOST",
|
|
18839
|
+
"The amount added to the recruit rate with compatible species when holding a Rock Horn.",
|
|
18840
|
+
"int16_t",
|
|
18841
|
+
)
|
|
18842
|
+
|
|
18843
|
+
AQUA_MONICA_RECRUIT_BOOST = Symbol(
|
|
18844
|
+
[0x7CA0],
|
|
18845
|
+
[0x22C5060],
|
|
18846
|
+
0x2,
|
|
18847
|
+
"AQUA_MONICA_RECRUIT_BOOST",
|
|
18848
|
+
"The amount added to the recruit rate with compatible species when holding a Aqua Monica.",
|
|
18849
|
+
"int16_t",
|
|
18850
|
+
)
|
|
18851
|
+
|
|
18852
|
+
TERRA_CYMBAL_RECRUIT_BOOST = Symbol(
|
|
18853
|
+
[0x7CA4],
|
|
18854
|
+
[0x22C5064],
|
|
18855
|
+
0x2,
|
|
18856
|
+
"TERRA_CYMBAL_RECRUIT_BOOST",
|
|
18857
|
+
"The amount added to the recruit rate with compatible species when holding a Terra Cymbal.",
|
|
18858
|
+
"int16_t",
|
|
18859
|
+
)
|
|
18860
|
+
|
|
18199
18861
|
ME_FIRST_MULTIPLIER = Symbol(
|
|
18200
18862
|
[0x7CA8],
|
|
18201
18863
|
[0x22C5068],
|
|
@@ -18241,6 +18903,60 @@ class EuOverlay10Data:
|
|
|
18241
18903
|
"int16_t[2]",
|
|
18242
18904
|
)
|
|
18243
18905
|
|
|
18906
|
+
SLEEPLESSNESS_TURN_RANGE = Symbol(
|
|
18907
|
+
[0x7CC0],
|
|
18908
|
+
[0x22C5080],
|
|
18909
|
+
0x4,
|
|
18910
|
+
"SLEEPLESSNESS_TURN_RANGE",
|
|
18911
|
+
"The turn range for the Sleepless status, [0x7F, 0x7F] (infinite).\n\ntype: int16_t[2]",
|
|
18912
|
+
"int16_t[2]",
|
|
18913
|
+
)
|
|
18914
|
+
|
|
18915
|
+
REFLECT_TURN_RANGE = Symbol(
|
|
18916
|
+
[0x7CC4],
|
|
18917
|
+
[0x22C5084],
|
|
18918
|
+
0x4,
|
|
18919
|
+
"REFLECT_TURN_RANGE",
|
|
18920
|
+
"The turn range for the Reflect status, [10, 12).\n\ntype: int16_t[2]",
|
|
18921
|
+
"int16_t[2]",
|
|
18922
|
+
)
|
|
18923
|
+
|
|
18924
|
+
LIGHT_SCREEN_TURN_RANGE = Symbol(
|
|
18925
|
+
[0x7CC8],
|
|
18926
|
+
[0x22C5088],
|
|
18927
|
+
0x4,
|
|
18928
|
+
"LIGHT_SCREEN_TURN_RANGE",
|
|
18929
|
+
"The turn range for the Light Screen status, [10, 12).\n\ntype: int16_t[2]",
|
|
18930
|
+
"int16_t[2]",
|
|
18931
|
+
)
|
|
18932
|
+
|
|
18933
|
+
SAFEGUARD_TURN_RANGE = Symbol(
|
|
18934
|
+
[0x7CCC],
|
|
18935
|
+
[0x22C508C],
|
|
18936
|
+
0x4,
|
|
18937
|
+
"SAFEGUARD_TURN_RANGE",
|
|
18938
|
+
"The turn range for the Safeguard status, [15, 20).\n\ntype: int16_t[2]",
|
|
18939
|
+
"int16_t[2]",
|
|
18940
|
+
)
|
|
18941
|
+
|
|
18942
|
+
MIST_TURN_RANGE = Symbol(
|
|
18943
|
+
[0x7CD0],
|
|
18944
|
+
[0x22C5090],
|
|
18945
|
+
0x4,
|
|
18946
|
+
"MIST_TURN_RANGE",
|
|
18947
|
+
"The turn range for the Mist status, [10, 14).\n\ntype: int16_t[2]",
|
|
18948
|
+
"int16_t[2]",
|
|
18949
|
+
)
|
|
18950
|
+
|
|
18951
|
+
MAGIC_COAT_TURN_RANGE = Symbol(
|
|
18952
|
+
[0x7CD8],
|
|
18953
|
+
[0x22C5098],
|
|
18954
|
+
0x4,
|
|
18955
|
+
"MAGIC_COAT_TURN_RANGE",
|
|
18956
|
+
"The turn range for the Magic Coat status, [10, 14).\n\ntype: int16_t[2]",
|
|
18957
|
+
"int16_t[2]",
|
|
18958
|
+
)
|
|
18959
|
+
|
|
18244
18960
|
BURN_DAMAGE_MULTIPLIER = Symbol(
|
|
18245
18961
|
[0x7CDC],
|
|
18246
18962
|
[0x22C509C],
|
|
@@ -18268,6 +18984,15 @@ class EuOverlay10Data:
|
|
|
18268
18984
|
"fx32_8",
|
|
18269
18985
|
)
|
|
18270
18986
|
|
|
18987
|
+
SET_REFLECT_STATUS_TURN_RANGE = Symbol(
|
|
18988
|
+
[0x7CE8],
|
|
18989
|
+
[0x22C50A8],
|
|
18990
|
+
0x4,
|
|
18991
|
+
"SET_REFLECT_STATUS_TURN_RANGE",
|
|
18992
|
+
"The turn range for the statuses (Counter, Mini Counter, Metal Burst) set by SetReflectStatus, [6, 12).\n\ntype: int16_t[2]",
|
|
18993
|
+
"int16_t[2]",
|
|
18994
|
+
)
|
|
18995
|
+
|
|
18271
18996
|
MATCHUP_IMMUNE_MULTIPLIER = Symbol(
|
|
18272
18997
|
[0x7CF0],
|
|
18273
18998
|
[0x22C50B0],
|
|
@@ -18277,6 +19002,15 @@ class EuOverlay10Data:
|
|
|
18277
19002
|
"fx32_8",
|
|
18278
19003
|
)
|
|
18279
19004
|
|
|
19005
|
+
GASTRO_ACID_TURN_RANGE = Symbol(
|
|
19006
|
+
[0x7D04],
|
|
19007
|
+
[0x22C50C4],
|
|
19008
|
+
None,
|
|
19009
|
+
"GASTRO_ACID_TURN_RANGE",
|
|
19010
|
+
"The turn range for the Gastro Acid status, [4, 10).\n\ntype: int16_t[2]",
|
|
19011
|
+
"int16_t[2]",
|
|
19012
|
+
)
|
|
19013
|
+
|
|
18280
19014
|
SPORT_CONDITION_TURN_RANGE = Symbol(
|
|
18281
19015
|
[0x7D24],
|
|
18282
19016
|
[0x22C50E4],
|
|
@@ -18304,6 +19038,15 @@ class EuOverlay10Data:
|
|
|
18304
19038
|
"int",
|
|
18305
19039
|
)
|
|
18306
19040
|
|
|
19041
|
+
DECOY_TURN_RANGE = Symbol(
|
|
19042
|
+
[0x7D4C],
|
|
19043
|
+
[0x22C510C],
|
|
19044
|
+
0x4,
|
|
19045
|
+
"DECOY_TURN_RANGE",
|
|
19046
|
+
"The turn range for the Decoy status, [20, 50).\n\ntype: int16_t[2]",
|
|
19047
|
+
"int16_t[2]",
|
|
19048
|
+
)
|
|
19049
|
+
|
|
18307
19050
|
TINTED_LENS_MULTIPLIER = Symbol(
|
|
18308
19051
|
[0x7D58],
|
|
18309
19052
|
[0x22C5118],
|
|
@@ -18439,6 +19182,15 @@ class EuOverlay10Data:
|
|
|
18439
19182
|
"fx32_8",
|
|
18440
19183
|
)
|
|
18441
19184
|
|
|
19185
|
+
MIRROR_MOVE_TURN_RANGE = Symbol(
|
|
19186
|
+
[0x7DD8],
|
|
19187
|
+
[0x22C5198],
|
|
19188
|
+
0x4,
|
|
19189
|
+
"MIRROR_MOVE_TURN_RANGE",
|
|
19190
|
+
"The turn range for the Mirror Move status, [1, 3).\n\ntype: int16_t[2]",
|
|
19191
|
+
"int16_t[2]",
|
|
19192
|
+
)
|
|
19193
|
+
|
|
18442
19194
|
AIR_BLADE_DAMAGE_MULTIPLIER = Symbol(
|
|
18443
19195
|
[0x7DDC],
|
|
18444
19196
|
[0x22C519C],
|
|
@@ -18475,6 +19227,15 @@ class EuOverlay10Data:
|
|
|
18475
19227
|
"int16_t[2]",
|
|
18476
19228
|
)
|
|
18477
19229
|
|
|
19230
|
+
CRINGE_TURN_RANGE = Symbol(
|
|
19231
|
+
[0x7E1C],
|
|
19232
|
+
[0x22C51DC],
|
|
19233
|
+
0x4,
|
|
19234
|
+
"CRINGE_TURN_RANGE",
|
|
19235
|
+
"The turn range for the Cringe status, [1, 1].\n\ntype: int16_t[2]",
|
|
19236
|
+
"int16_t[2]",
|
|
19237
|
+
)
|
|
19238
|
+
|
|
18478
19239
|
SPEED_BOOST_TURN_RANGE = Symbol(
|
|
18479
19240
|
[0x7E20],
|
|
18480
19241
|
[0x22C51E0],
|
|
@@ -18484,6 +19245,24 @@ class EuOverlay10Data:
|
|
|
18484
19245
|
"int16_t[2]",
|
|
18485
19246
|
)
|
|
18486
19247
|
|
|
19248
|
+
SPEED_LOWER_TURN_RANGE = Symbol(
|
|
19249
|
+
[0x7E24],
|
|
19250
|
+
[0x22C51E4],
|
|
19251
|
+
None,
|
|
19252
|
+
"SPEED_LOWER_TURN_RANGE",
|
|
19253
|
+
"The turn range for lowered speed, [6, 8].\n\ntype: int16_t[2]",
|
|
19254
|
+
"int16_t[2]",
|
|
19255
|
+
)
|
|
19256
|
+
|
|
19257
|
+
PARALYSIS_TURN_RANGE = Symbol(
|
|
19258
|
+
[0x7E2C],
|
|
19259
|
+
[0x22C51EC],
|
|
19260
|
+
None,
|
|
19261
|
+
"PARALYSIS_TURN_RANGE",
|
|
19262
|
+
"The turn range for the Paralysis status, [1, 2].\n\ntype: int16_t[2]",
|
|
19263
|
+
"int16_t[2]",
|
|
19264
|
+
)
|
|
19265
|
+
|
|
18487
19266
|
SOLARBEAM_DAMAGE_MULTIPLIER = Symbol(
|
|
18488
19267
|
[0x7E3C],
|
|
18489
19268
|
[0x22C51FC],
|
|
@@ -18898,6 +19677,10 @@ class EuOverlay10Data:
|
|
|
18898
19677
|
"struct data_processing_instruction",
|
|
18899
19678
|
)
|
|
18900
19679
|
|
|
19680
|
+
REFLECT_LIGHT_SCREEN_TURN_RANGE = _Deprecated(
|
|
19681
|
+
"REFLECT_LIGHT_SCREEN_TURN_RANGE", REFLECT_TURN_RANGE
|
|
19682
|
+
)
|
|
19683
|
+
|
|
18901
19684
|
|
|
18902
19685
|
class EuOverlay10Section:
|
|
18903
19686
|
name = "overlay10"
|
|
@@ -19210,6 +19993,33 @@ class EuOverlay11Functions:
|
|
|
19210
19993
|
None,
|
|
19211
19994
|
)
|
|
19212
19995
|
|
|
19996
|
+
GroundBgInit = Symbol(
|
|
19997
|
+
[0xF9D8],
|
|
19998
|
+
[0x22EC558],
|
|
19999
|
+
None,
|
|
20000
|
+
"GroundBgInit",
|
|
20001
|
+
"Initializes the ground_bg struct by setting most fields to 0 and allocating memory for sub-structs.\n\nr0: ground_bg struct pointer\nr1: Unknown sub-struct of ground_bg (offset 0x52C)",
|
|
20002
|
+
None,
|
|
20003
|
+
)
|
|
20004
|
+
|
|
20005
|
+
GroundBgFreeAll = Symbol(
|
|
20006
|
+
[0xFC6C],
|
|
20007
|
+
[0x22EC7EC],
|
|
20008
|
+
None,
|
|
20009
|
+
"GroundBgFreeAll",
|
|
20010
|
+
"Frees memory and closes any open files in the ground_bg struct.\n\nr0: ground_bg struct pointer",
|
|
20011
|
+
None,
|
|
20012
|
+
)
|
|
20013
|
+
|
|
20014
|
+
GroundBgCloseOpenedFiles = Symbol(
|
|
20015
|
+
[0xFD88],
|
|
20016
|
+
[0x22EC908],
|
|
20017
|
+
None,
|
|
20018
|
+
"GroundBgCloseOpenedFiles",
|
|
20019
|
+
"Closes any open files in the ground_bg struct.\n\nr0: ground_bg struct pointer",
|
|
20020
|
+
None,
|
|
20021
|
+
)
|
|
20022
|
+
|
|
19213
20023
|
LoadMapType10 = Symbol(
|
|
19214
20024
|
[0x10AE4],
|
|
19215
20025
|
[0x22ED664],
|
|
@@ -19228,6 +20038,15 @@ class EuOverlay11Functions:
|
|
|
19228
20038
|
None,
|
|
19229
20039
|
)
|
|
19230
20040
|
|
|
20041
|
+
BmaLayerNrlDecompressor = Symbol(
|
|
20042
|
+
[0x12094],
|
|
20043
|
+
[0x22EEC14],
|
|
20044
|
+
None,
|
|
20045
|
+
"BmaLayerNrlDecompressor",
|
|
20046
|
+
"Decompresses the NRL-compressed data in a .bma file.\n\nr0: [output] Array to hold the decompressed data\nr1: Pointer to the start of the compressed .bma data to decompress\nr2: Unknown ground_bg sub-struct (offset 0x52C)\nr3: .bma file header\nreturn: Pointer at the end of the .bma data",
|
|
20047
|
+
None,
|
|
20048
|
+
)
|
|
20049
|
+
|
|
19231
20050
|
GetSpecialLayoutBackground = Symbol(
|
|
19232
20051
|
[0x15380],
|
|
19233
20052
|
[0x22F1F00],
|
|
@@ -20137,6 +20956,15 @@ class EuOverlay11Functions:
|
|
|
20137
20956
|
None,
|
|
20138
20957
|
)
|
|
20139
20958
|
|
|
20959
|
+
SwapShopInventoryManager = Symbol(
|
|
20960
|
+
[0x2F028],
|
|
20961
|
+
[0x230BBA8],
|
|
20962
|
+
None,
|
|
20963
|
+
"SwapShopInventoryManager",
|
|
20964
|
+
"Called primarily handle the display and preparation of the swap shop inventory list, exclusive items list, and the item trade list. \nCreates a swap_shop_inventory_data struct if one does not already exist. \nIs the child function to SwapShopDialogueManager.\n\nr0: switch case index for the function: 0 = Swap List Inventory, 1 = Unknown, 2 = Species Exclusive Item List, 3 = Item Trade Away Selection List.\nr1: Depends on r0. If case 2: ID of the monster to retrieve an exclusive item list for. If case 3: Number of Exclusive Items the player owns.",
|
|
20965
|
+
None,
|
|
20966
|
+
)
|
|
20967
|
+
|
|
20140
20968
|
HandleControlsTopScreenGround = Symbol(
|
|
20141
20969
|
[0x32434],
|
|
20142
20970
|
[0x230EFB4],
|
|
@@ -20313,6 +21141,15 @@ class EuOverlay11Data:
|
|
|
20313
21141
|
"struct monster_id_16[22]",
|
|
20314
21142
|
)
|
|
20315
21143
|
|
|
21144
|
+
POSITION_ZERO = Symbol(
|
|
21145
|
+
[0x44BA8],
|
|
21146
|
+
[0x2321728],
|
|
21147
|
+
0x8,
|
|
21148
|
+
"POSITION_ZERO",
|
|
21149
|
+
"A pixel_position struct initialized at position (0, 0). Used to initialize the camera_pixel_position field in the ground_bg struct.\n\ntype: struct pixel_position",
|
|
21150
|
+
"struct pixel_position",
|
|
21151
|
+
)
|
|
21152
|
+
|
|
20316
21153
|
LEVEL_TILEMAP_LIST = Symbol(
|
|
20317
21154
|
[0x44CDC],
|
|
20318
21155
|
[0x232185C],
|
|
@@ -20402,6 +21239,15 @@ class EuOverlay11Data:
|
|
|
20402
21239
|
"struct main_ground_data",
|
|
20403
21240
|
)
|
|
20404
21241
|
|
|
21242
|
+
SWAP_SHOP_INVENTORY_PTRS = Symbol(
|
|
21243
|
+
[0x48D64],
|
|
21244
|
+
[0x23258E4],
|
|
21245
|
+
0x8,
|
|
21246
|
+
"SWAP_SHOP_INVENTORY_PTRS",
|
|
21247
|
+
"Host pointers to multiple structures used for performing internal Swap Shop checks.",
|
|
21248
|
+
"struct swap_shop_inventory_ptrs",
|
|
21249
|
+
)
|
|
21250
|
+
|
|
20405
21251
|
WORLD_MAP_MODE = Symbol(
|
|
20406
21252
|
[0x48DA4],
|
|
20407
21253
|
[0x2325924],
|
|
@@ -22377,7 +23223,68 @@ class EuOverlay20Section:
|
|
|
22377
23223
|
|
|
22378
23224
|
class EuOverlay21Functions:
|
|
22379
23225
|
|
|
22380
|
-
|
|
23226
|
+
SwapShopDialogueManager = Symbol(
|
|
23227
|
+
[0x0],
|
|
23228
|
+
[0x238AC80],
|
|
23229
|
+
None,
|
|
23230
|
+
"SwapShopDialogueManager",
|
|
23231
|
+
"Called primarily to fill dialogue boxes or display portraits, this function exists to print the next portrait, dialogue, or input for the Swap Shop. \nConsistently writes the provided input to shared_switch_case, and occasionally writes to next_switch_case. \nOften calls SwapShopInventoryManager, and is often called by SwapShopMainManager.\n\nr0: New current_switch_case value.",
|
|
23232
|
+
None,
|
|
23233
|
+
)
|
|
23234
|
+
|
|
23235
|
+
GetFirstExclusivePrerequisite = Symbol(
|
|
23236
|
+
[0x16A0],
|
|
23237
|
+
[0x238C320],
|
|
23238
|
+
None,
|
|
23239
|
+
"GetFirstExclusivePrerequisite",
|
|
23240
|
+
"Retrieves the item ID of the first item needed to trade for the specified item. There are hardcoded exceptions for the Eeveelution/Hitmontrio items,\nbut outside of that, the output will be as follows.\n output_id = input_id - ((input_id - 0x1FA) % 4)\n\nr0: item ID of the exclusive item to be checked.\nreturn: item ID of the first exclusive item required to trade for the input.",
|
|
23241
|
+
None,
|
|
23242
|
+
)
|
|
23243
|
+
|
|
23244
|
+
SwapShopEntryPoint = Symbol(
|
|
23245
|
+
[0x1708],
|
|
23246
|
+
[0x238C388],
|
|
23247
|
+
None,
|
|
23248
|
+
"SwapShopEntryPoint",
|
|
23249
|
+
"Is the entrypoint of the overlay_load_entry, and seems to run once to initiate the Swap Shop. Is not called anywhere else.\nAllocates space for swap_shop_menu_data, and initializes many of its fields.\n\nreturn: Always returns 1.",
|
|
23250
|
+
None,
|
|
23251
|
+
)
|
|
23252
|
+
|
|
23253
|
+
SwapShopDestructor = Symbol(
|
|
23254
|
+
[0x17BC],
|
|
23255
|
+
[0x238C43C],
|
|
23256
|
+
None,
|
|
23257
|
+
"SwapShopDestructor",
|
|
23258
|
+
"Is the destructor of the overlay_load_entry, and seems to run once on closing the Swap Shop. Is not called anywhere else.\nFrees up the allocated space for swap_shop_menu_data if it is not already empty.\n\nNo params.",
|
|
23259
|
+
None,
|
|
23260
|
+
)
|
|
23261
|
+
|
|
23262
|
+
SwapShopMainManager = Symbol(
|
|
23263
|
+
[0x17E8],
|
|
23264
|
+
[0x238C468],
|
|
23265
|
+
None,
|
|
23266
|
+
"SwapShopMainManager",
|
|
23267
|
+
"Called every frame the Croagunk Swap Shop is open, acting as a parent function for the various processes the Swap Shop is responsible for. \nPrimarily handles displaying dialogue boxes, retrieving menu selections, and contributing updates to the various switch case indices.\nOften calls SwapShopDialogueManager, either with an immediate or with the designated next_switch_case value. \n\nreturn: Typically returns 1, but seems to return 4 to exit the Swap Shop. Possibly related to the explorerscript output?",
|
|
23268
|
+
None,
|
|
23269
|
+
)
|
|
23270
|
+
|
|
23271
|
+
CloseTextboxAndSimpleMenu = Symbol(
|
|
23272
|
+
[0x27E0],
|
|
23273
|
+
[0x238D460],
|
|
23274
|
+
None,
|
|
23275
|
+
"CloseTextboxAndSimpleMenu",
|
|
23276
|
+
"Checks both the text_window_id and menu_window_id for -2. If either are not -2, close the textbox/simple menu, and assign the id to -2.\n\nNo params.",
|
|
23277
|
+
None,
|
|
23278
|
+
)
|
|
23279
|
+
|
|
23280
|
+
SwapShopPrintCurrentGold = Symbol(
|
|
23281
|
+
[0x2864],
|
|
23282
|
+
[0x238D4E4],
|
|
23283
|
+
None,
|
|
23284
|
+
"SwapShopPrintCurrentGold",
|
|
23285
|
+
"A text box callback function containing the player's current gold using SWAP_SHOP_GOLD_STRING, as seen on the Swap Shop main menu.\n\nr0: window_id of the textbox",
|
|
23286
|
+
None,
|
|
23287
|
+
)
|
|
22381
23288
|
|
|
22382
23289
|
|
|
22383
23290
|
class EuOverlay21Data:
|
|
@@ -22387,7 +23294,7 @@ class EuOverlay21Data:
|
|
|
22387
23294
|
[0x238D568],
|
|
22388
23295
|
0x10,
|
|
22389
23296
|
"SWAP_SHOP_WINDOW_PARAMS_1",
|
|
22390
|
-
"
|
|
23297
|
+
"Used with SwapShopPrintCurrentGold for a simple textbox.",
|
|
22391
23298
|
"struct window_params",
|
|
22392
23299
|
)
|
|
22393
23300
|
|
|
@@ -22396,7 +23303,7 @@ class EuOverlay21Data:
|
|
|
22396
23303
|
[0x238D578],
|
|
22397
23304
|
0x18,
|
|
22398
23305
|
"SWAP_SHOP_MENU_ITEMS_CONFIRM",
|
|
22399
|
-
"",
|
|
23306
|
+
"Used with SWAP_SHOP_WINDOW_PARAMS_7.",
|
|
22400
23307
|
"struct simple_menu_id_item[3]",
|
|
22401
23308
|
)
|
|
22402
23309
|
|
|
@@ -22405,7 +23312,7 @@ class EuOverlay21Data:
|
|
|
22405
23312
|
[0x238D590],
|
|
22406
23313
|
0x18,
|
|
22407
23314
|
"SWAP_SHOP_SUBMENU_ITEMS_1",
|
|
22408
|
-
"",
|
|
23315
|
+
"Used with SWAP_SHOP_WINDOW_PARAMS_6.",
|
|
22409
23316
|
"struct simple_menu_id_item[3]",
|
|
22410
23317
|
)
|
|
22411
23318
|
|
|
@@ -22414,7 +23321,7 @@ class EuOverlay21Data:
|
|
|
22414
23321
|
[0x238D5A8],
|
|
22415
23322
|
0x20,
|
|
22416
23323
|
"SWAP_SHOP_SUBMENU_ITEMS_2",
|
|
22417
|
-
"",
|
|
23324
|
+
"Used with SWAP_SHOP_WINDOW_PARAMS_7.",
|
|
22418
23325
|
"struct simple_menu_id_item[4]",
|
|
22419
23326
|
)
|
|
22420
23327
|
|
|
@@ -22423,7 +23330,7 @@ class EuOverlay21Data:
|
|
|
22423
23330
|
[0x238D5C8],
|
|
22424
23331
|
0x20,
|
|
22425
23332
|
"SWAP_SHOP_MAIN_MENU_ITEMS_1",
|
|
22426
|
-
"",
|
|
23333
|
+
"Used with SWAP_SHOP_WINDOW_PARAMS_6.",
|
|
22427
23334
|
"struct simple_menu_id_item[4]",
|
|
22428
23335
|
)
|
|
22429
23336
|
|
|
@@ -22432,7 +23339,7 @@ class EuOverlay21Data:
|
|
|
22432
23339
|
[0x238D5E8],
|
|
22433
23340
|
0x28,
|
|
22434
23341
|
"SWAP_SHOP_MAIN_MENU_ITEMS_2",
|
|
22435
|
-
"",
|
|
23342
|
+
"Used alongside SWAP_SHOP_WINDOW_PARAMS_5.",
|
|
22436
23343
|
"struct simple_menu_id_item[5]",
|
|
22437
23344
|
)
|
|
22438
23345
|
|
|
@@ -22441,43 +23348,43 @@ class EuOverlay21Data:
|
|
|
22441
23348
|
[0x238D610],
|
|
22442
23349
|
0x30,
|
|
22443
23350
|
"SWAP_SHOP_SUBMENU_ITEMS_3",
|
|
22444
|
-
"",
|
|
23351
|
+
"Used alongside SWAP_SHOP_WINDOW_PARAMS_9.",
|
|
22445
23352
|
"struct simple_menu_id_item[6]",
|
|
22446
23353
|
)
|
|
22447
23354
|
|
|
22448
23355
|
OVERLAY21_UNKNOWN_STRING_IDS = Symbol(
|
|
22449
|
-
|
|
22450
|
-
|
|
23356
|
+
[0x29C0],
|
|
23357
|
+
[0x238D640],
|
|
22451
23358
|
None,
|
|
22452
23359
|
"OVERLAY21_UNKNOWN_STRING_IDS",
|
|
22453
|
-
"
|
|
22454
|
-
"",
|
|
23360
|
+
"Seem to be completely unused by the Swap Shop, but the strings are 1:1 for the ones that are in use elsewhere in the shop.",
|
|
23361
|
+
"int16_t[24]",
|
|
22455
23362
|
)
|
|
22456
23363
|
|
|
22457
23364
|
SWAP_SHOP_WINDOW_PARAMS_2 = Symbol(
|
|
22458
|
-
|
|
22459
|
-
|
|
23365
|
+
[0x29F8],
|
|
23366
|
+
[0x238D678],
|
|
22460
23367
|
None,
|
|
22461
23368
|
"SWAP_SHOP_WINDOW_PARAMS_2",
|
|
22462
|
-
"
|
|
23369
|
+
"Seem to be completely unused by the Swap Shop.",
|
|
22463
23370
|
"struct window_params",
|
|
22464
23371
|
)
|
|
22465
23372
|
|
|
22466
23373
|
SWAP_SHOP_WINDOW_PARAMS_3 = Symbol(
|
|
22467
|
-
|
|
22468
|
-
|
|
23374
|
+
[0x2A08],
|
|
23375
|
+
[0x238D688],
|
|
22469
23376
|
None,
|
|
22470
23377
|
"SWAP_SHOP_WINDOW_PARAMS_3",
|
|
22471
|
-
"
|
|
23378
|
+
"Seem to be completely unused by the Swap Shop.",
|
|
22472
23379
|
"struct window_params",
|
|
22473
23380
|
)
|
|
22474
23381
|
|
|
22475
23382
|
SWAP_SHOP_WINDOW_PARAMS_4 = Symbol(
|
|
22476
|
-
|
|
22477
|
-
|
|
23383
|
+
[0x2A18],
|
|
23384
|
+
[0x238D698],
|
|
22478
23385
|
None,
|
|
22479
23386
|
"SWAP_SHOP_WINDOW_PARAMS_4",
|
|
22480
|
-
"
|
|
23387
|
+
"Seem to be completely unused by the Swap Shop.",
|
|
22481
23388
|
"struct window_params",
|
|
22482
23389
|
)
|
|
22483
23390
|
|
|
@@ -22486,7 +23393,7 @@ class EuOverlay21Data:
|
|
|
22486
23393
|
[0x238D6A8],
|
|
22487
23394
|
0x10,
|
|
22488
23395
|
"SWAP_SHOP_WINDOW_PARAMS_5",
|
|
22489
|
-
"
|
|
23396
|
+
"Used alongside SWAP_SHOP_MAIN_MENU_ITEMS_2.",
|
|
22490
23397
|
"struct window_params",
|
|
22491
23398
|
)
|
|
22492
23399
|
|
|
@@ -22495,7 +23402,7 @@ class EuOverlay21Data:
|
|
|
22495
23402
|
[0x238D6B8],
|
|
22496
23403
|
0x10,
|
|
22497
23404
|
"SWAP_SHOP_WINDOW_PARAMS_6",
|
|
22498
|
-
"
|
|
23405
|
+
"Used alongside both SWAP_SHOP_MAIN_MENU_ITEMS_1 and SWAP_SHOP_SUBMENU_ITEMS_1.",
|
|
22499
23406
|
"struct window_params",
|
|
22500
23407
|
)
|
|
22501
23408
|
|
|
@@ -22504,7 +23411,7 @@ class EuOverlay21Data:
|
|
|
22504
23411
|
[0x238D6C8],
|
|
22505
23412
|
0x10,
|
|
22506
23413
|
"SWAP_SHOP_WINDOW_PARAMS_7",
|
|
22507
|
-
"
|
|
23414
|
+
"Used alongside both SWAP_SHOP_MENU_ITEMS_CONFIRM and SWAP_SHOP_SUBMENU_ITEMS_2.",
|
|
22508
23415
|
"struct window_params",
|
|
22509
23416
|
)
|
|
22510
23417
|
|
|
@@ -22513,7 +23420,7 @@ class EuOverlay21Data:
|
|
|
22513
23420
|
[0x238D6D8],
|
|
22514
23421
|
0x10,
|
|
22515
23422
|
"SWAP_SHOP_WINDOW_PARAMS_8",
|
|
22516
|
-
"
|
|
23423
|
+
"Used alone, seemingly for the exclusive item description window.",
|
|
22517
23424
|
"struct window_params",
|
|
22518
23425
|
)
|
|
22519
23426
|
|
|
@@ -22522,12 +23429,246 @@ class EuOverlay21Data:
|
|
|
22522
23429
|
[0x238D6E8],
|
|
22523
23430
|
0x10,
|
|
22524
23431
|
"SWAP_SHOP_WINDOW_PARAMS_9",
|
|
22525
|
-
"
|
|
23432
|
+
"Used alongside SWAP_SHOP_SUBMENU_ITEMS_3.",
|
|
22526
23433
|
"struct window_params",
|
|
22527
23434
|
)
|
|
22528
23435
|
|
|
23436
|
+
SWAP_SHOP_TALK_WELCOME_DEBUG_STRING = Symbol(
|
|
23437
|
+
[0x2A78],
|
|
23438
|
+
[0x238D6F8],
|
|
23439
|
+
0x1D,
|
|
23440
|
+
"SWAP_SHOP_TALK_WELCOME_DEBUG_STRING",
|
|
23441
|
+
"MENU_SYNTHESIS_MODE_START:\n",
|
|
23442
|
+
"char[28]",
|
|
23443
|
+
)
|
|
23444
|
+
|
|
23445
|
+
SWAP_SHOP_MAIN_MENU_OPTIONS_DEBUG_STRING = Symbol(
|
|
23446
|
+
[0x2A94],
|
|
23447
|
+
[0x238D714],
|
|
23448
|
+
0x22,
|
|
23449
|
+
"SWAP_SHOP_MAIN_MENU_OPTIONS_DEBUG_STRING",
|
|
23450
|
+
"MENU_SYNTHESIS_MODE_SELECTMENU:\n",
|
|
23451
|
+
"char[33]",
|
|
23452
|
+
)
|
|
23453
|
+
|
|
23454
|
+
SWAP_SHOP_TALK_CONTINUE_SWAP_DEBUG_STRING = Symbol(
|
|
23455
|
+
[0x2AB8],
|
|
23456
|
+
[0x238D738],
|
|
23457
|
+
0x1F,
|
|
23458
|
+
"SWAP_SHOP_TALK_CONTINUE_SWAP_DEBUG_STRING",
|
|
23459
|
+
"MENU_SYNTHESIS_MODE_RESTART:\n",
|
|
23460
|
+
"char[30]",
|
|
23461
|
+
)
|
|
23462
|
+
|
|
23463
|
+
SWAP_SHOP_TALK_SUBINFO_DEBUG_STRING = Symbol(
|
|
23464
|
+
[0x2AD8],
|
|
23465
|
+
[0x238D758],
|
|
23466
|
+
0x23,
|
|
23467
|
+
"SWAP_SHOP_TALK_SUBINFO_DEBUG_STRING",
|
|
23468
|
+
"MENU_SYNTHESIS_MODE_EXPLANATION:\n",
|
|
23469
|
+
"char[34]",
|
|
23470
|
+
)
|
|
23471
|
+
|
|
23472
|
+
SWAP_SHOP_TALK_COME_AGAIN_DEBUG_STRING = Symbol(
|
|
23473
|
+
[0x2AFC],
|
|
23474
|
+
[0x238D77C],
|
|
23475
|
+
0x1E,
|
|
23476
|
+
"SWAP_SHOP_TALK_COME_AGAIN_DEBUG_STRING",
|
|
23477
|
+
"MENU_SYNTHESIS_MODE_THANKS:\n",
|
|
23478
|
+
"char[29]",
|
|
23479
|
+
)
|
|
23480
|
+
|
|
23481
|
+
SWAP_SHOP_TALK_LACKING_SWAP_ITEMS_DEBUG_STRING = Symbol(
|
|
23482
|
+
[0x2B1C],
|
|
23483
|
+
[0x238D79C],
|
|
23484
|
+
0x20,
|
|
23485
|
+
"SWAP_SHOP_TALK_LACKING_SWAP_ITEMS_DEBUG_STRING",
|
|
23486
|
+
"MENU_SYNTHESIS_MODE_ITEM_NON:\n",
|
|
23487
|
+
"char[31]",
|
|
23488
|
+
)
|
|
23489
|
+
|
|
23490
|
+
SWAP_SHOP_TALK_SWAP_BROKE_DEBUG_STRING = Symbol(
|
|
23491
|
+
[0x2B3C],
|
|
23492
|
+
[0x238D7BC],
|
|
23493
|
+
0x1F,
|
|
23494
|
+
"SWAP_SHOP_TALK_SWAP_BROKE_DEBUG_STRING",
|
|
23495
|
+
"MENU_SYNTHESIS_MODE_GOLD_NON\n",
|
|
23496
|
+
"char[30]",
|
|
23497
|
+
)
|
|
23498
|
+
|
|
23499
|
+
SWAP_SHOP_TALK_SWAP_POOR_DEBUG_STRING = Symbol(
|
|
23500
|
+
[0x2B5C],
|
|
23501
|
+
[0x238D7DC],
|
|
23502
|
+
0x14,
|
|
23503
|
+
"SWAP_SHOP_TALK_SWAP_POOR_DEBUG_STRING",
|
|
23504
|
+
"MENU_SYNTHESIS_GOLD",
|
|
23505
|
+
"char[19]",
|
|
23506
|
+
)
|
|
23507
|
+
|
|
23508
|
+
SWAP_SHOP_UNK_8_DEBUG_STRING = Symbol(
|
|
23509
|
+
[0x2B80],
|
|
23510
|
+
[0x238D800],
|
|
23511
|
+
0x23,
|
|
23512
|
+
"SWAP_SHOP_UNK_8_DEBUG_STRING",
|
|
23513
|
+
"MENU_SYNTHESIS_MODE_SELECT_FULL:\n",
|
|
23514
|
+
"char[34]",
|
|
23515
|
+
)
|
|
23516
|
+
|
|
23517
|
+
SWAP_SHOP_CLOSE_SHOP_DEBUG_STRING = Symbol(
|
|
23518
|
+
[0x2BA4],
|
|
23519
|
+
[0x238D824],
|
|
23520
|
+
0x1B,
|
|
23521
|
+
"SWAP_SHOP_CLOSE_SHOP_DEBUG_STRING",
|
|
23522
|
+
"MENU_SYNTHESIS_MODE_QUIT\n",
|
|
23523
|
+
"char[26]",
|
|
23524
|
+
)
|
|
23525
|
+
|
|
23526
|
+
SWAP_SHOP_TALK_WHAT_ITEMS_DEBUG_STRING = Symbol(
|
|
23527
|
+
[0x2BC0],
|
|
23528
|
+
[0x238D840],
|
|
23529
|
+
0x24,
|
|
23530
|
+
"SWAP_SHOP_TALK_WHAT_ITEMS_DEBUG_STRING",
|
|
23531
|
+
"MENU_SYNTHESIS_MODE_SELECT_START:\n",
|
|
23532
|
+
"char[35]",
|
|
23533
|
+
)
|
|
23534
|
+
|
|
23535
|
+
SWAP_SHOP_TALK_VALUABLE_SWAP_DEBUG_STRING = Symbol(
|
|
23536
|
+
[0x2BE4],
|
|
23537
|
+
[0x238D864],
|
|
23538
|
+
0x20,
|
|
23539
|
+
"SWAP_SHOP_TALK_VALUABLE_SWAP_DEBUG_STRING",
|
|
23540
|
+
"MENU_SYNTHESIS_MODE__RESTART:\n",
|
|
23541
|
+
"char[31]",
|
|
23542
|
+
)
|
|
23543
|
+
|
|
23544
|
+
SWAP_SHOP_INIT_SWAP_ITEMS_MENU_DEBUG_STRING = Symbol(
|
|
23545
|
+
[0x2C04],
|
|
23546
|
+
[0x238D884],
|
|
23547
|
+
0x23,
|
|
23548
|
+
"SWAP_SHOP_INIT_SWAP_ITEMS_MENU_DEBUG_STRING",
|
|
23549
|
+
"MENU_SYNTHESIS_MODE_SELECT_INIT:\n",
|
|
23550
|
+
"char[34]",
|
|
23551
|
+
)
|
|
23552
|
+
|
|
23553
|
+
SWAP_SHOP_SWAP_ITEMS_MENU_DEBUG_STRING = Symbol(
|
|
23554
|
+
[0x2C28],
|
|
23555
|
+
[0x238D8A8],
|
|
23556
|
+
0x25,
|
|
23557
|
+
"SWAP_SHOP_SWAP_ITEMS_MENU_DEBUG_STRING",
|
|
23558
|
+
"MENU_SYNTHESIS_MODE_SELECT_SELECT:\n",
|
|
23559
|
+
"char[36]",
|
|
23560
|
+
)
|
|
23561
|
+
|
|
23562
|
+
SWAP_SHOP_RETURN_SWAP_ITEMS_MENU_DEBUG_STRING = Symbol(
|
|
23563
|
+
[0x2C4C],
|
|
23564
|
+
[0x238D8CC],
|
|
23565
|
+
0x27,
|
|
23566
|
+
"SWAP_SHOP_RETURN_SWAP_ITEMS_MENU_DEBUG_STRING",
|
|
23567
|
+
"MENU_SYNTHESIS_MODE_SELECT_RESELECT:\n",
|
|
23568
|
+
"char[38]",
|
|
23569
|
+
)
|
|
23570
|
+
|
|
23571
|
+
SWAP_SHOP_SELECT_SWAP_ITEM_OPTIONS_DEBUG_STRING = Symbol(
|
|
23572
|
+
[0x2C74],
|
|
23573
|
+
[0x238D8F4],
|
|
23574
|
+
0x29,
|
|
23575
|
+
"SWAP_SHOP_SELECT_SWAP_ITEM_OPTIONS_DEBUG_STRING",
|
|
23576
|
+
"\tMENU_SYNTHESIS_MODE_SELECT_SUB_MENU:\n",
|
|
23577
|
+
"char[40]",
|
|
23578
|
+
)
|
|
23579
|
+
|
|
23580
|
+
SWAP_SHOP_SWAP_ITEM_GET_INFO_DEBUG_STRING = Symbol(
|
|
23581
|
+
[0x2C9C],
|
|
23582
|
+
[0x238D91C],
|
|
23583
|
+
0x23,
|
|
23584
|
+
"SWAP_SHOP_SWAP_ITEM_GET_INFO_DEBUG_STRING",
|
|
23585
|
+
"MENU_SYNTHESIS_MODE_SELECT_EXPLA\n",
|
|
23586
|
+
"char[34]",
|
|
23587
|
+
)
|
|
23588
|
+
|
|
23589
|
+
SWAP_SHOP_ITEM_ZERO_STRING = Symbol(
|
|
23590
|
+
[0x2CC0], [0x238D940], 0x9, "SWAP_SHOP_ITEM_ZERO_STRING", "[item:0]", "char[8]"
|
|
23591
|
+
)
|
|
23592
|
+
|
|
23593
|
+
SWAP_SHOP_TALK_CONFIRM_SWAP_DEBUG_STRING = Symbol(
|
|
23594
|
+
[0x2CCC],
|
|
23595
|
+
[0x238D94C],
|
|
23596
|
+
0x28,
|
|
23597
|
+
"SWAP_SHOP_TALK_CONFIRM_SWAP_DEBUG_STRING",
|
|
23598
|
+
"MENU_SYNTHESIS_MODE_SELECT_CONFIRM_1:\n",
|
|
23599
|
+
"char[39]",
|
|
23600
|
+
)
|
|
23601
|
+
|
|
23602
|
+
SWAP_SHOP_CONFIRM_CHOICE_DEBUG_STRING = Symbol(
|
|
23603
|
+
[0x2CF4],
|
|
23604
|
+
[0x238D974],
|
|
23605
|
+
0x16,
|
|
23606
|
+
"SWAP_SHOP_CONFIRM_CHOICE_DEBUG_STRING",
|
|
23607
|
+
"_SELL_CONFIRM NEW_1\n",
|
|
23608
|
+
"char[21]",
|
|
23609
|
+
)
|
|
23610
|
+
|
|
23611
|
+
SWAP_SHOP_INIT_SCRIPT_ACTION_1_DEBUG_STRING = Symbol(
|
|
23612
|
+
[0x2D0C],
|
|
23613
|
+
[0x238D98C],
|
|
23614
|
+
0x2C,
|
|
23615
|
+
"SWAP_SHOP_INIT_SCRIPT_ACTION_1_DEBUG_STRING",
|
|
23616
|
+
"MENU_SYNTHESIS_MODE_SELECT_THANKS_ACTION:\n",
|
|
23617
|
+
"char[43]",
|
|
23618
|
+
)
|
|
23619
|
+
|
|
23620
|
+
SWAP_SHOP_INIT_SCRIPT_ACTION_2_DEBUG_STRING = Symbol(
|
|
23621
|
+
[0x2D38],
|
|
23622
|
+
[0x238D9B8],
|
|
23623
|
+
0x2D,
|
|
23624
|
+
"SWAP_SHOP_INIT_SCRIPT_ACTION_2_DEBUG_STRING",
|
|
23625
|
+
"MENU_SYNTHESIS_MODE_SELECT_THANKS_ACTION2:\n",
|
|
23626
|
+
"char[44]",
|
|
23627
|
+
)
|
|
23628
|
+
|
|
23629
|
+
SWAP_SHOP_INIT_SCRIPT_ACTION_3_DEBUG_STRING = Symbol(
|
|
23630
|
+
[0x2D64],
|
|
23631
|
+
[0x238D9E4],
|
|
23632
|
+
0x2D,
|
|
23633
|
+
"SWAP_SHOP_INIT_SCRIPT_ACTION_3_DEBUG_STRING",
|
|
23634
|
+
"MENU_SYNTHESIS_MODE_SELECT_THANKS_ACTION3:\n",
|
|
23635
|
+
"char[44]",
|
|
23636
|
+
)
|
|
23637
|
+
|
|
23638
|
+
SWAP_SHOP_TEXT_PUT_IN_CAULDRON_DEBUG_STRING = Symbol(
|
|
23639
|
+
[0x2D90],
|
|
23640
|
+
[0x238DA10],
|
|
23641
|
+
0x27,
|
|
23642
|
+
"SWAP_SHOP_TEXT_PUT_IN_CAULDRON_DEBUG_STRING",
|
|
23643
|
+
"MENU_SYNTHESIS_MODE_SELECT_THANKS_1:\n",
|
|
23644
|
+
"char[38]",
|
|
23645
|
+
)
|
|
23646
|
+
|
|
23647
|
+
SWAP_SHOP_DO_SWAP_THEN_TALK_DEBUG_STRING = Symbol(
|
|
23648
|
+
[0x2DB8],
|
|
23649
|
+
[0x238DA38],
|
|
23650
|
+
0x25,
|
|
23651
|
+
"SWAP_SHOP_DO_SWAP_THEN_TALK_DEBUG_STRING",
|
|
23652
|
+
"MENU_SYNTHESIS_MODE_SELECT_THANKS:\n",
|
|
23653
|
+
"char[36]",
|
|
23654
|
+
)
|
|
23655
|
+
|
|
22529
23656
|
OVERLAY21_JP_STRING = Symbol(
|
|
22530
|
-
[0x2DDC],
|
|
23657
|
+
[0x2DDC],
|
|
23658
|
+
[0x238DA5C],
|
|
23659
|
+
None,
|
|
23660
|
+
"OVERLAY21_JP_STRING",
|
|
23661
|
+
"合成:(synthesis in Japanese)",
|
|
23662
|
+
"wchar_t[3]",
|
|
23663
|
+
)
|
|
23664
|
+
|
|
23665
|
+
SWAP_SHOP_GOLD_STRING = Symbol(
|
|
23666
|
+
[0x2DE4],
|
|
23667
|
+
[0x238DA64],
|
|
23668
|
+
0x13,
|
|
23669
|
+
"SWAP_SHOP_GOLD_STRING",
|
|
23670
|
+
"[CS:V][gold:0][CR]",
|
|
23671
|
+
"char[18]",
|
|
22531
23672
|
)
|
|
22532
23673
|
|
|
22533
23674
|
OVERLAY21_RESERVED_SPACE = Symbol(
|
|
@@ -22536,16 +23677,16 @@ class EuOverlay21Data:
|
|
|
22536
23677
|
None,
|
|
22537
23678
|
"OVERLAY21_RESERVED_SPACE",
|
|
22538
23679
|
"Note: unverified, ported from Irdkwia's notes",
|
|
22539
|
-
"",
|
|
23680
|
+
"undefined[8]",
|
|
22540
23681
|
)
|
|
22541
23682
|
|
|
22542
|
-
|
|
23683
|
+
SWAP_SHOP_MENU_DATA_PTR = Symbol(
|
|
22543
23684
|
[0x2E00],
|
|
22544
23685
|
[0x238DA80],
|
|
22545
23686
|
None,
|
|
22546
|
-
"
|
|
22547
|
-
"
|
|
22548
|
-
"",
|
|
23687
|
+
"SWAP_SHOP_MENU_DATA_PTR",
|
|
23688
|
+
"Pointer to the swap_shop_menu_data that governs the operations of most overlay_21 functions.",
|
|
23689
|
+
"struct swap_shop_menu_data*",
|
|
22549
23690
|
)
|
|
22550
23691
|
|
|
22551
23692
|
OVERLAY21_UNKNOWN_POINTER__NA_238CF44 = Symbol(
|
|
@@ -22554,7 +23695,7 @@ class EuOverlay21Data:
|
|
|
22554
23695
|
None,
|
|
22555
23696
|
"OVERLAY21_UNKNOWN_POINTER__NA_238CF44",
|
|
22556
23697
|
"Note: unverified, ported from Irdkwia's notes",
|
|
22557
|
-
"",
|
|
23698
|
+
"undefined*",
|
|
22558
23699
|
)
|
|
22559
23700
|
|
|
22560
23701
|
|
|
@@ -23705,6 +24846,15 @@ class EuOverlay29Functions:
|
|
|
23705
24846
|
None,
|
|
23706
24847
|
)
|
|
23707
24848
|
|
|
24849
|
+
FloorSecondaryTerrainIsChasm = Symbol(
|
|
24850
|
+
[0x4138],
|
|
24851
|
+
[0x22E0CB8],
|
|
24852
|
+
None,
|
|
24853
|
+
"FloorSecondaryTerrainIsChasm",
|
|
24854
|
+
"Returns true if the current floor has a chasm secondary terrain, checking first if floor_generation_status::has_chasms_as_secondary_terrain is true\nand if not, whether the tileset's entry in SECONDARY_TERRAIN_TYPES is SECONDARY_TERRAIN_CHASM.\n\nr0: tileset id\nreturn: bool",
|
|
24855
|
+
None,
|
|
24856
|
+
)
|
|
24857
|
+
|
|
23708
24858
|
GetFloorType = Symbol(
|
|
23709
24859
|
[0x4170],
|
|
23710
24860
|
[0x22E0CF0],
|
|
@@ -23786,6 +24936,24 @@ class EuOverlay29Functions:
|
|
|
23786
24936
|
None,
|
|
23787
24937
|
)
|
|
23788
24938
|
|
|
24939
|
+
SetDungeonEscapeFields = Symbol(
|
|
24940
|
+
[0x47A8],
|
|
24941
|
+
[0x22E1328],
|
|
24942
|
+
None,
|
|
24943
|
+
"SetDungeonEscapeFields",
|
|
24944
|
+
"Sets the successful_exit_tracker and end_floor_no_death_check_flag fields of the dungeon struct.\n\nr0: new successful_exit_tracker\nr1: new end_floor_no_death_check_flag",
|
|
24945
|
+
None,
|
|
24946
|
+
)
|
|
24947
|
+
|
|
24948
|
+
GetSuccessfulExitTracker = Symbol(
|
|
24949
|
+
[0x47C4],
|
|
24950
|
+
[0x22E1344],
|
|
24951
|
+
None,
|
|
24952
|
+
"GetSuccessfulExitTracker",
|
|
24953
|
+
"Returns the successful_exit_tracker field of the dungeon struct.\n\nreturn: successful_exit_tracker",
|
|
24954
|
+
None,
|
|
24955
|
+
)
|
|
24956
|
+
|
|
23789
24957
|
CheckTouchscreenArea = Symbol(
|
|
23790
24958
|
[0x4A78],
|
|
23791
24959
|
[0x22E15F8],
|
|
@@ -23953,7 +25121,7 @@ class EuOverlay29Functions:
|
|
|
23953
25121
|
[0x22E3418],
|
|
23954
25122
|
None,
|
|
23955
25123
|
"SubstitutePlaceholderStringTags",
|
|
23956
|
-
"Replaces instances of a given placeholder tag by the string representation of the given entity.\n\nFrom the eos-move-effects docs (which are somewhat nebulous): 'Replaces the string at StringID [r0] by the string representation of the target [r1] (aka its name). Any message with the string manipulator '[string:StringID]' will use that string'.\n\nThe game uses various placeholder tags in its strings, which you can read about here: https://textbox.skytemple.org/.\n\nr0: string ID (unclear what this means)\nr1: entity pointer\nr2:
|
|
25124
|
+
"Replaces instances of a given placeholder tag by the string representation of the given entity.\n\nFrom the eos-move-effects docs (which are somewhat nebulous): 'Replaces the string at StringID [r0] by the string representation of the target [r1] (aka its name). Any message with the string manipulator '[string:StringID]' will use that string'.\n\nThe game uses various placeholder tags in its strings, which you can read about here: https://textbox.skytemple.org/.\n\nr0: string ID (unclear what this means)\nr1: entity pointer\nr2: unused",
|
|
23957
25125
|
None,
|
|
23958
25126
|
)
|
|
23959
25127
|
|
|
@@ -24120,6 +25288,15 @@ class EuOverlay29Functions:
|
|
|
24120
25288
|
None,
|
|
24121
25289
|
)
|
|
24122
25290
|
|
|
25291
|
+
PlayParalysisEffect = Symbol(
|
|
25292
|
+
[0x8070],
|
|
25293
|
+
[0x22E4BF0],
|
|
25294
|
+
None,
|
|
25295
|
+
"PlayParalysisEffect",
|
|
25296
|
+
"Displays the graphical effect on a monster that just became paralyzed.\n\nr0: entity pointer",
|
|
25297
|
+
None,
|
|
25298
|
+
)
|
|
25299
|
+
|
|
24123
25300
|
PlayEffectAnimationEntityStandard = Symbol(
|
|
24124
25301
|
[0x8118],
|
|
24125
25302
|
[0x22E4C98],
|
|
@@ -24129,6 +25306,24 @@ class EuOverlay29Functions:
|
|
|
24129
25306
|
None,
|
|
24130
25307
|
)
|
|
24131
25308
|
|
|
25309
|
+
PlaySpeedUpEffect = Symbol(
|
|
25310
|
+
[0x82FC],
|
|
25311
|
+
[0x22E4E7C],
|
|
25312
|
+
None,
|
|
25313
|
+
"PlaySpeedUpEffect",
|
|
25314
|
+
"Displays the graphical effect on a monster that just raised movement speed.\n\nr0: entity pointer",
|
|
25315
|
+
None,
|
|
25316
|
+
)
|
|
25317
|
+
|
|
25318
|
+
PlaySpeedDownEffect = Symbol(
|
|
25319
|
+
[0x834C],
|
|
25320
|
+
[0x22E4ECC],
|
|
25321
|
+
None,
|
|
25322
|
+
"PlaySpeedDownEffect",
|
|
25323
|
+
"Displays the graphical effect on a monster that just lowered movement speed.\n\nr0: entity pointer",
|
|
25324
|
+
None,
|
|
25325
|
+
)
|
|
25326
|
+
|
|
24132
25327
|
ShowPpRestoreEffect = Symbol(
|
|
24133
25328
|
[0x8794],
|
|
24134
25329
|
[0x22E5314],
|
|
@@ -24138,6 +25333,105 @@ class EuOverlay29Functions:
|
|
|
24138
25333
|
None,
|
|
24139
25334
|
)
|
|
24140
25335
|
|
|
25336
|
+
PlayOffensiveStatDownEffect = Symbol(
|
|
25337
|
+
[0x8B58],
|
|
25338
|
+
[0x22E56D8],
|
|
25339
|
+
None,
|
|
25340
|
+
"PlayOffensiveStatDownEffect",
|
|
25341
|
+
"Displays the graphical effect on a monster that just lowered an offensive stat.\n\nr0: entity pointer\nr1: stat index",
|
|
25342
|
+
None,
|
|
25343
|
+
)
|
|
25344
|
+
|
|
25345
|
+
PlayDefensiveStatDownEffect = Symbol(
|
|
25346
|
+
[0x8BFC],
|
|
25347
|
+
[0x22E577C],
|
|
25348
|
+
None,
|
|
25349
|
+
"PlayDefensiveStatDownEffect",
|
|
25350
|
+
"Displays the graphical effect on a monster that just lowered a defensive stat.\n\nr0: entity pointer\nr1: stat index",
|
|
25351
|
+
None,
|
|
25352
|
+
)
|
|
25353
|
+
|
|
25354
|
+
PlayOffensiveStatUpEffect = Symbol(
|
|
25355
|
+
[0x8CA4],
|
|
25356
|
+
[0x22E5824],
|
|
25357
|
+
None,
|
|
25358
|
+
"PlayOffensiveStatUpEffect",
|
|
25359
|
+
"Displays the graphical effect on a monster that just raised an offensive stat.\n\nr0: entity pointer\nr1: stat index",
|
|
25360
|
+
None,
|
|
25361
|
+
)
|
|
25362
|
+
|
|
25363
|
+
PlayDefensiveStatUpEffect = Symbol(
|
|
25364
|
+
[0x8D4C],
|
|
25365
|
+
[0x22E58CC],
|
|
25366
|
+
None,
|
|
25367
|
+
"PlayDefensiveStatUpEffect",
|
|
25368
|
+
"Displays the graphical effect on a monster that just raised a defensive stat.\n\nr0: entity pointer\nr1: stat index",
|
|
25369
|
+
None,
|
|
25370
|
+
)
|
|
25371
|
+
|
|
25372
|
+
PlayOffensiveStatMultiplierUpEffect = Symbol(
|
|
25373
|
+
[0x8DF0],
|
|
25374
|
+
[0x22E5970],
|
|
25375
|
+
None,
|
|
25376
|
+
"PlayOffensiveStatMultiplierUpEffect",
|
|
25377
|
+
"Displays the graphical effect on a monster that just raised an offensive stat multiplier.\n\nr0: entity pointer\nr1: stat index",
|
|
25378
|
+
None,
|
|
25379
|
+
)
|
|
25380
|
+
|
|
25381
|
+
PlayOffensiveStatMultiplierDownEffect = Symbol(
|
|
25382
|
+
[0x8E98],
|
|
25383
|
+
[0x22E5A18],
|
|
25384
|
+
None,
|
|
25385
|
+
"PlayOffensiveStatMultiplierDownEffect",
|
|
25386
|
+
"Displays the graphical effect on a monster that just lowered an offensive stat multiplier.\n\nr0: entity pointer\nr1: stat index",
|
|
25387
|
+
None,
|
|
25388
|
+
)
|
|
25389
|
+
|
|
25390
|
+
PlayDefensiveStatMultiplierUpEffect = Symbol(
|
|
25391
|
+
[0x8F3C],
|
|
25392
|
+
[0x22E5ABC],
|
|
25393
|
+
None,
|
|
25394
|
+
"PlayDefensiveStatMultiplierUpEffect",
|
|
25395
|
+
"Displays the graphical effect on a monster that just raised a defensive stat multiplier.\n\nr0: entity pointer\nr1: stat index",
|
|
25396
|
+
None,
|
|
25397
|
+
)
|
|
25398
|
+
|
|
25399
|
+
PlayDefensiveStatMultiplierDownEffect = Symbol(
|
|
25400
|
+
[0x8FE0],
|
|
25401
|
+
[0x22E5B60],
|
|
25402
|
+
None,
|
|
25403
|
+
"PlayDefensiveStatMultiplierDownEffect",
|
|
25404
|
+
"Displays the graphical effect on a monster that just lowered a defensive stat multiplier.\n\nr0: entity pointer\nr1: stat index",
|
|
25405
|
+
None,
|
|
25406
|
+
)
|
|
25407
|
+
|
|
25408
|
+
PlayHitChanceUpEffect = Symbol(
|
|
25409
|
+
[0x9088],
|
|
25410
|
+
[0x22E5C08],
|
|
25411
|
+
None,
|
|
25412
|
+
"PlayHitChanceUpEffect",
|
|
25413
|
+
"Displays the graphical effect on a monster that just raised a hit chance stat.\n\nr0: entity pointer\nr1: stat index",
|
|
25414
|
+
None,
|
|
25415
|
+
)
|
|
25416
|
+
|
|
25417
|
+
PlayHitChanceDownEffect = Symbol(
|
|
25418
|
+
[0x9128],
|
|
25419
|
+
[0x22E5CA8],
|
|
25420
|
+
None,
|
|
25421
|
+
"PlayHitChanceDownEffect",
|
|
25422
|
+
"Displays the graphical effect on a monster that just lowered a hit chance stat.\n\nr0: entity pointer\nr1: stat index",
|
|
25423
|
+
None,
|
|
25424
|
+
)
|
|
25425
|
+
|
|
25426
|
+
PlaySeByIdIfShouldDisplayEntity = Symbol(
|
|
25427
|
+
[0x94D0],
|
|
25428
|
+
[0x22E6050],
|
|
25429
|
+
None,
|
|
25430
|
+
"PlaySeByIdIfShouldDisplayEntity",
|
|
25431
|
+
"Plays the specified sound effect if ShouldDisplayEntityAdvanced returns true for the entity (or if the entity pointer is null).\n\nr0: entity pointer\nr1: Sound effect ID",
|
|
25432
|
+
None,
|
|
25433
|
+
)
|
|
25434
|
+
|
|
24141
25435
|
ShouldDisplayEntityAdvanced = Symbol(
|
|
24142
25436
|
[0x9D00],
|
|
24143
25437
|
[0x22E6880],
|
|
@@ -24183,6 +25477,15 @@ class EuOverlay29Functions:
|
|
|
24183
25477
|
None,
|
|
24184
25478
|
)
|
|
24185
25479
|
|
|
25480
|
+
GetRandomTrapId = Symbol(
|
|
25481
|
+
[0xB8BC],
|
|
25482
|
+
[0x22E843C],
|
|
25483
|
+
None,
|
|
25484
|
+
"GetRandomTrapId",
|
|
25485
|
+
"Gets the id of the trap to be used as the effect of a Random Trap.\n\nreturn: trap id",
|
|
25486
|
+
None,
|
|
25487
|
+
)
|
|
25488
|
+
|
|
24186
25489
|
GetItemIdToSpawn = Symbol(
|
|
24187
25490
|
[0xB8F4],
|
|
24188
25491
|
[0x22E8474],
|
|
@@ -24345,6 +25648,15 @@ class EuOverlay29Functions:
|
|
|
24345
25648
|
None,
|
|
24346
25649
|
)
|
|
24347
25650
|
|
|
25651
|
+
IsPositionWithinTwoTiles = Symbol(
|
|
25652
|
+
[0xD18C],
|
|
25653
|
+
[0x22E9D0C],
|
|
25654
|
+
None,
|
|
25655
|
+
"IsPositionWithinTwoTiles",
|
|
25656
|
+
"Checks if a given target position is within two tiles of a given origin position.\n\nr0: Origin position\nr1: Target position\nreturn: True if the target position within two tiles of the origin position.",
|
|
25657
|
+
None,
|
|
25658
|
+
)
|
|
25659
|
+
|
|
24348
25660
|
GetLeader = Symbol(
|
|
24349
25661
|
[0xD3B0],
|
|
24350
25662
|
[0x22E9F30],
|
|
@@ -24552,6 +25864,15 @@ class EuOverlay29Functions:
|
|
|
24552
25864
|
None,
|
|
24553
25865
|
)
|
|
24554
25866
|
|
|
25867
|
+
PlaySeByIdIfNotSilence = Symbol(
|
|
25868
|
+
[0xEAFC],
|
|
25869
|
+
[0x22EB67C],
|
|
25870
|
+
None,
|
|
25871
|
+
"PlaySeByIdIfNotSilence",
|
|
25872
|
+
"Plays the specified sound effect if it is not the designated silence value (0x3F00).\n\nr0: Sound effect ID",
|
|
25873
|
+
None,
|
|
25874
|
+
)
|
|
25875
|
+
|
|
24555
25876
|
MusicTableIdxToMusicId = Symbol(
|
|
24556
25877
|
[0xEB30],
|
|
24557
25878
|
[0x22EB6B0],
|
|
@@ -24579,6 +25900,15 @@ class EuOverlay29Functions:
|
|
|
24579
25900
|
None,
|
|
24580
25901
|
)
|
|
24581
25902
|
|
|
25903
|
+
ResetLeaderActionFields = Symbol(
|
|
25904
|
+
[0xF1C8],
|
|
25905
|
+
[0x22EBD48],
|
|
25906
|
+
None,
|
|
25907
|
+
"ResetLeaderActionFields",
|
|
25908
|
+
"Resets the leader monster's action_id fields to 0.\n\nr0: whether to also set the action_use_idx fields of the action_parameters structs and the arc_item_target_pos fields to 0",
|
|
25909
|
+
None,
|
|
25910
|
+
)
|
|
25911
|
+
|
|
24582
25912
|
SetLeaderActionFields = Symbol(
|
|
24583
25913
|
[0xF1F8],
|
|
24584
25914
|
[0x22EBD78],
|
|
@@ -24795,6 +26125,15 @@ class EuOverlay29Functions:
|
|
|
24795
26125
|
None,
|
|
24796
26126
|
)
|
|
24797
26127
|
|
|
26128
|
+
SpawnTraps = Symbol(
|
|
26129
|
+
[0x116B8],
|
|
26130
|
+
[0x22EE238],
|
|
26131
|
+
None,
|
|
26132
|
+
"SpawnTraps",
|
|
26133
|
+
"Spawns a new dungeon floor's traps.\n\nNo params.",
|
|
26134
|
+
None,
|
|
26135
|
+
)
|
|
26136
|
+
|
|
24798
26137
|
SpawnEnemyTrapAtPos = Symbol(
|
|
24799
26138
|
[0x117A0],
|
|
24800
26139
|
[0x22EE320],
|
|
@@ -24813,6 +26152,15 @@ class EuOverlay29Functions:
|
|
|
24813
26152
|
None,
|
|
24814
26153
|
)
|
|
24815
26154
|
|
|
26155
|
+
CanLayTrap = Symbol(
|
|
26156
|
+
[0x11A60],
|
|
26157
|
+
[0x22EE5E0],
|
|
26158
|
+
None,
|
|
26159
|
+
"CanLayTrap",
|
|
26160
|
+
"Checks if a trap can be placed on the tile.\n\nr0: position\nreturn: true if a trap can be spawned at the given position.",
|
|
26161
|
+
None,
|
|
26162
|
+
)
|
|
26163
|
+
|
|
24816
26164
|
TrySpawnTrap = Symbol(
|
|
24817
26165
|
[0x11AEC],
|
|
24818
26166
|
[0x22EE66C],
|
|
@@ -24840,6 +26188,33 @@ class EuOverlay29Functions:
|
|
|
24840
26188
|
None,
|
|
24841
26189
|
)
|
|
24842
26190
|
|
|
26191
|
+
TryRevealAttackedTrap = Symbol(
|
|
26192
|
+
[0x11D0C],
|
|
26193
|
+
[0x22EE88C],
|
|
26194
|
+
None,
|
|
26195
|
+
"TryRevealAttackedTrap",
|
|
26196
|
+
"Reveals the trap given by the position if the dungeon struct's regular_attack_reveal_traps field is true.\n\nIs also activated on a tile if a fainted monster drops an item on it.\n\nr0: position struct pointer\nr1: boolean for whether to update trap visibility afterwards (always 1 in practice)\nreturn: true if there is a trap on the position",
|
|
26197
|
+
None,
|
|
26198
|
+
)
|
|
26199
|
+
|
|
26200
|
+
SubstitutePlaceholderTrapTags2 = Symbol(
|
|
26201
|
+
[0x11D8C],
|
|
26202
|
+
[0x22EE90C],
|
|
26203
|
+
None,
|
|
26204
|
+
"SubstitutePlaceholderTrapTags2",
|
|
26205
|
+
"Used in TryTriggerTrap. Has the same functionality as SubstitutePlaceholderTrapTags.\n\nr1: tag id\nr2: trap id",
|
|
26206
|
+
None,
|
|
26207
|
+
)
|
|
26208
|
+
|
|
26209
|
+
SubstitutePlaceholderTrapTags = Symbol(
|
|
26210
|
+
[0x11DAC],
|
|
26211
|
+
[0x22EE92C],
|
|
26212
|
+
None,
|
|
26213
|
+
"SubstitutePlaceholderTrapTags",
|
|
26214
|
+
"Used in SubstitutePlaceholderStringTags. Substitutes a [trap:r1] tag in a message log message for the name of a trap.\n\nr0: preprocessor_args pointer (in practice, always the global struct used for the message log)\nr1: tag id\nr2: trap id",
|
|
26215
|
+
None,
|
|
26216
|
+
)
|
|
26217
|
+
|
|
24843
26218
|
TryTriggerTrap = Symbol(
|
|
24844
26219
|
[0x11DD0],
|
|
24845
26220
|
[0x22EE950],
|
|
@@ -24966,6 +26341,15 @@ class EuOverlay29Functions:
|
|
|
24966
26341
|
None,
|
|
24967
26342
|
)
|
|
24968
26343
|
|
|
26344
|
+
SpawnMonstersAroundPos = Symbol(
|
|
26345
|
+
[0x132E8],
|
|
26346
|
+
[0x22EFE68],
|
|
26347
|
+
None,
|
|
26348
|
+
"SpawnMonstersAroundPos",
|
|
26349
|
+
"Spawns a given number of monsters around a position. Used by the Summon Trap and Grudge Trap.\n\nr0: entity pointer (unused)\nr1: position\nr2: number of enemies to spawn\nreturn: number of enemies that have actually been spawned",
|
|
26350
|
+
None,
|
|
26351
|
+
)
|
|
26352
|
+
|
|
24969
26353
|
RevealTrapsNearby = Symbol(
|
|
24970
26354
|
[0x1340C],
|
|
24971
26355
|
[0x22EFF8C],
|
|
@@ -25002,6 +26386,15 @@ class EuOverlay29Functions:
|
|
|
25002
26386
|
None,
|
|
25003
26387
|
)
|
|
25004
26388
|
|
|
26389
|
+
IsBehaviorLoneOutlaw = Symbol(
|
|
26390
|
+
[0x1391C],
|
|
26391
|
+
[0x22F049C],
|
|
26392
|
+
None,
|
|
26393
|
+
"IsBehaviorLoneOutlaw",
|
|
26394
|
+
"Checks if a behavior ID corresponds to one of the outlaw types that are not from an outlaw team. I.e., BEHAVIOR_OUTLAW, BEHAVIOR_HIDDEN_OUTLAW, or BEHAVIOR_FLEEING_OUTLAW.\n\nr0: monster behavior ID\nreturn: bool",
|
|
26395
|
+
None,
|
|
26396
|
+
)
|
|
26397
|
+
|
|
25005
26398
|
IsSecretBazaarNpcBehavior = Symbol(
|
|
25006
26399
|
[0x13938],
|
|
25007
26400
|
[0x22F04B8],
|
|
@@ -25020,6 +26413,15 @@ class EuOverlay29Functions:
|
|
|
25020
26413
|
None,
|
|
25021
26414
|
)
|
|
25022
26415
|
|
|
26416
|
+
GetLeaderActionId = Symbol(
|
|
26417
|
+
[0x149D0],
|
|
26418
|
+
[0x22F1550],
|
|
26419
|
+
None,
|
|
26420
|
+
"GetLeaderActionId",
|
|
26421
|
+
"Gets the current action id of the leader monster's action data.\n\nreturn: action_id",
|
|
26422
|
+
None,
|
|
26423
|
+
)
|
|
26424
|
+
|
|
25023
26425
|
GetEntityTouchscreenArea = Symbol(
|
|
25024
26426
|
[0x149E0],
|
|
25025
26427
|
[0x22F1560],
|
|
@@ -25074,6 +26476,15 @@ class EuOverlay29Functions:
|
|
|
25074
26476
|
None,
|
|
25075
26477
|
)
|
|
25076
26478
|
|
|
26479
|
+
HandleHeldItemSwaps = Symbol(
|
|
26480
|
+
[0x18408],
|
|
26481
|
+
[0x22F4F88],
|
|
26482
|
+
None,
|
|
26483
|
+
"HandleHeldItemSwaps",
|
|
26484
|
+
"Handles giving/taking held items to/from a party member (and likely other things).\n\nr0: entity pointer",
|
|
26485
|
+
None,
|
|
26486
|
+
)
|
|
26487
|
+
|
|
25077
26488
|
UseSingleUseItemWrapper = Symbol(
|
|
25078
26489
|
[0x19108],
|
|
25079
26490
|
[0x22F5C88],
|
|
@@ -25272,12 +26683,12 @@ class EuOverlay29Functions:
|
|
|
25272
26683
|
None,
|
|
25273
26684
|
)
|
|
25274
26685
|
|
|
25275
|
-
|
|
26686
|
+
CreateMonsterSummaryFromEntity = Symbol(
|
|
25276
26687
|
[0x1C858],
|
|
25277
26688
|
[0x22F93D8],
|
|
25278
26689
|
None,
|
|
25279
|
-
"
|
|
25280
|
-
"Creates a snapshot of the condition of a monster struct in a monster_summary struct.\n\nr0: [output] monster_summary\nr1:
|
|
26690
|
+
"CreateMonsterSummaryFromEntity",
|
|
26691
|
+
"Creates a snapshot of the condition of a monster struct in a monster_summary struct.\n\nr0: [output] monster_summary\nr1: monster_entity",
|
|
25281
26692
|
None,
|
|
25282
26693
|
)
|
|
25283
26694
|
|
|
@@ -25606,6 +27017,33 @@ class EuOverlay29Functions:
|
|
|
25606
27017
|
None,
|
|
25607
27018
|
)
|
|
25608
27019
|
|
|
27020
|
+
IsHero = Symbol(
|
|
27021
|
+
[0x1F570],
|
|
27022
|
+
[0x22FC0F0],
|
|
27023
|
+
None,
|
|
27024
|
+
"IsHero",
|
|
27025
|
+
"Checks if an entity is the hero, returning true if the 'Joined At' field of its monster struct is DUNGEON_JOINED_AT_QUESTION_MARKS (reserved for the hero).\n\nr0: entity pointer\nreturn: bool",
|
|
27026
|
+
None,
|
|
27027
|
+
)
|
|
27028
|
+
|
|
27029
|
+
IsSpecialStoryAllyOrClient = Symbol(
|
|
27030
|
+
[0x1F8EC],
|
|
27031
|
+
[0x22FC46C],
|
|
27032
|
+
None,
|
|
27033
|
+
"IsSpecialStoryAllyOrClient",
|
|
27034
|
+
"Same as IsSpecialStoryAlly, except taking an entity pointer and also checking if it is a client.\n\nr0: entity pointer\nreturn: bool",
|
|
27035
|
+
None,
|
|
27036
|
+
)
|
|
27037
|
+
|
|
27038
|
+
ResetTriggerFlags = Symbol(
|
|
27039
|
+
[0x1F930],
|
|
27040
|
+
[0x22FC4B0],
|
|
27041
|
+
None,
|
|
27042
|
+
"ResetTriggerFlags",
|
|
27043
|
+
"Resets a monster's contact_ability_trigger_bitflags and exclusive_item_trigger_bitflags fields to 0.\n\nr0: entity pointer",
|
|
27044
|
+
None,
|
|
27045
|
+
)
|
|
27046
|
+
|
|
25609
27047
|
IsSpecialStoryAlly = Symbol(
|
|
25610
27048
|
[0x1F94C],
|
|
25611
27049
|
[0x22FC4CC],
|
|
@@ -25624,6 +27062,33 @@ class EuOverlay29Functions:
|
|
|
25624
27062
|
None,
|
|
25625
27063
|
)
|
|
25626
27064
|
|
|
27065
|
+
IsMonsterLoneOutlaw = Symbol(
|
|
27066
|
+
[0x1FC5C],
|
|
27067
|
+
[0x22FC7DC],
|
|
27068
|
+
None,
|
|
27069
|
+
"IsMonsterLoneOutlaw",
|
|
27070
|
+
"Checks if a monster's behavior corresponds to one of the outlaw types that are not from an outlaw team. I.e., BEHAVIOR_OUTLAW, BEHAVIOR_HIDDEN_OUTLAW, or BEHAVIOR_FLEEING_OUTLAW.\n\nr0: monster pointer\nreturn: bool",
|
|
27071
|
+
None,
|
|
27072
|
+
)
|
|
27073
|
+
|
|
27074
|
+
IsSecretBazaarNpc = Symbol(
|
|
27075
|
+
[0x1FC6C],
|
|
27076
|
+
[0x22FC7EC],
|
|
27077
|
+
None,
|
|
27078
|
+
"IsSecretBazaarNpc",
|
|
27079
|
+
"Checks if an entity is a Secret Bazaar NPCs.\n\nr0: entity pointer\nreturn: bool",
|
|
27080
|
+
None,
|
|
27081
|
+
)
|
|
27082
|
+
|
|
27083
|
+
IsTeamMemberOnFirstTurnInFixedRoom = Symbol(
|
|
27084
|
+
[0x1FC80],
|
|
27085
|
+
[0x22FC800],
|
|
27086
|
+
None,
|
|
27087
|
+
"IsTeamMemberOnFirstTurnInFixedRoom",
|
|
27088
|
+
"Returns true if a monster is a team member, it is the first turn of the current floor, and the floor is a fixed room.\n\nr0: monster pointer\nreturn: bool",
|
|
27089
|
+
None,
|
|
27090
|
+
)
|
|
27091
|
+
|
|
25627
27092
|
InitOtherMonsterData = Symbol(
|
|
25628
27093
|
[0x1FCD4],
|
|
25629
27094
|
[0x22FC854],
|
|
@@ -25822,6 +27287,15 @@ class EuOverlay29Functions:
|
|
|
25822
27287
|
None,
|
|
25823
27288
|
)
|
|
25824
27289
|
|
|
27290
|
+
CanMoveThroughWalls = Symbol(
|
|
27291
|
+
[0x237B4],
|
|
27292
|
+
[0x2300334],
|
|
27293
|
+
None,
|
|
27294
|
+
"CanMoveThroughWalls",
|
|
27295
|
+
"Checks if a given monster can move through walls, including both the innate ability of Ghost types and outside modifiers like Mobile Scarf/Orb.\n\nr0: Entity pointer\nreturn: True if the monster can move through walls.",
|
|
27296
|
+
None,
|
|
27297
|
+
)
|
|
27298
|
+
|
|
25825
27299
|
CannotStandOnTile = Symbol(
|
|
25826
27300
|
[0x23B48],
|
|
25827
27301
|
[0x23006C8],
|
|
@@ -25863,7 +27337,7 @@ class EuOverlay29Functions:
|
|
|
25863
27337
|
[0x2300B34],
|
|
25864
27338
|
None,
|
|
25865
27339
|
"GetMonsterDisplayNameType",
|
|
25866
|
-
"Determines how the name of a monster should be displayed.\n\nr0:
|
|
27340
|
+
"Determines how the name of a monster should be displayed.\n\nr0: Monster pointer\nreturn: Display name type",
|
|
25867
27341
|
None,
|
|
25868
27342
|
)
|
|
25869
27343
|
|
|
@@ -25885,6 +27359,15 @@ class EuOverlay29Functions:
|
|
|
25885
27359
|
None,
|
|
25886
27360
|
)
|
|
25887
27361
|
|
|
27362
|
+
SetPreprocessorArgsStringToName = Symbol(
|
|
27363
|
+
[0x242B8],
|
|
27364
|
+
[0x2300E38],
|
|
27365
|
+
None,
|
|
27366
|
+
"SetPreprocessorArgsStringToName",
|
|
27367
|
+
"Sets a strings element in a preprocessor_args struct to the name of a monster.\n\nr0: preprocessor_args pointer (if this is null, will use the global message log preprocessor_args struct)\nr1: position in strings array\nr2: monster pointer\nr3: unused\nstack[0]: if 0, will call GetMonsterName; if 1, will call GetMonsterNameWithGender; the 2 case is unknown and seemingly unused.",
|
|
27368
|
+
None,
|
|
27369
|
+
)
|
|
27370
|
+
|
|
25888
27371
|
IsMonsterDrowsy = Symbol(
|
|
25889
27372
|
[0x2435C],
|
|
25890
27373
|
[0x2300EDC],
|
|
@@ -25993,9 +27476,18 @@ class EuOverlay29Functions:
|
|
|
25993
27476
|
None,
|
|
25994
27477
|
)
|
|
25995
27478
|
|
|
27479
|
+
MonsterHasQuarterHp = Symbol(
|
|
27480
|
+
[0x24688],
|
|
27481
|
+
[0x2301208],
|
|
27482
|
+
None,
|
|
27483
|
+
"MonsterHasQuarterHp",
|
|
27484
|
+
"Checks if a monster has a quarter or less HP remaining.\n\nr0: entity pointer\nreturn: bool",
|
|
27485
|
+
None,
|
|
27486
|
+
)
|
|
27487
|
+
|
|
25996
27488
|
CheckVariousStatuses2 = Symbol(
|
|
25997
|
-
[0x246C4],
|
|
25998
|
-
[0x2301244],
|
|
27489
|
+
[0x246C4, 0x24788],
|
|
27490
|
+
[0x2301244, 0x2301308],
|
|
25999
27491
|
None,
|
|
26000
27492
|
"CheckVariousStatuses2",
|
|
26001
27493
|
"Returns 0 if none of these conditions holds for the given entity:\nblinded (checked only if blind_check == 1),\nasleep, frozen, paused, infatuated, wrapping, wrapped, biding, petrified, or terrified.\n\nr0: Entity pointer\nr1: If true, return 1 if entity is blinded\nreturn: bool",
|
|
@@ -26003,8 +27495,8 @@ class EuOverlay29Functions:
|
|
|
26003
27495
|
)
|
|
26004
27496
|
|
|
26005
27497
|
CheckVariousConditions = Symbol(
|
|
26006
|
-
[0x249EC],
|
|
26007
|
-
[0x230156C],
|
|
27498
|
+
[0x249EC, 0x24AA4],
|
|
27499
|
+
[0x230156C, 0x2301624],
|
|
26008
27500
|
None,
|
|
26009
27501
|
"CheckVariousConditions",
|
|
26010
27502
|
"Returns 0 if none of these conditions holds for the given entity: is a rescue client,\ndoesn’t gain experience (a mission client/story teammate?), is a terrified non-team-leader,\nmeets any of the conditions in CheckVariousStatuses2 (with blind_check = 0), is charging a two-turn move.\n\nr0: Entity pointer\nreturn: bool",
|
|
@@ -26012,8 +27504,8 @@ class EuOverlay29Functions:
|
|
|
26012
27504
|
)
|
|
26013
27505
|
|
|
26014
27506
|
CheckVariousStatuses = Symbol(
|
|
26015
|
-
[0x24B5C],
|
|
26016
|
-
[0x23016DC],
|
|
27507
|
+
[0x24B5C, 0x24BAC],
|
|
27508
|
+
[0x23016DC, 0x230172C],
|
|
26017
27509
|
None,
|
|
26018
27510
|
"CheckVariousStatuses",
|
|
26019
27511
|
"Returns 0 if none of these conditions holds for the given entity: asleep, frozen, petrified, biding.\n\nr0: Entity pointer\nreturn: bool",
|
|
@@ -26083,6 +27575,24 @@ class EuOverlay29Functions:
|
|
|
26083
27575
|
None,
|
|
26084
27576
|
)
|
|
26085
27577
|
|
|
27578
|
+
IsAtJunction = Symbol(
|
|
27579
|
+
[0x25344],
|
|
27580
|
+
[0x2301EC4],
|
|
27581
|
+
None,
|
|
27582
|
+
"IsAtJunction",
|
|
27583
|
+
"Checks if the tile the given monster is on is considered a junction for the purposes of AI movement. This is affected by what types of terrain the monster can cross.\n\nr0: Entity pointer\nreturn: True if tile the monster is on is a junction.",
|
|
27584
|
+
None,
|
|
27585
|
+
)
|
|
27586
|
+
|
|
27587
|
+
ShouldAvoidFirstHit = Symbol(
|
|
27588
|
+
[0x25440],
|
|
27589
|
+
[0x2301FC0],
|
|
27590
|
+
None,
|
|
27591
|
+
"ShouldAvoidFirstHit",
|
|
27592
|
+
"Checks whether an AI-controlled monster should try to avoid the first hit in battle.\n\nr0: Entity pointer\nr1: If false, this function always returns false.\nreturn: True if the monster should try to avoid the first hit in battle.",
|
|
27593
|
+
None,
|
|
27594
|
+
)
|
|
27595
|
+
|
|
26086
27596
|
ShouldMonsterRunAway = Symbol(
|
|
26087
27597
|
[0x25464],
|
|
26088
27598
|
[0x2301FE4],
|
|
@@ -26119,6 +27629,15 @@ class EuOverlay29Functions:
|
|
|
26119
27629
|
None,
|
|
26120
27630
|
)
|
|
26121
27631
|
|
|
27632
|
+
GetTreatmentBetweenMonstersIgnoreStatus = Symbol(
|
|
27633
|
+
[0x25758],
|
|
27634
|
+
[0x23022D8],
|
|
27635
|
+
None,
|
|
27636
|
+
"GetTreatmentBetweenMonstersIgnoreStatus",
|
|
27637
|
+
"Called to check if a monster should treat another as an ally, enemy, or ignore it. Similar to GetTreatmentBetweenMonsters, except temporary statuses (decoy, invisible, petrified) are ignored.\n\nr0: Pointer to entity 1\nr1: Pointer to entity 2\nreturn: Treatment that monster 1 should apply to monster 2",
|
|
27638
|
+
None,
|
|
27639
|
+
)
|
|
27640
|
+
|
|
26122
27641
|
SafeguardIsActive = Symbol(
|
|
26123
27642
|
[0x257EC],
|
|
26124
27643
|
[0x230236C],
|
|
@@ -26263,6 +27782,15 @@ class EuOverlay29Functions:
|
|
|
26263
27782
|
None,
|
|
26264
27783
|
)
|
|
26265
27784
|
|
|
27785
|
+
CanSeeTeammate = Symbol(
|
|
27786
|
+
[0x260AC],
|
|
27787
|
+
[0x2302C2C],
|
|
27788
|
+
None,
|
|
27789
|
+
"CanSeeTeammate",
|
|
27790
|
+
"Checks if an allied monster can see any other teammate (via CanSeeTarget). Always returns false for enemy monsters.\n\nr0: monster pointer\nreturn: True if the monster is an allied monster that can see another teammate.",
|
|
27791
|
+
None,
|
|
27792
|
+
)
|
|
27793
|
+
|
|
26266
27794
|
GetMoveTypeForMonster = Symbol(
|
|
26267
27795
|
[0x26128],
|
|
26268
27796
|
[0x2302CA8],
|
|
@@ -26353,6 +27881,15 @@ class EuOverlay29Functions:
|
|
|
26353
27881
|
None,
|
|
26354
27882
|
)
|
|
26355
27883
|
|
|
27884
|
+
DungeonTmLearnMove = Symbol(
|
|
27885
|
+
[0x27780],
|
|
27886
|
+
[0x2304300],
|
|
27887
|
+
None,
|
|
27888
|
+
"DungeonTmLearnMove",
|
|
27889
|
+
"Makes a team member learn a given move, or prompts them to forget one first if their move list is full. Used when activating a TM in dungeon mode.\n\nr0: user entity pointer\nr1: move id\nreturn: whether the move was successfully learned",
|
|
27890
|
+
None,
|
|
27891
|
+
)
|
|
27892
|
+
|
|
26356
27893
|
GetMonsterMoves = Symbol(
|
|
26357
27894
|
[0x279C4],
|
|
26358
27895
|
[0x2304544],
|
|
@@ -26587,6 +28124,15 @@ class EuOverlay29Functions:
|
|
|
26587
28124
|
None,
|
|
26588
28125
|
)
|
|
26589
28126
|
|
|
28127
|
+
TryEndPetrifiedOrSleepStatus = Symbol(
|
|
28128
|
+
[0x2BA88],
|
|
28129
|
+
[0x2308608],
|
|
28130
|
+
None,
|
|
28131
|
+
"TryEndPetrifiedOrSleepStatus",
|
|
28132
|
+
"Ends the target's petrified status unconditionally, and the target's sleep status if the status turns have run out.\n\nr0: user entity who attacked the target\nr1: target entity to try ending a status for.\nreturn: Whether or not the target's status ended.",
|
|
28133
|
+
None,
|
|
28134
|
+
)
|
|
28135
|
+
|
|
26590
28136
|
EndFrozenStatus = Symbol(
|
|
26591
28137
|
[0x2BB24],
|
|
26592
28138
|
[0x23086A4],
|
|
@@ -26632,6 +28178,15 @@ class EuOverlay29Functions:
|
|
|
26632
28178
|
None,
|
|
26633
28179
|
)
|
|
26634
28180
|
|
|
28181
|
+
GetLeaderIfVisible = Symbol(
|
|
28182
|
+
[0x2C170],
|
|
28183
|
+
[0x2308CF0],
|
|
28184
|
+
None,
|
|
28185
|
+
"GetLeaderIfVisible",
|
|
28186
|
+
"For allied monsters, gets the leader monster if they are visible to the ally. Always returns null for enemy monsters.\n\nr0: Pointer to monster\nreturn: Pointer to the leader monster if visible, null otherwise.",
|
|
28187
|
+
None,
|
|
28188
|
+
)
|
|
28189
|
+
|
|
26635
28190
|
RunMonsterAi = Symbol(
|
|
26636
28191
|
[0x2C1EC],
|
|
26637
28192
|
[0x2308D6C],
|
|
@@ -26722,6 +28277,15 @@ class EuOverlay29Functions:
|
|
|
26722
28277
|
None,
|
|
26723
28278
|
)
|
|
26724
28279
|
|
|
28280
|
+
WeightWeakTypePicker = Symbol(
|
|
28281
|
+
[0x2F6C8],
|
|
28282
|
+
[0x230C248],
|
|
28283
|
+
None,
|
|
28284
|
+
"WeightWeakTypePicker",
|
|
28285
|
+
"Calculates a move weight used for deciding which target the move should be used on.\nThis function is used to calculate move weight when the attacker has the IQ skill Weak-Type Picker,\nwhich weights moves higher depending on type effectiveness.\n\nr0: attacker pointer\nr2: defender pointer\nr3: attack type\nreturn: Move weight for deciding move targeting.",
|
|
28286
|
+
None,
|
|
28287
|
+
)
|
|
28288
|
+
|
|
26725
28289
|
CalcDamage = Symbol(
|
|
26726
28290
|
[0x2FAA0],
|
|
26727
28291
|
[0x230C620],
|
|
@@ -26929,6 +28493,15 @@ class EuOverlay29Functions:
|
|
|
26929
28493
|
None,
|
|
26930
28494
|
)
|
|
26931
28495
|
|
|
28496
|
+
FindDirectionOfAdjacentMonsterWithItem = Symbol(
|
|
28497
|
+
[0x337C4],
|
|
28498
|
+
[0x2310344],
|
|
28499
|
+
None,
|
|
28500
|
+
"FindDirectionOfAdjacentMonsterWithItem",
|
|
28501
|
+
"Given a monster, looks for an adjacent monster with the specified held item and returns the direction of that monster. Returns DIR_NONE if no monster is found. If there are multiple monsters with the specified held item, start in the direction the monster is facing and rotate in the order of DIRECTIONS_XY, picking the first direction with an eligible monster.\n\nr0: entity to look for an adjacent monster around it\nr1: held item to search for on adjacent monsters\nreturn: direction of an adjacent monster with the specified held item, or DIR_NONE if there are none.",
|
|
28502
|
+
None,
|
|
28503
|
+
)
|
|
28504
|
+
|
|
26932
28505
|
TrySpawnEnemyItemDrop = Symbol(
|
|
26933
28506
|
[0x338CC],
|
|
26934
28507
|
[0x231044C],
|
|
@@ -27024,7 +28597,7 @@ class EuOverlay29Functions:
|
|
|
27024
28597
|
[0x2312ACC],
|
|
27025
28598
|
None,
|
|
27026
28599
|
"TryInflictPausedStatus",
|
|
27027
|
-
"Inflicts the Paused status condition on a target monster if possible.\n\nr0: user entity pointer\nr1: target entity pointer\nr2:
|
|
28600
|
+
"Inflicts the Paused status condition on a target monster if possible.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: bool for whether status should not be inflicted if Safeguard is active\nr3: number of turns\nstack[0]: flag to log a message on failure\nstack[1]: flag to only perform the check for inflicting without actually inflicting\nreturn: Whether or not the status could be inflicted",
|
|
27028
28601
|
None,
|
|
27029
28602
|
)
|
|
27030
28603
|
|
|
@@ -27276,7 +28849,7 @@ class EuOverlay29Functions:
|
|
|
27276
28849
|
[0x231551C],
|
|
27277
28850
|
None,
|
|
27278
28851
|
"TrySealMove",
|
|
27279
|
-
"Seals one of the target monster's moves. The move to be sealed is randomly selected.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: flag to
|
|
28852
|
+
"Seals one of the target monster's moves. The move to be sealed is randomly selected.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: flag to only perform the check for inflicting without actually inflicting\nreturn: Whether or not a move was sealed",
|
|
27280
28853
|
None,
|
|
27281
28854
|
)
|
|
27282
28855
|
|
|
@@ -27420,7 +28993,7 @@ class EuOverlay29Functions:
|
|
|
27420
28993
|
[0x23165D0],
|
|
27421
28994
|
None,
|
|
27422
28995
|
"TryInflictSureShotStatus",
|
|
27423
|
-
"Inflicts the Sure Shot status condition on a target monster if possible.\n\nr0: user entity pointer\nr1: target entity pointer",
|
|
28996
|
+
"Inflicts the Sure Shot status condition on a target monster if possible.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: number of turns the status will last for",
|
|
27424
28997
|
None,
|
|
27425
28998
|
)
|
|
27426
28999
|
|
|
@@ -27429,7 +29002,7 @@ class EuOverlay29Functions:
|
|
|
27429
29002
|
[0x2316660],
|
|
27430
29003
|
None,
|
|
27431
29004
|
"TryInflictWhifferStatus",
|
|
27432
|
-
"Inflicts the Whiffer status condition on a target monster if possible.\n\nr0: user entity pointer\nr1: target entity pointer",
|
|
29005
|
+
"Inflicts the Whiffer status condition on a target monster if possible.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: number of turns the status will last for\nr3: flag to only perform the check for inflicting without actually inflicting",
|
|
27433
29006
|
None,
|
|
27434
29007
|
)
|
|
27435
29008
|
|
|
@@ -27456,7 +29029,7 @@ class EuOverlay29Functions:
|
|
|
27456
29029
|
[0x2316884],
|
|
27457
29030
|
None,
|
|
27458
29031
|
"TryInflictDecoyStatus",
|
|
27459
|
-
"Inflicts the Decoy status condition on a target monster if possible.\n\nr0: user entity pointer\nr1: target entity pointer\nreturn: Whether or not the status could be inflicted",
|
|
29032
|
+
"Inflicts the Decoy status condition on a target monster if possible.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: value to set the target monster's unk_decoy_tracker field to\nr3: flag to log a message\nstack[0]: flag to only perform the check for inflicting without actually inflicting\nreturn: Whether or not the status could be inflicted",
|
|
27460
29033
|
None,
|
|
27461
29034
|
)
|
|
27462
29035
|
|
|
@@ -27483,7 +29056,7 @@ class EuOverlay29Functions:
|
|
|
27483
29056
|
[0x2316E08],
|
|
27484
29057
|
None,
|
|
27485
29058
|
"TryInflictTauntStatus",
|
|
27486
|
-
"Inflicts the Taunt status condition on a target monster if possible.\n\nr0: user entity pointer\nr1: target entity pointer\nreturn: Whether or not the status could be inflicted",
|
|
29059
|
+
"Inflicts the Taunt status condition on a target monster if possible.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: flag to only perform the check for inflicting without actually inflicting\nreturn: Whether or not the status could be inflicted",
|
|
27487
29060
|
None,
|
|
27488
29061
|
)
|
|
27489
29062
|
|
|
@@ -27591,7 +29164,7 @@ class EuOverlay29Functions:
|
|
|
27591
29164
|
[0x231812C],
|
|
27592
29165
|
None,
|
|
27593
29166
|
"TryInflictBlinkerStatus",
|
|
27594
|
-
"Inflicts the Blinker status condition on a target monster if possible.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: flag to only perform the check for inflicting without actually inflicting\nr3: flag to
|
|
29167
|
+
"Inflicts the Blinker status condition on a target monster if possible.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: flag to only perform the check for inflicting without actually inflicting\nr3: flag to make the status permanent (always 0 in the base game)\nreturn: Whether or not the status could be inflicted",
|
|
27595
29168
|
None,
|
|
27596
29169
|
)
|
|
27597
29170
|
|
|
@@ -27829,6 +29402,15 @@ class EuOverlay29Functions:
|
|
|
27829
29402
|
None,
|
|
27830
29403
|
)
|
|
27831
29404
|
|
|
29405
|
+
SetReflectStatus = Symbol(
|
|
29406
|
+
[0x3CC78],
|
|
29407
|
+
[0x23197F8],
|
|
29408
|
+
None,
|
|
29409
|
+
"SetReflectStatus",
|
|
29410
|
+
"Sets a target monster's reflect status to the specified value. \n\nIf it already has the Counter, Mini Counter or Metal Burst status, its remaining turn counter will remain the same.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: reflect status",
|
|
29411
|
+
None,
|
|
29412
|
+
)
|
|
29413
|
+
|
|
27832
29414
|
TryInflictSafeguardStatus = Symbol(
|
|
27833
29415
|
[0x3CD50],
|
|
27834
29416
|
[0x23198D0],
|
|
@@ -28311,7 +29893,7 @@ class EuOverlay29Functions:
|
|
|
28311
29893
|
[0x231F358],
|
|
28312
29894
|
None,
|
|
28313
29895
|
"IsAdjacentToEnemy",
|
|
28314
|
-
"Called to check if a hostile entity is present in any of the tiles adjacent to an entity.\n\nr0: Pointer to entity\nreturn: True if yes, false if no",
|
|
29896
|
+
"Called to check if a hostile entity is present in any of the tiles adjacent to an entity. This function uses GetTreatmentBetweenMonsters to determine whether an adjacent entity is hostile, which has special handling for the decoy, petrified, and invisible statuses.\n\nr0: Pointer to entity\nreturn: True if yes, false if no",
|
|
28315
29897
|
None,
|
|
28316
29898
|
)
|
|
28317
29899
|
|
|
@@ -28333,6 +29915,15 @@ class EuOverlay29Functions:
|
|
|
28333
29915
|
None,
|
|
28334
29916
|
)
|
|
28335
29917
|
|
|
29918
|
+
InitMoveWrapper = Symbol(
|
|
29919
|
+
[0x428EC],
|
|
29920
|
+
[0x231F46C],
|
|
29921
|
+
None,
|
|
29922
|
+
"InitMoveWrapper",
|
|
29923
|
+
"Wrapper for InitMove which takes a superfluous parameter.\n\nr0: unused\nr1: [output] pointer to move to initialize\nr2: move ID",
|
|
29924
|
+
None,
|
|
29925
|
+
)
|
|
29926
|
+
|
|
28336
29927
|
MoveIsNotPhysical = Symbol(
|
|
28337
29928
|
[0x42900],
|
|
28338
29929
|
[0x231F480],
|
|
@@ -28351,6 +29942,24 @@ class EuOverlay29Functions:
|
|
|
28351
29942
|
None,
|
|
28352
29943
|
)
|
|
28353
29944
|
|
|
29945
|
+
MakeFloorOneRoom = Symbol(
|
|
29946
|
+
[0x42928],
|
|
29947
|
+
[0x231F4A8],
|
|
29948
|
+
None,
|
|
29949
|
+
"MakeFloorOneRoom",
|
|
29950
|
+
"Removes all walls to make the floor one room.\n\nr0: user entity pointer",
|
|
29951
|
+
None,
|
|
29952
|
+
)
|
|
29953
|
+
|
|
29954
|
+
TryHurl = Symbol(
|
|
29955
|
+
[0x42CE4],
|
|
29956
|
+
[0x231F864],
|
|
29957
|
+
None,
|
|
29958
|
+
"TryHurl",
|
|
29959
|
+
"Attempts to hurl the target monster at another monster, or to an unoccupied tile if there is no valid one in range.\n\nr0: user entity pointer\nr1: target entity pointer",
|
|
29960
|
+
None,
|
|
29961
|
+
)
|
|
29962
|
+
|
|
28354
29963
|
TryDrought = Symbol(
|
|
28355
29964
|
[0x4347C],
|
|
28356
29965
|
[0x231FFFC],
|
|
@@ -28360,6 +29969,15 @@ class EuOverlay29Functions:
|
|
|
28360
29969
|
None,
|
|
28361
29970
|
)
|
|
28362
29971
|
|
|
29972
|
+
TryTrawl = Symbol(
|
|
29973
|
+
[0x435CC],
|
|
29974
|
+
[0x232014C],
|
|
29975
|
+
None,
|
|
29976
|
+
"TryTrawl",
|
|
29977
|
+
"Attempts to pull all items on the floor towards the user.\n\nFails if the floor is a fixed room on which Trawl Orbs are disabled.\n\nr0: user entity pointer",
|
|
29978
|
+
None,
|
|
29979
|
+
)
|
|
29980
|
+
|
|
28363
29981
|
TryPounce = Symbol(
|
|
28364
29982
|
[0x43B08],
|
|
28365
29983
|
[0x2320688],
|
|
@@ -28671,7 +30289,25 @@ class EuOverlay29Functions:
|
|
|
28671
30289
|
[0x2333AB4],
|
|
28672
30290
|
None,
|
|
28673
30291
|
"StatusCheckerCheck",
|
|
28674
|
-
"Determines if using a given move against its intended targets would be redundant because all of them already have the effect caused by said move.\n\nr0: Pointer to the entity that is considering using the move\nr1: Move pointer\nreturn: True if it makes sense to use the move, false if it would be redundant given the effects it causes and the effects that all the targets already have.",
|
|
30292
|
+
"Determines if using a given move against its intended targets would be redundant because all of them already have the effect caused by said move. Used for moves that affect the user or allies.\n\nr0: Pointer to the entity that is considering using the move\nr1: Move pointer\nreturn: True if it makes sense to use the move, false if it would be redundant given the effects it causes and the effects that all the targets already have.",
|
|
30293
|
+
None,
|
|
30294
|
+
)
|
|
30295
|
+
|
|
30296
|
+
StatusCheckerCheckOnTarget = Symbol(
|
|
30297
|
+
[0x57E90],
|
|
30298
|
+
[0x2334A10],
|
|
30299
|
+
None,
|
|
30300
|
+
"StatusCheckerCheckOnTarget",
|
|
30301
|
+
"Determines if using a given move against its intended target would be redundant because all of them already have the effect caused by said move. Used for moves that affect enemies.\n\nr0: Pointer to the entity that is considering using the move\nr2: Pointer to the entity being targeted by the move\nr1: Move pointer\nreturn: True if it makes sense to use the move, false if it would be redundant given the effects it causes and the effects that the target already has.",
|
|
30302
|
+
None,
|
|
30303
|
+
)
|
|
30304
|
+
|
|
30305
|
+
HasLastUsedMove = Symbol(
|
|
30306
|
+
[0x58B6C],
|
|
30307
|
+
[0x23356EC],
|
|
30308
|
+
None,
|
|
30309
|
+
"HasLastUsedMove",
|
|
30310
|
+
"Determines whether a monster has used any of its moves on this floor.\nThis function takes in the monster's move list and checks if any moves have the f_last_used flag set.\n\nr0: Pointer to the monster's moves.\nreturn: True if the move list has any moves with the f_last_used flag set, false otherwise.",
|
|
28675
30311
|
None,
|
|
28676
30312
|
)
|
|
28677
30313
|
|
|
@@ -28927,6 +30563,15 @@ class EuOverlay29Functions:
|
|
|
28927
30563
|
None,
|
|
28928
30564
|
)
|
|
28929
30565
|
|
|
30566
|
+
IsTileGround = Symbol(
|
|
30567
|
+
[0x5BE7C],
|
|
30568
|
+
[0x23389FC],
|
|
30569
|
+
None,
|
|
30570
|
+
"IsTileGround",
|
|
30571
|
+
"Returns true if the given position is a ground tile, meaning that Dig can be used and Dive cannot be used.\nThis depends on the terrain type of the position and the dungeon tileset.\n\nr0: Position\nreturn: True if the current tile is a ground tile.",
|
|
30572
|
+
None,
|
|
30573
|
+
)
|
|
30574
|
+
|
|
28930
30575
|
IsWaterTileset = Symbol(
|
|
28931
30576
|
[0x5BEE4],
|
|
28932
30577
|
[0x2338A64],
|
|
@@ -28954,6 +30599,24 @@ class EuOverlay29Functions:
|
|
|
28954
30599
|
None,
|
|
28955
30600
|
)
|
|
28956
30601
|
|
|
30602
|
+
FindAdjacentEnemy = Symbol(
|
|
30603
|
+
[0x5C2F8],
|
|
30604
|
+
[0x2338E78],
|
|
30605
|
+
None,
|
|
30606
|
+
"FindAdjacentEnemy",
|
|
30607
|
+
"Finds a hostile entity adjacent to the given entity. Hostility is based on whether the monster->is_not_team_member flag does not match. If there are multiple adjacent hostile enemies, the first one is returned based on the order of directions in DIRECTION_XY.\n\nr0: Pointer to entity\nreturn: A hostile entity adjacent to the given entity, or null if there aren't any.",
|
|
30608
|
+
None,
|
|
30609
|
+
)
|
|
30610
|
+
|
|
30611
|
+
IsAdjacentToEnemyIgnoreTreatment = Symbol(
|
|
30612
|
+
[0x5C3A0],
|
|
30613
|
+
[0x2338F20],
|
|
30614
|
+
None,
|
|
30615
|
+
"IsAdjacentToEnemyIgnoreTreatment",
|
|
30616
|
+
"Called to check if a hostile entity is present in any of the tiles adjacent to an entity. Unlike IsAdjacentToEnemy, this function uses monster->is_not_team_member to determine if an adjacent enemy is hostile rather than GetTreatmentBetweenMonsters, which means it doesn't take decoy, petrified, and invisible statuses into account.\n\nr0: Pointer to entity\nreturn: True if yes, false if no",
|
|
30617
|
+
None,
|
|
30618
|
+
)
|
|
30619
|
+
|
|
28957
30620
|
ResetGravity = Symbol(
|
|
28958
30621
|
[0x5C3BC],
|
|
28959
30622
|
[0x2338F3C],
|
|
@@ -28981,6 +30644,15 @@ class EuOverlay29Functions:
|
|
|
28981
30644
|
None,
|
|
28982
30645
|
)
|
|
28983
30646
|
|
|
30647
|
+
RevealAttackedTile = Symbol(
|
|
30648
|
+
[0x5C480],
|
|
30649
|
+
[0x2339000],
|
|
30650
|
+
None,
|
|
30651
|
+
"RevealAttackedTile",
|
|
30652
|
+
"Reveals the tile given by the position.\n\nIs also activated on a tile if a fainted monster drops an item on it.\n\nr0: position struct pointer",
|
|
30653
|
+
None,
|
|
30654
|
+
)
|
|
30655
|
+
|
|
28984
30656
|
ShouldBoostKecleonShopSpawnChance = Symbol(
|
|
28985
30657
|
[0x5C510],
|
|
28986
30658
|
[0x2339090],
|
|
@@ -29904,7 +31576,7 @@ class EuOverlay29Functions:
|
|
|
29904
31576
|
[0x2344D2C],
|
|
29905
31577
|
None,
|
|
29906
31578
|
"AreLateGameTrapsEnabled",
|
|
29907
|
-
"Check if late-game traps (Summon, Pitfall, and Pokémon traps) work in the given fixed room.\n\
|
|
31579
|
+
"Check if late-game traps (Summon, Pitfall, and Pokémon traps) work in the given fixed room.\n\nr0: fixed room ID\nreturn: True if late-game traps are enabled, false if they are disabled.",
|
|
29908
31580
|
None,
|
|
29909
31581
|
)
|
|
29910
31582
|
|
|
@@ -29971,6 +31643,24 @@ class EuOverlay29Functions:
|
|
|
29971
31643
|
None,
|
|
29972
31644
|
)
|
|
29973
31645
|
|
|
31646
|
+
PrepareItemForPrinting = Symbol(
|
|
31647
|
+
[0x68BA8, 0x68BD4],
|
|
31648
|
+
[0x2345728, 0x2345754],
|
|
31649
|
+
None,
|
|
31650
|
+
"PrepareItemForPrinting",
|
|
31651
|
+
"Calls functions to prepare an item to be printed in place of the [item:r0] tag in a message log message.\n\nr0: tag id\nr1: item struct pointer",
|
|
31652
|
+
None,
|
|
31653
|
+
)
|
|
31654
|
+
|
|
31655
|
+
PrepareItemForPrinting2 = Symbol(
|
|
31656
|
+
[0x68C0C],
|
|
31657
|
+
[0x234578C],
|
|
31658
|
+
None,
|
|
31659
|
+
"PrepareItemForPrinting2",
|
|
31660
|
+
"Used in SubstitutePlaceholderStringTags. Has the same functionality as PrepareItemForPrinting, except the message log preprocessor_args struct is passed as a parameter.\n\nr0: preprocessor_args pointer (in practice, always the global struct used for the message log)\nr1: tag id\nr2: item pointer",
|
|
31661
|
+
None,
|
|
31662
|
+
)
|
|
31663
|
+
|
|
29974
31664
|
GenerateStandardItem = Symbol(
|
|
29975
31665
|
[0x68C34],
|
|
29976
31666
|
[0x23457B4],
|
|
@@ -30097,6 +31787,15 @@ class EuOverlay29Functions:
|
|
|
30097
31787
|
None,
|
|
30098
31788
|
)
|
|
30099
31789
|
|
|
31790
|
+
HandleCurvedProjectileThrow = Symbol(
|
|
31791
|
+
[0x6BC48],
|
|
31792
|
+
[0x23487C8],
|
|
31793
|
+
None,
|
|
31794
|
+
"HandleCurvedProjectileThrow",
|
|
31795
|
+
"Throws an item in a curved arc, like a Gravelerock.\n\nr0: monster entity throwing the item\nr1: item being thrown\nr2: position to start throwing the item from\nr3: position to throw the item to\nstack[0]: Metadata about the item being thrown",
|
|
31796
|
+
None,
|
|
31797
|
+
)
|
|
31798
|
+
|
|
30100
31799
|
DoesProjectileHitTarget = Symbol(
|
|
30101
31800
|
[0x6C0A0],
|
|
30102
31801
|
[0x2348C20],
|
|
@@ -30133,6 +31832,15 @@ class EuOverlay29Functions:
|
|
|
30133
31832
|
None,
|
|
30134
31833
|
)
|
|
30135
31834
|
|
|
31835
|
+
IsItemUnkMissionItem2 = Symbol(
|
|
31836
|
+
[0x6CD80],
|
|
31837
|
+
[0x2349900],
|
|
31838
|
+
None,
|
|
31839
|
+
"IsItemUnkMissionItem2",
|
|
31840
|
+
"Checks if an item is a special target item with flag item::f_unk_mission_item2 set.\n\nr0: item pointer\nreturn: True if the item is a special target item with flag item::f_unk_mission_item2 set.",
|
|
31841
|
+
None,
|
|
31842
|
+
)
|
|
31843
|
+
|
|
30136
31844
|
CheckActiveChallengeRequest = Symbol(
|
|
30137
31845
|
[0x6D1CC],
|
|
30138
31846
|
[0x2349D4C],
|
|
@@ -30385,12 +32093,129 @@ class EuOverlay29Functions:
|
|
|
30385
32093
|
None,
|
|
30386
32094
|
)
|
|
30387
32095
|
|
|
30388
|
-
|
|
32096
|
+
InitAlertBoxInfo = Symbol(
|
|
32097
|
+
[0x6F024],
|
|
32098
|
+
[0x234BBA4],
|
|
32099
|
+
None,
|
|
32100
|
+
"InitAlertBoxInfo",
|
|
32101
|
+
"Initializes the heap-allocated alert_box_info struct in MESSAGE_LOG_INFO.\n\nNo params.",
|
|
32102
|
+
None,
|
|
32103
|
+
)
|
|
32104
|
+
|
|
32105
|
+
FreeAlertBoxInfo = Symbol(
|
|
32106
|
+
[0x6F050],
|
|
32107
|
+
[0x234BBD0],
|
|
32108
|
+
None,
|
|
32109
|
+
"FreeAlertBoxInfo",
|
|
32110
|
+
"Frees the heap-allocated alert_box_info struct in MESSAGE_LOG_INFO.\n\nNo params.",
|
|
32111
|
+
None,
|
|
32112
|
+
)
|
|
32113
|
+
|
|
32114
|
+
SetMessageLogGroupStartFlag = Symbol(
|
|
32115
|
+
[0x6F0A4],
|
|
32116
|
+
[0x234BC24],
|
|
32117
|
+
None,
|
|
32118
|
+
"SetMessageLogGroupStartFlag",
|
|
32119
|
+
"Sets whether the next message in the message log should be the start of a new group separated by a horizontal line.\n\nr0: bool",
|
|
32120
|
+
None,
|
|
32121
|
+
)
|
|
32122
|
+
|
|
32123
|
+
GetMessageLogPreprocessorArgs = Symbol(
|
|
32124
|
+
[0x6F0B4],
|
|
32125
|
+
[0x234BC34],
|
|
32126
|
+
None,
|
|
32127
|
+
"GetMessageLogPreprocessorArgs",
|
|
32128
|
+
"Gets a pointer to the global preprocessor_args struct used for the message log.\n\nreturn: preprocessor_args pointer",
|
|
32129
|
+
None,
|
|
32130
|
+
)
|
|
32131
|
+
|
|
32132
|
+
InitMessageLogPreprocessorArgs = Symbol(
|
|
32133
|
+
[0x6F0CC],
|
|
32134
|
+
[0x234BC4C],
|
|
32135
|
+
None,
|
|
32136
|
+
"InitMessageLogPreprocessorArgs",
|
|
32137
|
+
"Initializes the global preprocessor_args struct used for the message log.\n\nNo params.",
|
|
32138
|
+
None,
|
|
32139
|
+
)
|
|
32140
|
+
|
|
32141
|
+
SetMessageLogPreprocessorArgsFlagVal = Symbol(
|
|
32142
|
+
[0x6F0EC],
|
|
32143
|
+
[0x234BC6C],
|
|
32144
|
+
None,
|
|
32145
|
+
"SetMessageLogPreprocessorArgsFlagVal",
|
|
32146
|
+
"Sets a flag_vals element in the global preprocessor_args struct used for the message log to a specified value.\n\nr0: position in flag_vals array\nr1: value",
|
|
32147
|
+
None,
|
|
32148
|
+
)
|
|
32149
|
+
|
|
32150
|
+
SetMessageLogPreprocessorArgsIdVal = Symbol(
|
|
32151
|
+
[0x6F104],
|
|
32152
|
+
[0x234BC84],
|
|
32153
|
+
None,
|
|
32154
|
+
"SetMessageLogPreprocessorArgsIdVal",
|
|
32155
|
+
"Sets an id_vals element in the global preprocessor_args struct used for the message log to a specified value.\n\nr0: position in id_vals array\nr1: value",
|
|
32156
|
+
None,
|
|
32157
|
+
)
|
|
32158
|
+
|
|
32159
|
+
SetMessageLogPreprocessorArgsNumberVal = Symbol(
|
|
32160
|
+
[0x6F11C],
|
|
32161
|
+
[0x234BC9C],
|
|
32162
|
+
None,
|
|
32163
|
+
"SetMessageLogPreprocessorArgsNumberVal",
|
|
32164
|
+
"Sets a number_vals element in the global preprocessor_args struct used for the message log to a specified value.\n\nr0: position in number_vals array\nr1: value",
|
|
32165
|
+
None,
|
|
32166
|
+
)
|
|
32167
|
+
|
|
32168
|
+
SetMessageLogPreprocessorArgsString = Symbol(
|
|
32169
|
+
[0x6F134],
|
|
32170
|
+
[0x234BCB4],
|
|
32171
|
+
None,
|
|
32172
|
+
"SetMessageLogPreprocessorArgsString",
|
|
32173
|
+
"Sets a strings element in the global preprocessor_args struct used for the message log to a specified string.\n\nr0: position in strings array\nr1: string pointer",
|
|
32174
|
+
None,
|
|
32175
|
+
)
|
|
32176
|
+
|
|
32177
|
+
SetMessageLogPreprocessorArgsStringToName = Symbol(
|
|
32178
|
+
[0x6F14C],
|
|
32179
|
+
[0x234BCCC],
|
|
32180
|
+
None,
|
|
32181
|
+
"SetMessageLogPreprocessorArgsStringToName",
|
|
32182
|
+
"Sets a strings element in the global preprocessor_args struct used for the message log to the name of a monster.\n\nr0: position in strings array\nr1: monster_id",
|
|
32183
|
+
None,
|
|
32184
|
+
)
|
|
32185
|
+
|
|
32186
|
+
SetMessageLogPreprocessorArgsSpeakerId = Symbol(
|
|
32187
|
+
[0x6F184],
|
|
32188
|
+
[0x234BD04],
|
|
32189
|
+
None,
|
|
32190
|
+
"SetMessageLogPreprocessorArgsSpeakerId",
|
|
32191
|
+
"Sets the speaker_id in the global preprocessor_args struct used for the message log to the id of a monster.\n\nr0: monster_id",
|
|
32192
|
+
None,
|
|
32193
|
+
)
|
|
32194
|
+
|
|
32195
|
+
SetMessageLogPreprocessorArgsSpeakerId0x30000 = Symbol(
|
|
32196
|
+
[0x6F198],
|
|
32197
|
+
[0x234BD18],
|
|
32198
|
+
None,
|
|
32199
|
+
"SetMessageLogPreprocessorArgsSpeakerId0x30000",
|
|
32200
|
+
"Sets the speaker_id in the global preprocessor_args struct used for the message log to a monster's team index, ORed with 0x30000.\n\nr0: team_index",
|
|
32201
|
+
None,
|
|
32202
|
+
)
|
|
32203
|
+
|
|
32204
|
+
LogMessageByIdWithPopupAndAbility = Symbol(
|
|
30389
32205
|
[0x6F2D0],
|
|
30390
32206
|
[0x234BE50],
|
|
30391
32207
|
None,
|
|
30392
|
-
"
|
|
30393
|
-
"Logs the appropriate message based on the participating entites; this function calls LogMessageByIdWithPopupCheckUserTarget is both the user and target pointers are non-null, otherwise it calls LogMessageByIdWithPopupCheckUser if the user pointer is non-null, otherwise doesn't log anything.\n\nThis function also
|
|
32208
|
+
"LogMessageByIdWithPopupAndAbility",
|
|
32209
|
+
"Logs the appropriate message based on the participating entites; this function calls LogMessageByIdWithPopupCheckUserTarget is both the user and target pointers are non-null, otherwise it calls LogMessageByIdWithPopupCheckUser if the user pointer is non-null, otherwise doesn't log anything.\n\nThis function also replaces the [c_i:r3] tag by setting an id_vals element in the global preprocessor_args struct used for the message log to an ability.\n\nr0: user entity pointer\nr1: target entity pointer\nr2: message ID\nr3: position in id_vals array\nstack[0]: value (in practice, always the ability, although could be used for any other text tag that uses id_vals)",
|
|
32210
|
+
None,
|
|
32211
|
+
)
|
|
32212
|
+
|
|
32213
|
+
WaitUntilAlertBoxTextIsLoadedWrapper = Symbol(
|
|
32214
|
+
[0x6F314],
|
|
32215
|
+
[0x234BE94],
|
|
32216
|
+
None,
|
|
32217
|
+
"WaitUntilAlertBoxTextIsLoadedWrapper",
|
|
32218
|
+
"Calls WaitUntilAlertBoxTextIsLoaded with r0 = 0x50.\n\nNo params.",
|
|
30394
32219
|
None,
|
|
30395
32220
|
)
|
|
30396
32221
|
|
|
@@ -30502,6 +32327,24 @@ class EuOverlay29Functions:
|
|
|
30502
32327
|
None,
|
|
30503
32328
|
)
|
|
30504
32329
|
|
|
32330
|
+
AlertBoxIsScrolling = Symbol(
|
|
32331
|
+
[0x6F86C],
|
|
32332
|
+
[0x234C3EC],
|
|
32333
|
+
None,
|
|
32334
|
+
"AlertBoxIsScrolling",
|
|
32335
|
+
"Returns true if the alert box is currently scrolling (i.e. a message is being loaded).\n\nreturn: bool",
|
|
32336
|
+
None,
|
|
32337
|
+
)
|
|
32338
|
+
|
|
32339
|
+
WaitUntilAlertBoxTextIsLoaded = Symbol(
|
|
32340
|
+
[0x6FA98],
|
|
32341
|
+
[0x234C618],
|
|
32342
|
+
None,
|
|
32343
|
+
"WaitUntilAlertBoxTextIsLoaded",
|
|
32344
|
+
"Calls AdvanceFrame in a loop until the dungeon alert box has finished scrolling.\n\nr0: value to pass to AdvanceFrame (unused by the function)",
|
|
32345
|
+
None,
|
|
32346
|
+
)
|
|
32347
|
+
|
|
30505
32348
|
InitPortraitDungeon = Symbol(
|
|
30506
32349
|
[0x6FB40],
|
|
30507
32350
|
[0x234C6C0],
|
|
@@ -30655,6 +32498,15 @@ class EuOverlay29Functions:
|
|
|
30655
32498
|
None,
|
|
30656
32499
|
)
|
|
30657
32500
|
|
|
32501
|
+
StairsMenuAfterStep = Symbol(
|
|
32502
|
+
[0x72984],
|
|
32503
|
+
[0x234F504],
|
|
32504
|
+
None,
|
|
32505
|
+
"StairsMenuAfterStep",
|
|
32506
|
+
"Opens the stairs menu after stepping on a stairs tile.\n\nr0: Entity pointer (in practice, always the leader)\nr1: whether to not open minimap upon menu close",
|
|
32507
|
+
None,
|
|
32508
|
+
)
|
|
32509
|
+
|
|
30658
32510
|
DungeonModeSetupAndShowNameKeyboard = Symbol(
|
|
30659
32511
|
[0x73094],
|
|
30660
32512
|
[0x234FC14],
|
|
@@ -30682,10 +32534,24 @@ class EuOverlay29Functions:
|
|
|
30682
32534
|
None,
|
|
30683
32535
|
)
|
|
30684
32536
|
|
|
32537
|
+
CreateMonsterSummaryFromMonster = _Deprecated(
|
|
32538
|
+
"CreateMonsterSummaryFromMonster", CreateMonsterSummaryFromEntity
|
|
32539
|
+
)
|
|
32540
|
+
|
|
30685
32541
|
ShouldMonsterRunAwayVariation = _Deprecated(
|
|
30686
32542
|
"ShouldMonsterRunAwayVariation", ShouldMonsterRunAwayAndShowEffect
|
|
30687
32543
|
)
|
|
30688
32544
|
|
|
32545
|
+
GetFlashFireStatus = _Deprecated("GetFlashFireStatus", FlashFireShouldActivate)
|
|
32546
|
+
|
|
32547
|
+
SetPreprocessorArgsIdVal = _Deprecated(
|
|
32548
|
+
"SetPreprocessorArgsIdVal", SetMessageLogPreprocessorArgsIdVal
|
|
32549
|
+
)
|
|
32550
|
+
|
|
32551
|
+
LogMessageByIdWithPopupCheckParticipants = _Deprecated(
|
|
32552
|
+
"LogMessageByIdWithPopupCheckParticipants", LogMessageByIdWithPopupAndAbility
|
|
32553
|
+
)
|
|
32554
|
+
|
|
30689
32555
|
|
|
30690
32556
|
class EuOverlay29Data:
|
|
30691
32557
|
|
|
@@ -31318,6 +33184,15 @@ class EuOverlay29Data:
|
|
|
31318
33184
|
"int16_t[8][2]",
|
|
31319
33185
|
)
|
|
31320
33186
|
|
|
33187
|
+
FACING_DIRECTION_INCREMENTS = Symbol(
|
|
33188
|
+
[0x75808],
|
|
33189
|
+
[0x2352388],
|
|
33190
|
+
0x20,
|
|
33191
|
+
"FACING_DIRECTION_INCREMENTS",
|
|
33192
|
+
"An array of direction offsets from a monster's current facing direction, each increasingly farther away from the current direction.\n\nFor example, the array starts with [0, 1, -1, 2...]. If the monster's current direction is DIR_UP, the first four array elements\nare each added to the current direction, corresponding to DIR_UP, DIR_UP_LEFT, DIR_UP_RIGHT, DIR_LEFT.",
|
|
33193
|
+
"int[8]",
|
|
33194
|
+
)
|
|
33195
|
+
|
|
31321
33196
|
DISPLACEMENTS_WITHIN_2_LARGEST_FIRST = Symbol(
|
|
31322
33197
|
[0x75868],
|
|
31323
33198
|
[0x23523E8],
|
|
@@ -31471,6 +33346,15 @@ class EuOverlay29Data:
|
|
|
31471
33346
|
"struct fx64_16",
|
|
31472
33347
|
)
|
|
31473
33348
|
|
|
33349
|
+
WEAK_TYPE_PICKER_MATCHUP_MULTIPLIERS = Symbol(
|
|
33350
|
+
[0x76910],
|
|
33351
|
+
[0x2353490],
|
|
33352
|
+
0x10,
|
|
33353
|
+
"WEAK_TYPE_PICKER_MATCHUP_MULTIPLIERS",
|
|
33354
|
+
"Array of multipliers to a move's AI weight when Weak-Type Picker is in effect, based on the move's type matchup against its target. Array indexes correspond to enum type_matchup.",
|
|
33355
|
+
"int[4]",
|
|
33356
|
+
)
|
|
33357
|
+
|
|
31474
33358
|
TYPE_DAMAGE_NEGATING_EXCLUSIVE_ITEM_EFFECTS = Symbol(
|
|
31475
33359
|
[0x76930],
|
|
31476
33360
|
[0x23534B0],
|
|
@@ -31714,6 +33598,15 @@ class EuOverlay29Data:
|
|
|
31714
33598
|
"void*",
|
|
31715
33599
|
)
|
|
31716
33600
|
|
|
33601
|
+
MESSAGE_LOG_INFO = Symbol(
|
|
33602
|
+
[0x77864],
|
|
33603
|
+
[0x23543E4],
|
|
33604
|
+
0xC,
|
|
33605
|
+
"MESSAGE_LOG_INFO",
|
|
33606
|
+
"[Runtime] Struct containing information and state for logged messages.",
|
|
33607
|
+
"struct message_log_info",
|
|
33608
|
+
)
|
|
33609
|
+
|
|
31717
33610
|
DUNGEON_FADES_PTR = Symbol(
|
|
31718
33611
|
[0x77878],
|
|
31719
33612
|
[0x23543F8],
|
|
@@ -31822,12 +33715,12 @@ class EuOverlay30Section:
|
|
|
31822
33715
|
|
|
31823
33716
|
class EuOverlay31Functions:
|
|
31824
33717
|
|
|
31825
|
-
|
|
33718
|
+
InitDungeonMenu = Symbol(
|
|
31826
33719
|
[0x0],
|
|
31827
33720
|
[0x2383420],
|
|
31828
33721
|
None,
|
|
31829
|
-
"
|
|
31830
|
-
"
|
|
33722
|
+
"InitDungeonMenu",
|
|
33723
|
+
"Initializes the main dungeon menu and allocates a struct on the heap with information for HandleDungeonMenu.\n\nNo params.",
|
|
31831
33724
|
None,
|
|
31832
33725
|
)
|
|
31833
33726
|
|
|
@@ -31849,12 +33742,39 @@ class EuOverlay31Functions:
|
|
|
31849
33742
|
None,
|
|
31850
33743
|
)
|
|
31851
33744
|
|
|
31852
|
-
|
|
33745
|
+
DungeonMenuLoop = Symbol(
|
|
33746
|
+
[0x334],
|
|
33747
|
+
[0x2383754],
|
|
33748
|
+
None,
|
|
33749
|
+
"DungeonMenuLoop",
|
|
33750
|
+
"Handles displaying the main dungeon menu and is called on each frame while it is open.\n\nUses a switch statement based on a state field of the struct allocated in InitDungeonMenu to determine what actions to take.\n\nreturn: 4 if should close main dungeon menu (including when switching menus), 1 otherwise",
|
|
33751
|
+
None,
|
|
33752
|
+
)
|
|
33753
|
+
|
|
33754
|
+
FreeDungeonMenu = Symbol(
|
|
33755
|
+
[0x58C],
|
|
33756
|
+
[0x23839AC],
|
|
33757
|
+
None,
|
|
33758
|
+
"FreeDungeonMenu",
|
|
33759
|
+
"Closes the main dungeon menu and frees the heap-allocated struct initialized in InitDungeonMenu.\n\nNo params.",
|
|
33760
|
+
None,
|
|
33761
|
+
)
|
|
33762
|
+
|
|
33763
|
+
StairsMenu = Symbol(
|
|
33764
|
+
[0x5F8],
|
|
33765
|
+
[0x2383A18],
|
|
33766
|
+
None,
|
|
33767
|
+
"StairsMenu",
|
|
33768
|
+
"Called when the stairs menu is open. Does not return until the menu is closed.\n\nr0: Entity pointer (in practice, always the leader)\nr1: whether to not open minimap upon menu close",
|
|
33769
|
+
None,
|
|
33770
|
+
)
|
|
33771
|
+
|
|
33772
|
+
InitStairsMenu = Symbol(
|
|
31853
33773
|
[0x6B4],
|
|
31854
33774
|
[0x2383AD4],
|
|
31855
33775
|
None,
|
|
31856
|
-
"
|
|
31857
|
-
"Called when the leader steps on any stairs tile (regular, warp zone, rescue point, hidden stairs).\n\
|
|
33776
|
+
"InitStairsMenu",
|
|
33777
|
+
"Called when the leader steps on any stairs tile (regular, warp zone, rescue point, hidden stairs).\n\nInitializes the stairs menu and allocates a stairs_menu struct on the heap with information for HandleStairsMenu, which will be pointed to by STAIRS_MENU_PTR.\n\nr0: Entity pointer (in practice, always the leader)",
|
|
31858
33778
|
None,
|
|
31859
33779
|
)
|
|
31860
33780
|
|
|
@@ -31867,12 +33787,48 @@ class EuOverlay31Functions:
|
|
|
31867
33787
|
None,
|
|
31868
33788
|
)
|
|
31869
33789
|
|
|
31870
|
-
|
|
33790
|
+
StairsMenuLoop = Symbol(
|
|
31871
33791
|
[0x79C],
|
|
31872
33792
|
[0x2383BBC],
|
|
31873
33793
|
None,
|
|
31874
|
-
"
|
|
31875
|
-
"Handles displaying the stairs menu and is called on each frame while it is open, also updating the leader's action fields.\n\nUses a switch statement based on the state field in stairs_menu to determine what actions to take.\n\nreturn:
|
|
33794
|
+
"StairsMenuLoop",
|
|
33795
|
+
"Handles displaying the stairs menu and is called on each frame while it is open, also updating the leader's action fields.\n\nUses a switch statement based on the state field in stairs_menu to determine what actions to take.\n\nreturn: 4 if should close stairs menu entirely, 1 otherwise (including when switching between main/info menus)",
|
|
33796
|
+
None,
|
|
33797
|
+
)
|
|
33798
|
+
|
|
33799
|
+
CloseMainStairsMenu = Symbol(
|
|
33800
|
+
[0xA6C],
|
|
33801
|
+
[0x2383E8C],
|
|
33802
|
+
None,
|
|
33803
|
+
"CloseMainStairsMenu",
|
|
33804
|
+
"Closes the main stairs menu. Used both when closing it entirely as well as when switching to the info menu.\n\nNo params.",
|
|
33805
|
+
None,
|
|
33806
|
+
)
|
|
33807
|
+
|
|
33808
|
+
FreeStairsMenu = Symbol(
|
|
33809
|
+
[0xAD0],
|
|
33810
|
+
[0x2383EF0],
|
|
33811
|
+
None,
|
|
33812
|
+
"FreeStairsMenu",
|
|
33813
|
+
"Closes the main stairs menu and frees the heap-allocated stairs_menu struct pointed to by STAIRS_MENU_PTR.\n\nNo params.",
|
|
33814
|
+
None,
|
|
33815
|
+
)
|
|
33816
|
+
|
|
33817
|
+
EntityIsValidOverlay31 = Symbol(
|
|
33818
|
+
[0xE38],
|
|
33819
|
+
[0x2384258],
|
|
33820
|
+
None,
|
|
33821
|
+
"EntityIsValidOverlay31",
|
|
33822
|
+
"See overlay29.yml::EntityIsValid",
|
|
33823
|
+
None,
|
|
33824
|
+
)
|
|
33825
|
+
|
|
33826
|
+
ItemsMenu = Symbol(
|
|
33827
|
+
[0x10C4],
|
|
33828
|
+
[0x23844E4],
|
|
33829
|
+
None,
|
|
33830
|
+
"ItemsMenu",
|
|
33831
|
+
"Called when the in-dungeon 'items' menu is open. Does not return until the menu is closed.\n\nr0: Pointer to the leader's entity struct\nr1: ?\nreturn: ?",
|
|
31876
33832
|
None,
|
|
31877
33833
|
)
|
|
31878
33834
|
|
|
@@ -31939,6 +33895,15 @@ class EuOverlay31Functions:
|
|
|
31939
33895
|
None,
|
|
31940
33896
|
)
|
|
31941
33897
|
|
|
33898
|
+
DrawDungeonHintContents = Symbol(
|
|
33899
|
+
[0x69AC],
|
|
33900
|
+
[0x2389DCC],
|
|
33901
|
+
None,
|
|
33902
|
+
"DrawDungeonHintContents",
|
|
33903
|
+
"Draws the contents of the current dungeon hint that is to be displayed in the Dungeon Hints menu.\n\nr0: window id",
|
|
33904
|
+
None,
|
|
33905
|
+
)
|
|
33906
|
+
|
|
31942
33907
|
HelpMenuLoop = Symbol(
|
|
31943
33908
|
[0x6A00],
|
|
31944
33909
|
[0x2389E20],
|
|
@@ -31948,6 +33913,12 @@ class EuOverlay31Functions:
|
|
|
31948
33913
|
None,
|
|
31949
33914
|
)
|
|
31950
33915
|
|
|
33916
|
+
EntryOverlay31 = _Deprecated("EntryOverlay31", InitDungeonMenu)
|
|
33917
|
+
|
|
33918
|
+
CreateStairsMenuState = _Deprecated("CreateStairsMenuState", InitStairsMenu)
|
|
33919
|
+
|
|
33920
|
+
HandleStairsMenu = _Deprecated("HandleStairsMenu", StairsMenuLoop)
|
|
33921
|
+
|
|
31951
33922
|
|
|
31952
33923
|
class EuOverlay31Data:
|
|
31953
33924
|
|
|
@@ -32045,39 +34016,39 @@ class EuOverlay31Data:
|
|
|
32045
34016
|
"struct window_params",
|
|
32046
34017
|
)
|
|
32047
34018
|
|
|
32048
|
-
|
|
34019
|
+
STAIRS_MENU_ITEMS_NORMAL = Symbol(
|
|
32049
34020
|
[0x7674],
|
|
32050
34021
|
[0x238AA94],
|
|
32051
34022
|
0x20,
|
|
32052
|
-
"
|
|
32053
|
-
"",
|
|
34023
|
+
"STAIRS_MENU_ITEMS_NORMAL",
|
|
34024
|
+
"List of 4 simple_menu_id_items for the normal stairs menu.",
|
|
32054
34025
|
"struct simple_menu_id_item[4]",
|
|
32055
34026
|
)
|
|
32056
34027
|
|
|
32057
|
-
|
|
34028
|
+
STAIRS_MENU_ITEMS_WARP_ZONE = Symbol(
|
|
32058
34029
|
[0x7694],
|
|
32059
34030
|
[0x238AAB4],
|
|
32060
34031
|
0x20,
|
|
32061
|
-
"
|
|
32062
|
-
"",
|
|
34032
|
+
"STAIRS_MENU_ITEMS_WARP_ZONE",
|
|
34033
|
+
"List of 4 simple_menu_id_items for the Warp Zone stairs menu.",
|
|
32063
34034
|
"struct simple_menu_id_item[4]",
|
|
32064
34035
|
)
|
|
32065
34036
|
|
|
32066
|
-
|
|
34037
|
+
STAIRS_MENU_ITEMS_RESCUE_POINT = Symbol(
|
|
32067
34038
|
[0x76B4],
|
|
32068
34039
|
[0x238AAD4],
|
|
32069
34040
|
0x20,
|
|
32070
|
-
"
|
|
32071
|
-
"",
|
|
34041
|
+
"STAIRS_MENU_ITEMS_RESCUE_POINT",
|
|
34042
|
+
"List of 4 simple_menu_id_items for the Rescue Point stairs menu.",
|
|
32072
34043
|
"struct simple_menu_id_item[4]",
|
|
32073
34044
|
)
|
|
32074
34045
|
|
|
32075
|
-
|
|
34046
|
+
STAIRS_MENU_ITEMS_HIDDEN_STAIRS = Symbol(
|
|
32076
34047
|
[0x76D4],
|
|
32077
34048
|
[0x238AAF4],
|
|
32078
34049
|
0x20,
|
|
32079
|
-
"
|
|
32080
|
-
"",
|
|
34050
|
+
"STAIRS_MENU_ITEMS_HIDDEN_STAIRS",
|
|
34051
|
+
"List of 4 simple_menu_id_items for the hidden stairs menu.",
|
|
32081
34052
|
"struct simple_menu_id_item[4]",
|
|
32082
34053
|
)
|
|
32083
34054
|
|
|
@@ -32486,6 +34457,22 @@ class EuOverlay31Data:
|
|
|
32486
34457
|
"",
|
|
32487
34458
|
)
|
|
32488
34459
|
|
|
34460
|
+
DUNGEON_SUBMENU_ITEMS_1 = _Deprecated(
|
|
34461
|
+
"DUNGEON_SUBMENU_ITEMS_1", STAIRS_MENU_ITEMS_NORMAL
|
|
34462
|
+
)
|
|
34463
|
+
|
|
34464
|
+
DUNGEON_SUBMENU_ITEMS_2 = _Deprecated(
|
|
34465
|
+
"DUNGEON_SUBMENU_ITEMS_2", STAIRS_MENU_ITEMS_WARP_ZONE
|
|
34466
|
+
)
|
|
34467
|
+
|
|
34468
|
+
DUNGEON_SUBMENU_ITEMS_3 = _Deprecated(
|
|
34469
|
+
"DUNGEON_SUBMENU_ITEMS_3", STAIRS_MENU_ITEMS_RESCUE_POINT
|
|
34470
|
+
)
|
|
34471
|
+
|
|
34472
|
+
DUNGEON_SUBMENU_ITEMS_4 = _Deprecated(
|
|
34473
|
+
"DUNGEON_SUBMENU_ITEMS_4", STAIRS_MENU_ITEMS_HIDDEN_STAIRS
|
|
34474
|
+
)
|
|
34475
|
+
|
|
32489
34476
|
|
|
32490
34477
|
class EuOverlay31Section:
|
|
32491
34478
|
name = "overlay31"
|
|
@@ -33607,6 +35594,15 @@ class EuRamData:
|
|
|
33607
35594
|
"int",
|
|
33608
35595
|
)
|
|
33609
35596
|
|
|
35597
|
+
DEFAULT_TILE_COPY = Symbol(
|
|
35598
|
+
[0x37D6B8],
|
|
35599
|
+
[0x237D6B8],
|
|
35600
|
+
0x14,
|
|
35601
|
+
"DEFAULT_TILE_COPY",
|
|
35602
|
+
"A copy of DEFAULT_TILE. Used to hold the default tile returned from GetTileSafe.",
|
|
35603
|
+
"struct tile",
|
|
35604
|
+
)
|
|
35605
|
+
|
|
33610
35606
|
FLOOR_GENERATION_STATUS = Symbol(
|
|
33611
35607
|
[0x37DBBC],
|
|
33612
35608
|
[0x237DBBC],
|