diff options
| author | YamaArashi <shadow962@live.com> | 2015-08-12 02:16:56 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-08-12 02:16:56 -0700 |
| commit | 64cfbcce7a71e6e75553575490fd60cbd61a5665 (patch) | |
| tree | b58d4f80d1b50d6db8306fb15323d144593d18f2 /engine/slot_machine.asm | |
| parent | constants for IntroMoveMon (diff) | |
| download | pokeyellow-64cfbcce7a71e6e75553575490fd60cbd61a5665.tar.gz pokeyellow-64cfbcce7a71e6e75553575490fd60cbd61a5665.tar.xz pokeyellow-64cfbcce7a71e6e75553575490fd60cbd61a5665.zip | |
commented SGB palette stuff
Diffstat (limited to 'engine/slot_machine.asm')
| -rwxr-xr-x | engine/slot_machine.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm index b68b9294..78ce35a2 100755 --- a/engine/slot_machine.asm +++ b/engine/slot_machine.asm @@ -21,8 +21,8 @@ PromptUserToPlaySlots: ; 3730e (d:730e) call GBPalWhiteOutWithDelay3 call LoadSlotMachineTiles call LoadFontTilePatterns - ld b, $5 - call GoPAL_SET + ld b, SET_PAL_SLOTS + call RunPaletteCommand call GBPalNormal ld a, $e4 ld [rOBP0], a @@ -41,7 +41,7 @@ PromptUserToPlaySlots: ; 3730e (d:730e) call GBPalWhiteOutWithDelay3 ld a, $1 ld [wUpdateSpritesEnabled], a - call GoPAL_SET_CF1C + call RunDefaultPaletteCommand call ReloadMapSpriteTilePatterns call ReloadTilesetTilePatterns .done |
