Skip to content

Commit 5c897eb

Browse files
authored
Modifying DSi Specific Tips
Due to this tip also applying to MelonDS DS and most likely, future DSi Compatible Cores, specifying Bizhawk here seems unnecessary.
1 parent a3eee22 commit 5c897eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer-docs/console-specific-tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Checks if the 8-bit value at 0x18BAB5 is equal to 0x20. This means 0x18BAB5 cont
137137
- Pointers always start with a `0x02`. For example, a pointer pointing directly to `0x13f944` will be `0x0213f944`.
138138
- DSi mode can be detected when bit0 & bit1 are 1 at 0x400. This is known to slightly shift memory on some games and so it could be used to protect against the mode if needs be.
139139

140-
## Nintendo DSi (Bizhawk)
140+
## Nintendo DSi
141141

142142
- **0xfffe00: DSi Mode String** ASCII String that identifies the DSi Game being played. Can be used to check if you are in the game rather than on the DSi home screen, etc.
143143

0 commit comments

Comments
 (0)