diff options
author | yenatch <yenatch@gmail.com> | 2015-01-01 20:59:08 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-01-01 20:59:08 -0800 |
commit | 7b87e67a8939eb6e11e114c485443ca18528bfea (patch) | |
tree | 6e53843d812300f24c477f520c0d08897b74b067 /engine/credits.asm | |
parent | 7b71a12ed1a11b29997877419cf609ed3e6afd99 (diff) |
More labels in code and some mobile datatracking.
Diffstat (limited to 'engine/credits.asm')
-rw-r--r-- | engine/credits.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/credits.asm b/engine/credits.asm index 4620dd7e2..e2b820e68 100644 --- a/engine/credits.asm +++ b/engine/credits.asm @@ -258,8 +258,8 @@ Function109926: ; 109926 ld a, [$cf63] and $f ld e, a - ld d, $0 - ld hl, $5937 + ld d, 0 + ld hl, Jumptable_109937 add hl, de add hl, de ld a, [hli] |