diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-02 10:12:45 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-02 10:12:45 -0400 |
commit | 375c8a7f9ae3d202ee0ad884a2836a788fee2cd6 (patch) | |
tree | b88ba07feaa4a7fb73cfd42bd70142fd0b7d0fe4 /source | |
parent | 8df79ce02873f3f7faca8a2aeec8b4db6e7f3086 (diff) |
Use rgbds 0.5.0 features
Diffstat (limited to 'source')
-rw-r--r-- | source/bank_05.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/bank_05.asm b/source/bank_05.asm index 2b99243..a1c06fb 100644 --- a/source/bank_05.asm +++ b/source/bank_05.asm @@ -207,7 +207,7 @@ tutorial_scene:: const_dw TUTORIAL_SCENE_58, tutorial_scene_58 const_dw TUTORIAL_SCENE_59, tutorial_scene_59 const_dw TUTORIAL_SCENE_60, tutorial_scene_60 -NUM_TUTORIAL_SCENES EQU const_value +DEF NUM_TUTORIAL_SCENES EQU const_value tutorial_scene_00: ld a, [w_cdd2_jumptable_index] |