aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-04-25 16:24:31 +0200
committerStapleButter <thetotalworm@gmail.com>2017-04-25 16:24:31 +0200
commit29938b566ac6137a6b6a12d2721502603678d999 (patch)
treeb6ab7f2a41eaba73d10bf7ef4134d4989f390362
parent6707e5bb8585edee97556a1cbaa41175ab54af39 (diff)
tiny thing
-rw-r--r--src/NDSCart.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/NDSCart.cpp b/src/NDSCart.cpp
index bdace7e..d972ffb 100644
--- a/src/NDSCart.cpp
+++ b/src/NDSCart.cpp
@@ -483,6 +483,8 @@ void Write(u8 val, u32 hold)
case 0x0A:
case 0x0B:
case 0x9F:
+ case 0xD8:
+ case 0xDB:
WriteFunc(val, islast);
DataPos++;
break;