Method Tests: Difference between revisions
From Splatoon Wiki - SDL Foundation
Jump to navigationJump to search
Add method tests |
m u forgot a dot LOL!!! |
||
Line 39: | Line 39: | ||
|- | |- | ||
|isNewMethod_Test_RunDokanWarpBugFix | |isNewMethod_Test_RunDokanWarpBugFix | ||
|Checks if a bug fix for a certain superjump bug in multiplayer is enabled | |Checks if a bug fix for a certain superjump bug in multiplayer is enabled. | ||
|0x0265b94c | |0x0265b94c | ||
|} | |} |
Latest revision as of 19:12, 21 August 2024
The developers have debug boolean functions called "method tests." These are hard-coded functions that check if certain debug functionality is enabled.
Name | Description | Address (2.12.1) |
---|---|---|
isNewMethod_Test_CameraDelayExtra | 0x0265b93c | |
isNewMethod_Test_CameraJumpMove | 0x0265b93c | |
isNewMethod_Test_CamGndAvoidSpeed | 0x0265b93c | |
isNewMethod_Test_DelayPlazaNpcMascotSpawn | Checks if the NPCs in the plaza should have their spawn delayed by a hard-coded time. | 0x026df8a8 |
isNewMethod_Test_PlazaPlayersAmiiboGear | Checks if the NPCs in the plaza should only use amiibo gear. | 0x026df8d0 |
isNewMethod_Test_BrushBucketSwingFix | Checks if a bug fix for slosher is enabled. | 0x026df8d0 |
isNewMethod_Test_CameraJumpGndNrm | 0x0265b944 | |
isNewMethod_Test_CameraYPress | 0x02669328 | |
isNewMethod_Test_RunDokanWarpBugFix | Checks if a bug fix for a certain superjump bug in multiplayer is enabled. | 0x0265b94c |