diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-12 01:40:20 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-12 02:27:42 -0500 |
commit | d83aefb30af180eae03bbd65878e8de45166f3d0 (patch) | |
tree | 403ca7f5d1ba0428dc542d268efebc0f6f0bf0cb /engine/decorations.asm | |
parent | b23085f526fab9c72d8851e1aba41a27f8ba7e14 (diff) |
Use more constants in scripts
Diffstat (limited to 'engine/decorations.asm')
-rwxr-xr-x | engine/decorations.asm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engine/decorations.asm b/engine/decorations.asm index c1b703fb6..bd9eb0251 100755 --- a/engine/decorations.asm +++ b/engine/decorations.asm @@ -1061,12 +1061,13 @@ INCLUDE "data/decorations/decorations.asm" DescribeDecoration:: ; 26f59 ld a, b - ld hl, JumpTable_DecorationDesc + ld hl, .JumpTable rst JumpTable ret ; 26f5f -JumpTable_DecorationDesc: ; 26f5f +.JumpTable: ; 26f5f +; entries correspond to DECODESC_* constants dw DecorationDesc_Poster dw DecorationDesc_LeftOrnament dw DecorationDesc_RightOrnament |