Skip to content

Commit

Permalink
Misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MegAmi24 committed Sep 24, 2024
1 parent d0a5d17 commit 39b6aca
Show file tree
Hide file tree
Showing 69 changed files with 190 additions and 190 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The number of coins to give the player.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_ADD_COIN, int32 count, NULL, NULL);
```

Expand All @@ -52,6 +52,6 @@ The number of coins to give the player.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_ADD_COIN, 1, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If true, skips the character select and automatically loads the save slot for th

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CHARACTER_SELECT, int32 skipMenu, NULL, NULL);
```

Expand All @@ -52,6 +52,6 @@ If true, skips the character select and automatically loads the save slot for th

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CHARACTER_SELECT, false, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CONTROLLER_SUPPORT, NULL, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_DEBUGPRINT, int32 value1, int32 value2, int32 value3);
```

Expand All @@ -56,6 +56,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_DEBUGPRINT, 100, this->type, this->timer);
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, int32 todo, NULL, NULL);
```

Expand All @@ -46,6 +46,6 @@ None.

=== "v5"

```c++
``` c++
NotifyCallback(NOTIFY_CALLBACK, 0, NULL, NULL);
```
Loading

0 comments on commit 39b6aca

Please sign in to comment.