aboutsummaryrefslogtreecommitdiff
path: root/rng.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-03-13 19:08:09 +0900
committerAstatin <[email protected]>2025-03-13 19:08:09 +0900
commit62701690d1c7b95b639d63d0cb9cd6ebeb9ac876 (patch)
tree833c88d35818c4d63e7d440355254aeb47af2cfd /rng.gbasm
parentab45947d3fdc9885c497d9fc3dd124c7986f6ea4 (diff)
Adding multi-step dialogue
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 16ce967..2fe99ca 100644
--- a/rng.gbasm
+++ b/rng.gbasm
@@ -60,7 +60,7 @@ RNG_Step:
LD A, D
LD $mem_rng_state_1, A
- LD A, $mem_loop_rng_timer
+ LD A, $mem_loop_frame_timer
LD D, A
LD A, E