aboutsummaryrefslogtreecommitdiff
path: root/rng.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'rng.gbasm')
-rw-r--r--rng.gbasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rng.gbasm b/rng.gbasm
index 2fe99ca..e2c30ae 100644
--- a/rng.gbasm
+++ b/rng.gbasm
@@ -66,7 +66,7 @@ RNG_Step:
LD A, E
LD $mem_rng_state_2, A
- ; XOR D
+ XOR D
POP DE
POP BC