diff options
Diffstat (limited to 'engine/events/diploma.asm')
-rwxr-xr-x | engine/events/diploma.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/diploma.asm b/engine/events/diploma.asm index 92196537..9e9da9a5 100755 --- a/engine/events/diploma.asm +++ b/engine/events/diploma.asm @@ -62,7 +62,7 @@ DisplayDiploma:: call Delay3 call GBPalNormal ld a, $90 - ld [rOBP0], a + ldh [rOBP0], a call WaitForTextScrollButtonPress ld hl, wd730 res 6, [hl] |