diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-07-23 19:12:47 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-07-23 19:12:47 +0200 |
commit | 8ef677ec6e95ff389aff3a51881ef0413ee00cd5 (patch) | |
tree | 6988f7f4d44ce7c673af28278d6432f48021ca32 /src/wram.asm | |
parent | 0f08188206f9fc21ecc1b66da2c6d7a4895881af (diff) |
Label and document a bunch of bank 0 and 1 functions
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index e82ad32..34ccd9f 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1051,7 +1051,9 @@ wLeftmostItemCursorX:: ; cd98 wRefreshMenuCursorSFX:: ; cd99 ds $1 -wcd9a:: ; cd9a +; when printing a YES/NO menu, whether the cursor is +; initialized to the YES ($01) or to the NO ($00) item +wDefaultYesOrNo:: ; cd9a ds $1 ; used in _CopyCardNameAndLevel to keep track of the remaining space to copy the text |