diff options
author | yenatch <yenatch@gmail.com> | 2015-10-27 14:30:22 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-10-27 14:30:22 -0400 |
commit | 006d14640ce7f434bdc09be20eb92778574d4a89 (patch) | |
tree | 69b0adeb87fdd0c8f23cfb739215953b491e9747 /engine/diploma.asm | |
parent | 25025d1b6c00e94ac9e479747898d30267fb3282 (diff) | |
parent | 9a9cb38e39c991e102a1c6da7e8e16b2a1c61e07 (diff) |
Merge pull request #319 from JimB16/master
Added comments and changed labels (mainly for AI- and Battle-Functions)
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 f56e4ec00..eff2ff5f1 100644 --- a/engine/diploma.asm +++ b/engine/diploma.asm @@ -33,7 +33,7 @@ Function1dd709: ; 1dd709 call WaitBGMap ld b, $8 call GetSGBLayout - call Function32f9 + call SetPalettes call DelayFrame ret ; 1dd760 |