summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/constants/npc_constants.asm2
-rw-r--r--src/engine/bank06.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/constants/npc_constants.asm b/src/constants/npc_constants.asm
index 8743548..0aa3ad7 100644
--- a/src/constants/npc_constants.asm
+++ b/src/constants/npc_constants.asm
@@ -75,7 +75,7 @@ NPC_DATA_LENGTH EQU const_value
const JESSICA_PIC ; $27
const STEPHANIE_PIC ; $28
const AARON_PIC ; $29
- const LINK_OPP_PIC ; $29
+ const LINK_OPP_PIC ; $2a
const_def 1
const NPC_DRMASON ; $01
diff --git a/src/engine/bank06.asm b/src/engine/bank06.asm
index fc0117e..037c2cb 100644
--- a/src/engine/bank06.asm
+++ b/src/engine/bank06.asm
@@ -3780,7 +3780,7 @@ _PrintCardList: ; 1a270 (6:6270)
call AddToPrinterGfxBuffer
ret
-; load's this card's type icon and text
+; loads this card's type icon and text
; if it's a new card type that hasn't been printed yet
.LoadCardTypeEntry
ld a, [wLoadedCard1Type]