diff options
| author | 2Tie <foxman95@ymail.com> | 2018-06-17 23:04:49 -0600 |
|---|---|---|
| committer | 2Tie <foxman95@ymail.com> | 2018-06-17 23:04:49 -0600 |
| commit | c557bd661357b1371633a40b7ae6a8e2996de6e2 (patch) | |
| tree | 560c2b9fff115d7d959e0a8592ad6bb483a6f03f /home | |
| parent | b095e626305a4c99f8b14c46b46c1bf97fe00262 (diff) | |
main menu progress for the day, still have a bunch more to go.
Diffstat (limited to 'home')
| -rw-r--r-- | home/misc_32c8.asm | 4 | ||||
| -rw-r--r-- | home/text.asm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/home/misc_32c8.asm b/home/misc_32c8.asm index 3eabb12..bb19d59 100644 --- a/home/misc_32c8.asm +++ b/home/misc_32c8.asm @@ -78,7 +78,7 @@ WaitPressedAny:: ; 369a CountSetBits:: ; 36b1 ; Count the number of bits set in b bytes at hl. -; Return to a, c, and wce37. +; Return to a, c, and wCountSetBitsResult. ld c, $0 .asm_36b3: ; 00:36b3 ld a, [hli] @@ -94,5 +94,5 @@ CountSetBits:: ; 36b1 dec b jr nz, .asm_36b3 ld a, c - ld [wce37], a + ld [wCountSetBitsResult], a ret diff --git a/home/text.asm b/home/text.asm index b3cd75c..20119dd 100644 --- a/home/text.asm +++ b/home/text.asm @@ -244,7 +244,7 @@ ENDM PrintMomsName:: print_name wMomsName PrintPlayerName:: print_name wPlayerName -PrintRivalName:: print_name wRivalsName +PrintRivalName:: print_name wRivalName TrainerChar:: print_name TrainerCharText TMChar:: print_name TMCharText |
