summaryrefslogtreecommitdiff
path: root/src/code/title_setup.c
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2024-01-19 16:16:57 -0800
committerGitHub <noreply@github.com>2024-01-19 21:16:57 -0300
commitfe6494187ec658f10635fb7acad65a9ccc9f45ab (patch)
tree1ba42bde4781abb25ded1e63737966c5544513c8 /src/code/title_setup.c
parente32e44ff40de947c768e48e8af71b9ce1962682e (diff)
Text Extraction + some Message Docs (#1530)
* Some Decoder WIPs * Improvements * POC * Fix bss * another newline * Staff OK * Cleanup + fix progress script * script cleanup * Some docs * makefile * Extract text from extract_assets.py * More docs * Even more docs * Other message assets * Small cleanups * Clean up decoders/encoders * Message_SetupLoadItemIcon -> Message_DecodeHeader * Some more docs * Remove mkdmadata * Fade Skippable * More cmd docs * 1 left * Last notes * HS_TIMER -> HS_TIME * More general docs * Format * Note the charmap conversion for buttons in message_data_fmt_nes.h * Remove trailing whitespace * Small fixes * PR
Diffstat (limited to 'src/code/title_setup.c')
-rw-r--r--src/code/title_setup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code/title_setup.c b/src/code/title_setup.c
index 21331d6f3..7ebac28ce 100644
--- a/src/code/title_setup.c
+++ b/src/code/title_setup.c
@@ -3,9 +3,9 @@
void Setup_SetRegs(void) {
XREG(2) = 0;
- XREG(10) = 0x1A;
- XREG(11) = 0x14;
- XREG(12) = 0xE;
+ XREG(10) = 26;
+ XREG(11) = 20;
+ XREG(12) = 14;
XREG(13) = 0;
R_A_BTN_Y_OFFSET = 0;
R_MAGIC_CONSUME_TIMER_GIANTS_MASK = 80;