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 /scripts/silphco3.asm | |
parent | 81bbab85ac7d7f4c2efe794a4b3cc1e51c0b2689 (diff) |
Remove generated "indirect jump" comments.
The destination is obvious when using the predef macro.
Diffstat (limited to 'scripts/silphco3.asm')
-rwxr-xr-x | scripts/silphco3.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/silphco3.asm b/scripts/silphco3.asm index b63b59d6..4ea577a5 100755 --- a/scripts/silphco3.asm +++ b/scripts/silphco3.asm @@ -24,7 +24,7 @@ SilphCo3Script_59f71: ; 59f71 (16:5f71) ld [wd09f], a ld bc, $404 ld a, $17 - call Predef ; indirect jump to Func_ee9e (ee9e (3:6e9e)) + call Predef pop af .asm_59f98 bit 1, a @@ -33,7 +33,7 @@ SilphCo3Script_59f71: ; 59f71 (16:5f71) ld [wd09f], a ld bc, $408 ld a, $17 - jp Predef ; indirect jump to Func_ee9e (ee9e (3:6e9e)) + jp Predef DataTable_59fa8: ; 59fa8 (16:5fa8) db $04,$04,$04,$08,$FF |