diff options
| -rw-r--r-- | ram/wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
