diff options
author | YamaArashi <shadow962@live.com> | 2015-07-13 13:35:35 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-13 13:35:35 -0700 |
commit | f66a74b9fcb762d693e89415836386bcad2475b5 (patch) | |
tree | c7fc925c3be341491ebe75aa8bcda83d5e6dee3a /engine/menu | |
parent | 95b1660e59283b6f76dca638985c76a7d81d026f (diff) |
comment slot machine
Diffstat (limited to 'engine/menu')
-rwxr-xr-x | engine/menu/diploma.asm | 2 | ||||
-rwxr-xr-x | engine/menu/naming_screen.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/menu/diploma.asm b/engine/menu/diploma.asm index 067cd7d2..9305bb0c 100755 --- a/engine/menu/diploma.asm +++ b/engine/menu/diploma.asm @@ -56,7 +56,7 @@ DisplayDiploma: ; 566e2 (15:66e2) call Delay3 call GBPalNormal ld a, $90 - ld [$ff48], a + ld [rOBP0], a call WaitForTextScrollButtonPress ld hl, wd730 res 6, [hl] diff --git a/engine/menu/naming_screen.asm b/engine/menu/naming_screen.asm index bd1c39dd..f77f7331 100755 --- a/engine/menu/naming_screen.asm +++ b/engine/menu/naming_screen.asm @@ -114,7 +114,7 @@ DisplayNamingScreen: ; 6596 (1:6596) ld hl, wHPBarMaxHP + 1 ld [hli], a ld [hli], a - ld [wPartyMonAnimCounter], a + ld [wAnimCounter], a .asm_65ed call PrintAlphabet call GBPalNormal |