diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-22 14:45:37 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-22 14:45:37 +0100 |
commit | bf8da6d2e48fdf545d4f0223368c5a23279c1e06 (patch) | |
tree | fcaf5b62f19f59105dead4ce46c4b10ce8a9f1d8 /src/wram.asm | |
parent | e4075b930031c5554583c6de322e52b96d614bc3 (diff) |
Disassemble unreferenced functions
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index 928597f..fd18f8a 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -2759,7 +2759,16 @@ wd416:: ; d416 wd417:: ; d417 ds $1 - ds $5 + ds $3 + +; used in Func_1c890 +wd41b:: ; d41b + ds $1 + +; used in Func_1c890 +; is read like a sprite index +wd41c:: ; d41c + ds $1 wd41d:: ; d41d ds $1 |