diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2021-06-20 12:32:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-20 12:32:51 -0400 |
| commit | f917febffb80f8c8d1c34eda191b5ec3011a2f77 (patch) | |
| tree | a7e80ddf3af1b80d237965fb10488cbfaaae5218 /engine/games | |
| parent | d34132455fbd82cb9c55784c023bb2cefe43aac3 (diff) | |
| parent | b42d1ca1adc5c299ae7833df2ae0f15d4c68b50b (diff) | |
Merge pull request #95 from ZoomTen/super-gameboy
Some work on SGB functions (bank $02)
Diffstat (limited to 'engine/games')
| -rw-r--r-- | engine/games/pikachu_minigame.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/games/pikachu_minigame.asm b/engine/games/pikachu_minigame.asm index de930da..4230771 100644 --- a/engine/games/pikachu_minigame.asm +++ b/engine/games/pikachu_minigame.asm @@ -36,7 +36,7 @@ PikachuMiniGame:: .Init: call DisableLCD - ld b, SGB_BETA_PIKACHU_MINIGAME + ld b, SGB_PIKACHU_MINIGAME call GetSGBLayout callab InitEffectObject call PikachuMiniGame_ClearBothTilemaps |
