@@ -21,34 +21,34 @@ void drawText(const char *text, int32_t x, int32_t y, uint32_t color, float scal
21
21
void drawTextInit (uint8_t alpha, bool drawFontEdge);
22
22
23
23
void drawTextAndInit (const char *text, int32_t x, int32_t y,
24
- uint8_t alpha, uint32_t color, bool drawDontEdge, float scale);
24
+ uint8_t alpha, uint32_t color, bool drawDontEdge, float scale);
25
25
26
26
uint16_t getMessageWidth (const char *text, float scale);
27
27
void getOnOffTextAndColor (bool valueToCheck, const char **textOut, uint32_t *colorOut);
28
28
void getYesNoTextAndColor (bool valueToCheck, const char **textOut, uint32_t *colorOut);
29
29
uint32_t getSelectedTextColor (bool valueToCheck);
30
30
31
31
void drawTextWithWindow (const char *text, int32_t textPosX, int32_t textPosY, uint32_t textColor,
32
- float textScale, int32_t windowWidth, uint32_t windowColor, float windowCurve);
32
+ float textScale, int32_t windowWidth, uint32_t windowColor, float windowCurve);
33
33
34
34
void drawSingleColumnMain ();
35
35
void drawSingleColumnSelectedOption ();
36
36
37
37
void drawSingleColumn (int32_t posY, uint32_t maxOptionsPerPage,
38
- uint32_t currentPage, bool adjustSelectedOption);
38
+ uint32_t currentPage, bool adjustSelectedOption);
39
39
40
40
void drawMultipleColumnsVertical (int32_t posX, int32_t posY, uint32_t currentMenuOption,
41
- uint32_t currentPage, uint32_t size, uint32_t maxOptionsPerPage,
42
- uint32_t maxOptionsPerRow, bool showCurrentOption,
43
- uint32_t posXIncrementAmount, const char **lines);
41
+ uint32_t currentPage, uint32_t size, uint32_t maxOptionsPerPage,
42
+ uint32_t maxOptionsPerRow, bool showCurrentOption,
43
+ uint32_t posXIncrementAmount, const char **lines);
44
44
45
45
void drawInventoryIconAndTextColumns ();
46
46
47
47
void drawItemIconsColumn (uint32_t indexStart, uint32_t indexIncrement, uint32_t size,
48
- int32_t posX, int32_t posY, uint32_t address, float scale);
48
+ int32_t posX, int32_t posY, uint32_t address, float scale);
49
49
50
50
void drawItemTextColumn (uint32_t indexStart, uint32_t indexIncrement,
51
- uint32_t size, int32_t posX, int32_t posY, uint32_t address, float scale);
51
+ uint32_t size, int32_t posX, int32_t posY, uint32_t address, float scale);
52
52
53
53
void drawMarioSpecialMovesOptions ();
54
54
void drawFollowersOptions ();
@@ -60,7 +60,7 @@ void drawBattlesActorsHeldItem();
60
60
void drawCurrentFollowerOut ();
61
61
62
62
void drawMemoryWatchValueString (int32_t slot, int32_t posX,
63
- int32_t posY, uint32_t color, bool drawFontEdge, float scale);
63
+ int32_t posY, uint32_t color, bool drawFontEdge, float scale);
64
64
65
65
void drawMemoryWatches ();
66
66
void drawMemoryModifyList ();
@@ -83,13 +83,13 @@ void drawNotInBattleErrorMessage();
83
83
void drawConfirmationWindow (const char *message);
84
84
85
85
void drawSingleLineFromArray (int32_t posX, int32_t posY,
86
- int32_t currentMenuOption, const char **line);
86
+ int32_t currentMenuOption, const char **line);
87
87
88
88
void drawSingleLineFromStringAndValue (int32_t posX, int32_t posY,
89
- const char *line, int32_t value);
89
+ const char *line, int32_t value);
90
90
91
91
void drawSingleLineFromStringAndArray (int32_t posX, int32_t posY,
92
- int32_t currentMenuOption, const char *string, const char **line);
92
+ int32_t currentMenuOption, const char *string, const char **line);
93
93
94
94
void drawAdjustableValueSpawnItem ();
95
95
void drawAdjustableValueMemoryEditor ();
0 commit comments