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 | |
parent | 7b71a12ed1a11b29997877419cf609ed3e6afd99 (diff) |
More labels in code and some mobile datatracking.
Diffstat (limited to 'engine')
-rw-r--r-- | engine/color.asm | 5 | ||||
-rw-r--r-- | engine/credits.asm | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/engine/color.asm b/engine/color.asm index fbbc45144..2dd282e79 100644 --- a/engine/color.asm +++ b/engine/color.asm @@ -190,7 +190,7 @@ Function8b4d: ; 8b4d ld a, [hSGB] and a ret z - ld hl, $5c26 + ld hl, PalPacket_9c26 jp Function9809 .asm_8b5c @@ -206,7 +206,7 @@ Function8b67: ; 8b67 ld a, [hSGB] and a ret z - ld hl, $5c36 + ld hl, PalPacket_9c36 jp Function9809 .asm_8b76 @@ -2155,6 +2155,7 @@ Palettes_b469: ; b469 RGB 31, 07, 01 RGB 00, 00, 00 +Palette_b471:: RGB 28, 31, 16 RGB 31, 19, 10 RGB 10, 09, 31 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] |