summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2020-12-16 09:27:45 +0000
committerElectroDeoxys <ElectroDeoxys@gmail.com>2020-12-16 09:27:45 +0000
commitc35e81e3614ef410b06b5abaebde6ddfd9203955 (patch)
treea3c41d96ea8017576952d9c487acd6edfad95aa3 /src
parent999e27c0a2ca7984e02b29595cc53515868e7644 (diff)
Add minor corrections
Diffstat (limited to 'src')
-rw-r--r--src/engine/bank07.asm8
-rw-r--r--src/engine/effect_functions.asm2
2 files changed, 5 insertions, 5 deletions
diff --git a/src/engine/bank07.asm b/src/engine/bank07.asm
index aab0cd9..a4aa5f8 100644
--- a/src/engine/bank07.asm
+++ b/src/engine/bank07.asm
@@ -559,9 +559,9 @@ Func_1c8bc: ; 1c8bc (7:48bc)
push hl
push bc
call Set_OBJ_8x8
- ld a, $a2
+ ld a, LOW(Func_3ba2)
ld [wDoFrameFunction], a
- ld a, $3b
+ ld a, HIGH(Func_3ba2)
ld [wDoFrameFunction + 1], a
ld a, $ff
ld hl, wAnimationQueue
@@ -934,9 +934,9 @@ Func_1ccbc: ; 1ccbc (7:4cbc)
ldh [rSCX], a
ldh [hSCY], a
ld hl, wd4b9
- ld [hl], $bc
+ ld [hl], LOW(Func_1ccbc)
inc hl
- ld [hl], $4c
+ ld [hl], HIGH(Func_1ccbc)
ret
; 0x1ccd4
diff --git a/src/engine/effect_functions.asm b/src/engine/effect_functions.asm
index 0719227..32d13e0 100644
--- a/src/engine/effect_functions.asm
+++ b/src/engine/effect_functions.asm
@@ -9668,7 +9668,7 @@ EnergySearch_AddToHandEffect: ; 2f372 (b:7372)
; check if card index in a is a Basic Energy card.
; returns carry in case it's not.
-CheckIfCardIsBasicEnergy ; 2f38f (b:738f)
+CheckIfCardIsBasicEnergy: ; 2f38f (b:738f)
call LoadCardDataToBuffer2_FromDeckIndex
ld a, [wLoadedCard2Type]
cp TYPE_ENERGY