diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-07-22 13:57:07 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-07-22 13:57:07 +0200 |
commit | 3f1cda3933a5d474017d3b5af9193e71a88801c3 (patch) | |
tree | af20dbfe878a716979b5f66b18d98603a67f9176 /src/data | |
parent | 4fa157314c9c0f170220ac0b4b23924c081a07dd (diff) |
home.asm clean up - part 1
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/npcs.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/npcs.asm b/src/data/npcs.asm index d7a3a61..caa11af 100644 --- a/src/data/npcs.asm +++ b/src/data/npcs.asm @@ -1,4 +1,4 @@ -; When you press the a button in front of something it will find a data entry somewhere on this list +; 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. PointerTable_118f5: dw Data_119dd |