diff options
author | dannye <33dannye@gmail.com> | 2021-02-02 23:17:30 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-02-02 23:17:50 -0600 |
commit | dd304349c3e19bfe5d3cec3666367cc561b2d833 (patch) | |
tree | 920cd2e9c76d78cf764d8dbc9165134be309d789 /src/engine/home.asm | |
parent | d9b38ec4f18f96e3bef4b38c451fff0303f1b671 (diff) |
Enumerate all event var values
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 944a99f..2ac0f78 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 |