aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/OaksLab2.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2023-11-20 00:33:27 -0600
committerdannye <33dannye@gmail.com>2023-11-20 20:23:27 -0600
commit298e99d3776580585c3f434e5d93137ae431bdd3 (patch)
treea808c4ffd0fd0f9bd28972bae5236e0d3345c8e5 /scripts/OaksLab2.asm
parentAdd sound bits documentation for wOptions (#110) (diff)
parentName 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437) (diff)
downloadpokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.tar.gz
pokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.tar.xz
pokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.zip
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'scripts/OaksLab2.asm')
-rw-r--r--scripts/OaksLab2.asm28
1 files changed, 0 insertions, 28 deletions
diff --git a/scripts/OaksLab2.asm b/scripts/OaksLab2.asm
deleted file mode 100644
index b0519827..00000000
--- a/scripts/OaksLab2.asm
+++ /dev/null
@@ -1,28 +0,0 @@
-Func_f1be0::
- ld a, [wYCoord]
- cp 3
- jr z, .asm_f1bf0
- ld b, SPRITE_FACING_DOWN
- ld hl, Data_f1bf9
- call TryApplyPikachuMovementData
- ret
-
-.asm_f1bf0
- ld b, SPRITE_FACING_LEFT
- ld hl, Data_f1bfe
- call TryApplyPikachuMovementData
- ret
-
-Data_f1bf9:
- db $00
- db $1f
- db $1e
- db $38
- db $3f
-
-Data_f1bfe:
- db $00
- db $1d
- db $20
- db $36
- db $3f