diff options
author | Andrew Martinek <andrewrmartinek@gmail.com> | 2020-12-19 00:55:39 -0500 |
---|---|---|
committer | Andrew Martinek <andrewrmartinek@gmail.com> | 2020-12-19 00:55:39 -0500 |
commit | ef676eb46802db828ec831e95a6d26ae4e977c36 (patch) | |
tree | 81b4a84d4c5578286dd16cb5d0e227d02738e1bc /src/engine/home.asm | |
parent | 4f85f94a0eb08cdbf719a2d96d5b69537d0a72e8 (diff) |
Added more macros, changed the name of a couple
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 ff887fd..d04081e 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -5280,7 +5280,7 @@ CopyOpponentName: ; 1c8e (0:1c8e) jp CopyText ; return, in hl, the total amount of cards owned anywhere, including duplicates -GetRawAmountOfCardsOwned: ; 1caa (0:1caa) +GetAmountOfCardsOwned: ; 1caa (0:1caa) push de push bc call EnableSRAM |