aboutsummaryrefslogtreecommitdiff
path: root/rng.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-06-17 17:42:44 +0200
committerAstatin <[email protected]>2025-06-17 17:42:44 +0200
commitb84a1c2c0ebb484e23753c2f9db8742389fcc99a (patch)
tree0036439ad1a5cc4c08c4bef79c0255b851a894f2 /rng.gbasm
parenta9142d0163f41c89196ea201ce8245899c701b82 (diff)
loading ldtk tilemaps + adding dungeon structure that can be loaded at runtime
Diffstat (limited to 'rng.gbasm')
-rw-r--r--rng.gbasm3
1 files changed, 1 insertions, 2 deletions
diff --git a/rng.gbasm b/rng.gbasm
index 8867c56..5409a39 100644
--- a/rng.gbasm
+++ b/rng.gbasm
@@ -23,8 +23,7 @@ RNG_Step:
LD E, A
; state << 7
- SCF
- CCF
+ AND A
LD A, $mem_rng_state_2
LD B, A
LD A, $mem_rng_state_1