diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-17 11:09:02 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-17 11:09:02 -0500 |
commit | 9b3c45b14d40d084b6301129d25376ee115b25ad (patch) | |
tree | 70b6dc198e201c9df6dc266c9676ebb55a8153c4 /data | |
parent | cd3fb2ca724475df55f2a2f908761d100bcf2a4b (diff) |
Resolve some "???" comments
Diffstat (limited to 'data')
-rw-r--r-- | data/player_names.asm | 2 | ||||
-rw-r--r-- | data/predef_pointers.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/player_names.asm b/data/player_names.asm index d537af5dc..8d1b6ef51 100644 --- a/data/player_names.asm +++ b/data/player_names.asm @@ -33,5 +33,5 @@ FemalePlayerNameArray: db "AMANDA@" db "JUANA@" db "JODI@" - db 2 ; displacement + db 2 ; title indent db " NAME @" ; title diff --git a/data/predef_pointers.asm b/data/predef_pointers.asm index b7b034c91..d96e01927 100644 --- a/data/predef_pointers.asm +++ b/data/predef_pointers.asm @@ -81,4 +81,4 @@ PredefPointers:: add_predef AnimateFrontpic add_predef Unused_HOF_AnimateAlignedFrontpic add_predef HOF_AnimateFrontpic - dbw -1, InexplicablyEmptyFunction ; ??? + dbw -1, DummyEndPredef ; pointless |