diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-06-05 16:52:54 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-06-05 16:52:54 +0100 |
commit | 38ac7a22c3a4a0dc00a55db38330d1740492a7a5 (patch) | |
tree | 378acc29db24462199770c038b7ec70208e1ec0e | |
parent | a69683c9fb19c90d38d356229a9245ae45bf4ab8 (diff) |
Minor corrections
-rw-r--r-- | src/constants/npc_constants.asm | 2 | ||||
-rw-r--r-- | 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] |