diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-06 18:09:25 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-06 18:09:25 -0400 |
commit | d2ffdbf7ea6c6c92bd8ccbfd8405ec66e42ffd96 (patch) | |
tree | 7458a786cd585489b31136d389da285851e02540 /engine/items | |
parent | 5838d479a2859ca17c0a0f2e88e0ead9644343c8 (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 45c3dfcf..7a808f61 100644 --- a/engine/items/buy_sell_toss.asm +++ b/engine/items/buy_sell_toss.asm @@ -139,7 +139,8 @@ BuySellToss_UpdateQuantityDisplay: push de ret -ret_24ff3: +NoPriceToDisplay: +; Does nothing. ret DisplayPurchasePrice: @@ -202,7 +203,7 @@ BuySell_DisplaySubtotal: TossItem_MenuHeader: db MENU_BACKUP_TILES ; flags menu_coords 15, 9, SCREEN_WIDTH - 1, TEXTBOX_Y - 1 - dw ret_24ff3 + dw NoPriceToDisplay db 0 ; default option BuyItem_MenuHeader: diff --git a/engine/items/mart.asm b/engine/items/mart.asm index 3e7ffc0e..16bb9c33 100644 --- a/engine/items/mart.asm +++ b/engine/items/mart.asm @@ -750,8 +750,8 @@ MartSellPriceText: text_far _MartSellPriceText text_end -.UnusedString161d2: - db "!ダミー!@" +UnusedDummyString: ; unreferenced + db "!ダミー!@" ; "!Dummy!" MartWelcomeText: text_far _MartWelcomeText |