diff options
author | dannye <33dannye@gmail.com> | 2021-01-16 10:46:08 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-01-16 10:46:08 -0600 |
commit | 518e7d399cd69b3775226f0ed5b7921e92f05c64 (patch) | |
tree | 0e31470be75ba9565ea3465130bfcfa041056359 /src/wram.asm | |
parent | 09ac45cb24b6182ba4e6bc2dc3c71e205a652d37 (diff) |
Rename some script commands
like print_text_string -> print_npc_text etc, and change instances of 'battle' to 'duel'
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index 238c36f..23dea8a 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -2310,9 +2310,9 @@ wd3b9:: ; d3b9 ds $2 wd3bb:: ; d3bb - ds $1 + ds $a - ds $14 + ds $b wd3d0:: ; d3d0 ds $1 |