Add add_tm macro, and change all name lists to be li or dname (#207)

This commit is contained in:
Alieneer
2026-08-27 18:44:24 -04:00
committed by GitHub
parent b93a1014dc
commit f0f8de82e7
6 changed files with 646 additions and 640 deletions

View File

@@ -929,12 +929,12 @@ endr
db "ゴールド@@" ; "GOLD@@"
.ItemTable_Old: ; unreferenced, used in pokeyellow but hasn't been updated to fit the new item constants
db ITEM_03, 99
db ITEM_GREAT_BALL, 99
db ITEM_ICE_HEAL, 99
db ITEM_HYPER_POTION, 99
db ITEM_SUPER_POTION, 99
db ITEM_POTION, 99
db ITEM_ESCAPE_ROPE, 99
db ITEM_REPEL, 99
db ITEM_GREAT_BALL_RED, 99
db ITEM_POKE_BALL_RED, 99
db ITEM_ANTIDOTE_RED, 99
db ITEM_FULL_RESTORE_RED, 99
db ITEM_MAX_POTION_RED, 99
db ITEM_HYPER_POTION_RED, 99
db ITEM_SUPER_POTION_RED, 99
db ITEM_POTION_RED, 99
db -1