diff options
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r-- | src/engine/home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index 7a63b7e..959f35c 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -8888,7 +8888,7 @@ GetCardType: ; 2f32 (0:2f32) pop hl ret -; return in a the 2-byte text id of the name of the card with id at e +; return in de the 2-byte text id of the name of the card with id at e GetCardName: ; 2f45 (0:2f45) push hl call GetCardPointer |