mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
hall of fame / credits
This commit is contained in:
parent
a0ed5bd4aa
commit
07dd705637
21 changed files with 221 additions and 179 deletions
|
|
@ -26,7 +26,7 @@ UsedCut: ; ef54 (3:6f54)
|
|||
db "@"
|
||||
|
||||
.asm_ef82
|
||||
ld [wcd4d], a
|
||||
ld [wCutTile], a
|
||||
ld a, $1
|
||||
ld [wcd6a], a
|
||||
ld a, [wWhichPokemon]
|
||||
|
|
@ -76,7 +76,7 @@ AnimateCutTree: ; eff7 (3:6ff7)
|
|||
ld [wWhichAnimationOffsets], a
|
||||
ld a, $e4
|
||||
ld [rOBP1], a
|
||||
ld a, [wcd4d]
|
||||
ld a, [wCutTile]
|
||||
cp $52
|
||||
jr z, .asm_f020
|
||||
ld de, Overworld_GFX + $2d0 ; cuttable tree sprite top row
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Func_79e96: ; 79e96 (1e:5e96)
|
||||
ld a, [wcd4d]
|
||||
ld a, [wCutTile]
|
||||
cp $52
|
||||
jr z, .asm_79ec8
|
||||
ld c, $8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue