summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authorAndrew Martinek <andrewrmartinek@gmail.com>2020-05-09 15:36:16 -0400
committerAndrew Martinek <andrewrmartinek@gmail.com>2020-05-09 15:36:16 -0400
commite02184fbcd4426fd0774d0dd80268c515d8aadd1 (patch)
treeb3485d353c025520751d7a8d7b1a362bab97bb7a /src/wram.asm
parenta1f9dca9f563e6bc82c533f8e3a82edb954b8842 (diff)
changed OWScript to ScriptCommand and OWSequence to Script
Diffstat (limited to 'src/wram.asm')
-rw-r--r--src/wram.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wram.asm b/src/wram.asm
index 96d5934..60a8bc5 100644
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -1873,7 +1873,7 @@ wd0c5:: ; d0c5
ds $1
; used to store the location of an overworld sequence, which is jumped to later
-wNextOWSequence:: ; d0c6
+wNextScript:: ; d0c6
ds $2
wCurrentNPCNameTx:: ; d0c8
@@ -2151,7 +2151,7 @@ wd3b3:: ; d3b3
ds $2
-; ID of the NPC being interacted with in OWScript
+; ID of the NPC being interacted with in Script
wScriptNPC:: ; d3b6
ds $1
@@ -2180,10 +2180,10 @@ wEventFlags::
ds $40
; 0 keeps looping, other values break the loop in RST20
-wBreakOWScriptLoop:: ; d412
+wBreakScriptLoop:: ; d412
ds $1
-wOWScriptPointer:: ; d413
+wScriptPointer:: ; d413
ds $2
; generally set to ff when a flag check passes, 0 otherwise