mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-20 06:28:38 +13:00
revert 093bda0
093bda0This commit is contained in:
parent
178cfd2f2d
commit
919250bd73
67 changed files with 94 additions and 1035 deletions
|
|
@ -29,12 +29,6 @@ EventFlagAction::
|
|||
call FlagAction
|
||||
ret
|
||||
|
||||
ResetDiveMap::
|
||||
xor a
|
||||
ld [wDiveMapGroup], a
|
||||
ld [wDiveMapNumber], a
|
||||
ret
|
||||
|
||||
FlagAction::
|
||||
; Perform action b on bit de in flag array hl.
|
||||
|
||||
|
|
|
|||
|
|
@ -25,9 +25,4 @@ IsHMMove::
|
|||
dw FLASH
|
||||
dw WATERFALL
|
||||
dw WHIRLPOOL
|
||||
dw UPROOT
|
||||
dw WATER_SPORT
|
||||
dw STRONG_ARM
|
||||
dw BRIGHT_MOSS ; this will be added as a hm in the 16bit patch
|
||||
dw WIND_RIDE
|
||||
dw -1 ; end
|
||||
|
|
|
|||
|
|
@ -159,6 +159,8 @@ CheckPitTile::
|
|||
CheckIceTile::
|
||||
cp COLL_ICE
|
||||
ret z
|
||||
cp COLL_ICE_2B
|
||||
ret z
|
||||
scf
|
||||
ret
|
||||
|
||||
|
|
@ -171,12 +173,6 @@ CheckWhirlpoolTile::
|
|||
scf
|
||||
ret
|
||||
|
||||
CheckDiveTile::
|
||||
cp COLL_DIVE_UP
|
||||
ret z
|
||||
cp COLL_DIVE_DOWN
|
||||
ret
|
||||
|
||||
CheckWaterfallTile::
|
||||
cp COLL_WATERFALL
|
||||
ret z
|
||||
|
|
@ -567,7 +563,3 @@ GetSpriteDirection::
|
|||
ld a, [hl]
|
||||
maskbits NUM_DIRECTIONS, 2
|
||||
ret
|
||||
|
||||
CheckRockyWallTile::
|
||||
cp COLL_ROCKY_WALL
|
||||
ret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue