summaryrefslogtreecommitdiff
path: root/engine/items
diff options
context:
space:
mode:
authorPokeglitch <pokeglitchx@gmail.com>2018-06-17 07:38:57 -0400
committerPokeglitch <pokeglitchx@gmail.com>2018-06-17 07:38:57 -0400
commit2cb260953de9bc2f05e7016427b4d8e57c451fab (patch)
treec094a8e024b4645a3f826866c939ea3f5630db11 /engine/items
parent0ddae2eac07d890bad3bfe79fa9e59cb9d214040 (diff)
Added constants, removed TODOs to health.asm
Diffstat (limited to 'engine/items')
-rwxr-xr-xengine/items/inventory.asm2
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