diff options
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index acd9638..ae0b9a2 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1945,7 +1945,7 @@ wd0c4:: ; d0c4 wd0c5:: ; d0c5 ds $1 -; used to store the location of an overworld sequence, which is jumped to later +; used to store the location of an overworld script, which is jumped to later wNextScript:: ; d0c6 ds $2 |