diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 13:00:35 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 13:00:35 -0500 |
commit | 7cef012335f0bb335833a3ea36fd02dfa31cfbea (patch) | |
tree | 700e7161b90e2ca3c32598585b76828c1ad160db /data/items/marts.asm | |
parent | 6ecf18aa52b79131fbf0cce85c41d3cae617100a (diff) |
wUnlockedUnowns engine flag constants
Use local labels for "End"ings
Diffstat (limited to 'data/items/marts.asm')
-rw-r--r-- | data/items/marts.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/items/marts.asm b/data/items/marts.asm index fd156225d..a9fad3e69 100644 --- a/data/items/marts.asm +++ b/data/items/marts.asm @@ -34,7 +34,7 @@ Marts: ; 160a9 dw MartMtMoon dw MartIndigoPlateau dw MartUnderground -MartsEnd +.End ; 160ed |