diff options
author | xCrystal <rgr.crystal@gmail.com> | 2019-07-20 14:08:50 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2019-07-20 14:08:50 +0200 |
commit | c6b095eae729ed1a8cc19c28be746c43744d83d3 (patch) | |
tree | 8c7eb2f3f8f4e9699e388bc5833f38846178174c /src/engine/home.asm | |
parent | 87ddb7aaeb884e9f4d73aeeb66d747ccb6077bf3 (diff) |
A few more text labels
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r-- | src/engine/home.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index c4507ef..84cabdd 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -858,6 +858,7 @@ CallIndirect: ; 05b6 (0:05b6) ld h, a pop af ; fallthrough + CallHL: ; 05c1 (0:05c1) jp hl ; 0x5c2 |