diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-05-10 21:58:45 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-12-16 00:17:28 +0000 |
commit | 467f016e401386a8a30d38429d96056df66bf38c (patch) | |
tree | 72c669e191532a7e9c7e4e82f01fcbdd4bb3f492 /src/engine/home.asm | |
parent | fa1339c32f77f28c8cf27abf931aad5efe2268c9 (diff) |
Oddish Sprout effect
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r-- | src/engine/home.asm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index 98b10ac..edbd6f5 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -11051,9 +11051,10 @@ Func_3b11: ; 3b11 (0:3b11) Func_3b21: ; 3b21 (0:3b21) ldh a, [hBankROM] push af - ld a, $07 + ld a, BANK(Func_1c8bc) call BankswitchROM - call $48bc + call Func_1c8bc + pop af call BankswitchROM ret |