diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-06 18:09:33 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-06 18:09:33 -0400 |
commit | 2e90df15b76050c825f6c0b96c88453feec8f3dd (patch) | |
tree | 7370a11f6a1d961eeb180066ca34cc7c5c2bda58 /engine/items | |
parent | cf26f559857de7317900578c21c2e8727964d36c (diff) |
Update battle anim bg function comments, and identify more unnamed labels
Diffstat (limited to 'engine/items')
-rw-r--r-- | engine/items/buy_sell_toss.asm | 5 | ||||
-rw-r--r-- | engine/items/mart.asm | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/engine/items/buy_sell_toss.asm b/engine/items/buy_sell_toss.asm index 1ed31ada2..84b42cf4f 100644 --- a/engine/items/buy_sell_toss.asm +++ b/engine/items/buy_sell_toss.asm @@ -141,7 +141,8 @@ BuySellToss_UpdateQuantityDisplay: call FarCall_de ret -ret_25097: +NoPriceToDisplay: +; Does nothing. ret DisplayPurchasePrice: @@ -204,7 +205,7 @@ BuySell_DisplaySubtotal: TossItem_MenuHeader: db MENU_BACKUP_TILES ; flags menu_coords 15, 9, SCREEN_WIDTH - 1, TEXTBOX_Y - 1 - dw ret_25097 + dw NoPriceToDisplay db 0 ; default option BuyItem_MenuHeader: diff --git a/engine/items/mart.asm b/engine/items/mart.asm index b8c32c203..b74fa79a6 100644 --- a/engine/items/mart.asm +++ b/engine/items/mart.asm @@ -804,8 +804,8 @@ MartSellPriceText: text_far _MartSellPriceText text_end -.UnusedString15f7d: - db "!ダミー!@" +UnusedDummyString: ; unreferenced + db "!ダミー!@" ; "!Dummy!" MartWelcomeText: text_far _MartWelcomeText |