diff options
author | ISSOtm <eldredhabert0@gmail.com> | 2018-06-10 14:03:49 +0200 |
---|---|---|
committer | ISSOtm <eldredhabert0@gmail.com> | 2018-06-10 14:03:49 +0200 |
commit | b136e995a3b22a674c44241a68365d8b1152cb8b (patch) | |
tree | f84cf1cee9c7fec142cc86c1f1ae266d40aa9ef7 | |
parent | 20f07292a54097dd3b704bc79bd50097c1d16502 (diff) | |
parent | 886ecea86b9257ba2755b4718ede90ee18dae96e (diff) |
Fix off by 1 label annotation
-rw-r--r-- | home/map.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map.asm b/home/map.asm index 3aa0c84..7244fb1 100644 --- a/home/map.asm +++ b/home/map.asm @@ -27,7 +27,7 @@ RunMapScript:: ; 20ff ret ; TODO: is this used? -WriteIntod637:: ; 2118 +WriteIntod637:: ; 2117 push af ; TODO: figure out what variables are concerned here |