diff options
| author | yenatch <yenatch@gmail.com> | 2014-06-16 11:37:36 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-06-16 11:37:36 -0700 |
| commit | 38ac74f22285974bda6a0ed537958def8415076e (patch) | |
| tree | 6f51ebf68314d1ee712841c32ee45633d135057a /engine/intro.asm | |
| parent | Hall of Fame sram labels and related constants. (diff) | |
| download | pokeyellow-38ac74f22285974bda6a0ed537958def8415076e.tar.gz pokeyellow-38ac74f22285974bda6a0ed537958def8415076e.tar.xz pokeyellow-38ac74f22285974bda6a0ed537958def8415076e.zip | |
Remove generated "indirect jump" comments.
The destination is obvious when using the predef macro.
Diffstat (limited to 'engine/intro.asm')
| -rwxr-xr-x | engine/intro.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/intro.asm b/engine/intro.asm index 00907065..c3449c0b 100755 --- a/engine/intro.asm +++ b/engine/intro.asm @@ -265,11 +265,11 @@ Func_4183f: ; 4183f (10:583f) Func_41842: ; 41842 (10:5842) ld c, $0 ld a, $31 - jp Predef ; indirect jump to Func_79dda + jp Predef Func_41849: ; 41849 (10:5849) ld a, $33 - call Predef ; indirect jump to Func_79869 + call Predef ld a, b jp PlaySound |
