diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-02-08 13:16:13 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-08 13:16:13 +0100 |
commit | 1e2c95d35bb4c6fc66182e873caf415862c7da08 (patch) | |
tree | 2c2b19c8ff7e0421ec1696b2e61c6f31437329f4 /src/data | |
parent | ba9075ff6e0537ab27e40a233aa28a976b0731d1 (diff) |
Misc formatting and labeling
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/npcs.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |