summaryrefslogtreecommitdiff
path: root/event
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2016-01-10 17:44:09 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2016-01-10 17:44:09 -0500
commit3dcbe0ff55465d3c90490947b1585f2437027986 (patch)
treefb41ea8ec91ac278a680c174205bd3f9aac2ef0d /event
parent8360a1a2e81d3c3d6c2529c9a6834b011fd66f36 (diff)
Pokegear
Diffstat (limited to 'event')
-rwxr-xr-xevent/celebi.asm4
-rw-r--r--event/kurt.asm2
2 files changed, 3 insertions, 3 deletions
diff --git a/event/celebi.asm b/event/celebi.asm
index d9c188f1a..3e01e31f6 100755
--- a/event/celebi.asm
+++ b/event/celebi.asm
@@ -61,8 +61,8 @@ endr
inc a
dec c
jr nz, .OAMloop
- ld hl, Sprites + $10
- ld bc, $90
+ ld hl, Sprites + 4 * 4
+ ld bc, 36 * 4
xor a
call ByteFill
ret
diff --git a/event/kurt.asm b/event/kurt.asm
index d9239b7fa..1473e4631 100644
--- a/event/kurt.asm
+++ b/event/kurt.asm
@@ -140,7 +140,7 @@ Kurt_SelectQuantity: ; 880c2
call .PlaceApricornName
call PlaceApricornQuantity
call ApplyTilemap
- callba Function27a28
+ callba Kurt_SelectQuantity_InterpretJoypad
jr nc, .loop
push bc