diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-18 22:18:00 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-18 22:18:00 -0400 |
| commit | d5fff8aa96f556264da03f0a7f70e090e13c713c (patch) | |
| tree | 5eec87cbccc347397ff9d6e13963e191d47ac070 /data/wild | |
| parent | e1fabcfbff78533cd1a5f75f4da3ede3b8a04d8f (diff) | |
Constants for PC menu indexes
'db ' -> 'db '
Diffstat (limited to 'data/wild')
| -rw-r--r-- | data/wild/treemon_maps.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/wild/treemon_maps.asm b/data/wild/treemon_maps.asm index 59eba43cc..8bc742a3e 100644 --- a/data/wild/treemon_maps.asm +++ b/data/wild/treemon_maps.asm @@ -1,6 +1,6 @@ treemon_map: MACRO map_id \1 - db \2 ; treemon set + db \2 ; treemon set ENDM TreeMonMaps: ; b825e |
