diff options
Diffstat (limited to 'event')
-rwxr-xr-x | event/celebi.asm | 4 | ||||
-rw-r--r-- | event/kurt.asm | 2 |
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 |