diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-20 16:27:07 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-20 16:27:07 +0100 |
commit | 5b7a7407e6bc25b4fdedef575da2a9039dbd872b (patch) | |
tree | 9016604c5d2afc0f175d773164a302a9063b19d3 /src/wram.asm | |
parent | 6a7f5a9ebe6e91607c92a4a98ec6562914c12ab8 (diff) |
Disassemble functions for opening animations
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 f625a2a..1f9d686 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -3030,7 +3030,7 @@ wStartMenuChoice:: ; d628 ds $1 ; list of sprites used in the Title Screen -wTitleScreenSprite:: ; d629 +wTitleScreenSprites:: ; d629 ds $7 ds $1 |