diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-13 21:06:58 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-13 21:06:58 -0400 |
| commit | 9917c84446978af1604599d66916eecc81008b9f (patch) | |
| tree | ad5ed5a2c5c6145cbd1e092cba35ca94faaf828f /data | |
| parent | 54f8e1378d34cb9bfd2b59df2c709d236a454fad (diff) | |
Fix label reference
Diffstat (limited to 'data')
| -rw-r--r-- | data/strings.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/strings.asm b/data/strings.asm index 9ded7f4..7441015 100644 --- a/data/strings.asm +++ b/data/strings.asm @@ -14,7 +14,7 @@ strings_pointers:: dw level_name_gold_teeth dw level_name_jigglypuffs_microphone dw level_name_super_rod - dw level_name_pokemon_flute + dw level_name_poke_flute dw level_name_balloon dw level_name_bicycle dw level_name_hat |
