summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/pokemon.asm2
-rw-r--r--home/printer.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/home/pokemon.asm b/home/pokemon.asm
index 40b442fc0..edf17e7af 100644
--- a/home/pokemon.asm
+++ b/home/pokemon.asm
@@ -267,7 +267,7 @@ GetBaseData::
jr .end
.egg
- ld de, UnusedEggFrontpic
+ ld de, UnusedEggPic
; Sprite dimensions
ld b, $55 ; 5x5
diff --git a/home/printer.asm b/home/printer.asm
index 9747713c7..745399a5d 100644
--- a/home/printer.asm
+++ b/home/printer.asm
@@ -23,7 +23,7 @@ AskSerial::
xor a
ld [hl], a
- ld a, 12
+ ld a, $0c
ld [wPrinterOpcode], a
; handshake