diff options
author | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-17 07:38:57 -0400 |
---|---|---|
committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-17 07:38:57 -0400 |
commit | 2cb260953de9bc2f05e7016427b4d8e57c451fab (patch) | |
tree | c094a8e024b4645a3f826866c939ea3f5630db11 /engine/items | |
parent | 0ddae2eac07d890bad3bfe79fa9e59cb9d214040 (diff) |
Added constants, removed TODOs to health.asm
Diffstat (limited to 'engine/items')
-rwxr-xr-x | engine/items/inventory.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/inventory.asm b/engine/items/inventory.asm index 729ba45..9524d70 100755 --- a/engine/items/inventory.asm +++ b/engine/items/inventory.asm @@ -1,6 +1,6 @@ INCLUDE "constants.asm"
-SECTION "AddItemToInventory_", ROMX[$4AA1], BANK[$03]
+SECTION "Inventory", ROMX[$4AA1], BANK[$03]
_ReceiveItem: ; 03:4AA1
call DoesHLEqualwNumBagItems
|