From 1e2c95d35bb4c6fc66182e873caf415862c7da08 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Thu, 8 Feb 2018 13:16:13 +0100 Subject: Misc formatting and labeling --- src/data/npcs.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/data') diff --git a/src/data/npcs.asm b/src/data/npcs.asm index c6f4e4d..d7a3a61 100644 --- a/src/data/npcs.asm +++ b/src/data/npcs.asm @@ -1,5 +1,5 @@ ; When you press the a button in front of something it will find a data entry somewhere on this list -; it will then jump to the pointer in the data item. All jumps lead to an RST20 operation. +; it will then jump to the pointer in the data item. All jumps lead to an RST20 operation. PointerTable_118f5: dw Data_119dd dw Data_119dd @@ -529,7 +529,7 @@ AmandaData: dw OWSequence_Amanda ; Pointer to NPC Data db $bd db $03 - db AMANDA_PIC + db AMANDA_PIC ; battle profile picture db $23 db $03 db $15 -- cgit v1.2.3