From 38ac7a22c3a4a0dc00a55db38330d1740492a7a5 Mon Sep 17 00:00:00 2001 From: ElectroDeoxys Date: Sat, 5 Jun 2021 16:52:54 +0100 Subject: Minor corrections --- src/constants/npc_constants.asm | 2 +- src/engine/bank06.asm | 2 +- 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] -- cgit v1.2.3