diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-20 17:47:01 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-20 17:55:49 +0100 |
commit | 685c0fbaf4ab732de5d41ee06c408ba2d4586b5f (patch) | |
tree | 392d161dc0ea761ed71c0286703fdfacbec12142 /src/wram.asm | |
parent | 5b7a7407e6bc25b4fdedef575da2a9039dbd872b (diff) |
Rename opening sequence commands
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index 1f9d686..8195f2e 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -3035,7 +3035,9 @@ wTitleScreenSprites:: ; d629 ds $1 -wd631:: ; d631 +; pointer to commands used by opening and credits sequence +; (see OpeningSequence and CreditsSequence) +wSequenceCmdPtr:: ; d631 ds $2 wd633:: ; d633 |