diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-06 18:23:00 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-06 18:23:00 -0400 |
commit | d7a01e92e9b571b91b956cda873de89f4bf8f5f5 (patch) | |
tree | 2d59ffed7a49afebf6bfc7e7d5a11dfba1a40dca /engine/diploma.asm | |
parent | 789ebc73042e07b5e50b3cc3c17ebd1df141f000 (diff) |
Remaining layout constants
Diffstat (limited to 'engine/diploma.asm')
-rw-r--r-- | engine/diploma.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/diploma.asm b/engine/diploma.asm index 077fb7a8a..c446ff86b 100644 --- a/engine/diploma.asm +++ b/engine/diploma.asm @@ -31,7 +31,7 @@ PlaceDiplomaOnScreen: ; 1dd709 call PlaceString call EnableLCD call WaitBGMap - ld b, SCGB_08 + ld b, SCGB_DIPLOMA call GetSGBLayout call SetPalettes call DelayFrame |