diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-17 13:01:45 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-17 13:01:45 -0400 |
commit | 2ff8f75b40a628d5eec9e65e6317388263df14de (patch) | |
tree | 9871849cf76b55aa35492a528e2a79b05e9f6b4b | |
parent | 5060befd2b3aa455f530bda6562aa9ea574d80c7 (diff) |
ld bc -> lb bc
-rw-r--r-- | home/yes_no.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/yes_no.asm b/home/yes_no.asm index aae27f86..5b0e09ed 100644 --- a/home/yes_no.asm +++ b/home/yes_no.asm @@ -15,7 +15,7 @@ InitYesNoTextBoxParameters:: xor a ; YES_NO_MENU ld [wTwoOptionMenuID], a hlcoord 14, 7 - ld bc, $80f + lb bc, 8, 15 ret YesNoChoicePokeCenter:: |