From a4339827496610a384381ada93ec2a2b8bdb0f0d Mon Sep 17 00:00:00 2001 From: Vortyne <104168801+Vortyne@users.noreply.github.com> Date: Sun, 4 Aug 2024 22:51:07 -0400 Subject: Fix comment about auto text box drawing (#458) Actually, setting bit 0 of this byte disables auto text box drawing on calling DisplayTextID. See https://github.com/pret/pokered/blob/6e3ab0a9e97ff14123ac65f56cb4b4ddab45b695/engine/menus/display_text_id_init.asm#L7 --- ram/wram.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ram/wram.asm b/ram/wram.asm index ef23aabf..8bfbfcf4 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -976,7 +976,7 @@ wBoughtOrSoldItemInMart:: db ; $02 - draw wBattleResult:: db -; bit 0: if set, DisplayTextID automatically draws a text box +; bit 0: if set, prevents DisplayTextID from automatically drawing a text box wAutoTextBoxDrawingControl:: db ; used in some overworld scripts to vary scripted movement -- cgit v1.3.1-sl0p