diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-02-07 17:39:42 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-07 17:39:42 +0100 |
commit | b633a7a18c8bc2f0de043902d793bfc038fd6276 (patch) | |
tree | 1032fad3e010cb0b8310d1d85477db94a44f307f /src/engine/home.asm | |
parent | acc23e78e00b131efcddac17b55dceed9a199ff2 (diff) |
Label some hardcoded home function calls
Diffstat (limited to 'src/engine/home.asm')
-rwxr-xr-x | src/engine/home.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index d2ed134..dbef4ae 100755 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -5327,7 +5327,8 @@ WideTextBoxPromptCursorData: ; 2ac8 (0:2ac8) INCROM $2ad0, $2af0 Func_2af0: ; 2af0 (0:2af0) - call DrawWideTextBox_PrintText + call DrawWideTextBox_PrintText
+Func_2af3: ; 2af3 (0:2af3) ld de, $0710 call Func_2b66 ld de, $0610 |