diff options
Diffstat (limited to 'engine/mon_icons.asm')
-rwxr-xr-x | engine/mon_icons.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/mon_icons.asm b/engine/mon_icons.asm index 8d998408c..ea3614ae5 100755 --- a/engine/mon_icons.asm +++ b/engine/mon_icons.asm @@ -27,7 +27,7 @@ Function8e83f: ; 8e83f Function8e849: ; 8e849 ld d, 0 - ld hl, .jumptable + ld hl, .dw rept 2 add hl, de endr @@ -38,7 +38,7 @@ endr ; 8e854 -.jumptable: ; 8e854 (23:6854) +.dw: ; 8e854 (23:6854) dw Function8e8d5 ; init dw Function8e961 dw Function8e97d |