aboutsummaryrefslogtreecommitdiff
path: root/rng.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-03-18 19:12:59 +0900
committerAstatin <[email protected]>2025-03-18 19:12:59 +0900
commit579e73311319868d8b186e3442098358d839b3b3 (patch)
treeb21d556c7c6a5e72b0c25a224711c2e553e46abb /rng.gbasm
parenta29c10798a8064542ac04a5160baaa9b406ef239 (diff)
Add generation events to be executed on floor generation
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