You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Move effects; no more reloadmapmusic, returnafterbattle
This commit is contained in:
@@ -2,7 +2,7 @@ Function16c000: ; 16c000
|
||||
ld a, [hCGB]
|
||||
and a
|
||||
ret z
|
||||
ld a, [$ffea]
|
||||
ld a, [hFFEA]
|
||||
and a
|
||||
ret z
|
||||
ld a, [wcfbe]
|
||||
@@ -15,7 +15,7 @@ Function16c000: ; 16c000
|
||||
call Function16c031
|
||||
callba Function1000a4
|
||||
xor a
|
||||
ld [$ffea], a
|
||||
ld [hFFEA], a
|
||||
pop af
|
||||
ld [wcfbe], a
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user