diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-26 21:59:03 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-26 21:59:03 -0500 |
commit | f030315b1fd797aa6765ac8cd8c35c0cd9b600a0 (patch) | |
tree | da461ae6040d2a2f0e0b3a95e837a6c5e99e2fd6 /engine/debug.asm | |
parent | 2bd45ca574aab251b91c24837b102c9c2a5e76a0 (diff) |
jumptable macro repurposed
Diffstat (limited to 'engine/debug.asm')
-rwxr-xr-x | engine/debug.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/debug.asm b/engine/debug.asm index 10e446b75..df5dbee56 100755 --- a/engine/debug.asm +++ b/engine/debug.asm @@ -1355,7 +1355,7 @@ Function822f0: ; 822f0 and 3 ld e, a ld d, 0 - ld hl, .jumptable + ld hl, .dw rept 2 add hl, de endr @@ -1365,7 +1365,7 @@ endr jp [hl] ; 82301 -.jumptable: ; 82301 +.dw: ; 82301 dw Function82309 dw Function82339 dw Function8234b |