mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-22 06:19:54 -04:00
Document number input display and control functions (#1840)
This commit is contained in:
@@ -2823,14 +2823,14 @@ Message_ShouldAdvance = 0x80147624; // type:func
|
||||
Message_ShouldAdvanceSilent = 0x80147734; // type:func
|
||||
Message_CloseTextbox = 0x801477B4; // type:func
|
||||
Message_DrawTextboxIcon = 0x80147818; // type:func
|
||||
func_80147F18 = 0x80147F18; // type:func
|
||||
func_80148558 = 0x80148558; // type:func
|
||||
Message_HighlightInputDigitAtCursor = 0x80147F18; // type:func
|
||||
Message_HighlightAllInputDigits = 0x80148558; // type:func
|
||||
Message_HandleChoiceSelection = 0x80148B98; // type:func
|
||||
Message_DrawChoiceIcon = 0x80148CBC; // type:func
|
||||
func_80148D64 = 0x80148D64; // type:func
|
||||
func_80149048 = 0x80149048; // type:func
|
||||
func_801491DC = 0x801491DC; // type:func
|
||||
func_80149454 = 0x80149454; // type:func
|
||||
Message_ControlBankInput = 0x80148D64; // type:func
|
||||
Message_ControlDoggyRaceBetInput = 0x80149048; // type:func
|
||||
Message_ControlBomberCodeInput = 0x801491DC; // type:func
|
||||
Message_ControlLotteryCodeInput = 0x80149454; // type:func
|
||||
func_801496C8 = 0x801496C8; // type:func
|
||||
Message_DrawTextChar = 0x8014995C; // type:func
|
||||
Message_GrowTextbox = 0x80149C18; // type:func
|
||||
|
||||
@@ -2340,14 +2340,14 @@ asm/non_matchings/code/z_message/Message_ShouldAdvance.s,Message_ShouldAdvance,0
|
||||
asm/non_matchings/code/z_message/Message_ShouldAdvanceSilent.s,Message_ShouldAdvanceSilent,0x80147734,0x20
|
||||
asm/non_matchings/code/z_message/Message_CloseTextbox.s,Message_CloseTextbox,0x801477B4,0x19
|
||||
asm/non_matchings/code/z_message/Message_DrawTextboxIcon.s,Message_DrawTextboxIcon,0x80147818,0x1C0
|
||||
asm/non_matchings/code/z_message/func_80147F18.s,func_80147F18,0x80147F18,0x190
|
||||
asm/non_matchings/code/z_message/func_80148558.s,func_80148558,0x80148558,0x190
|
||||
asm/non_matchings/code/z_message/Message_HighlightInputDigitAtCursor.s,Message_HighlightInputDigitAtCursor,0x80147F18,0x190
|
||||
asm/non_matchings/code/z_message/Message_HighlightAllInputDigits.s,Message_HighlightAllInputDigits,0x80148558,0x190
|
||||
asm/non_matchings/code/z_message/Message_HandleChoiceSelection.s,Message_HandleChoiceSelection,0x80148B98,0x49
|
||||
asm/non_matchings/code/z_message/Message_DrawChoiceIcon.s,Message_DrawChoiceIcon,0x80148CBC,0x2A
|
||||
asm/non_matchings/code/z_message/func_80148D64.s,func_80148D64,0x80148D64,0xB9
|
||||
asm/non_matchings/code/z_message/func_80149048.s,func_80149048,0x80149048,0x65
|
||||
asm/non_matchings/code/z_message/func_801491DC.s,func_801491DC,0x801491DC,0x9E
|
||||
asm/non_matchings/code/z_message/func_80149454.s,func_80149454,0x80149454,0x9D
|
||||
asm/non_matchings/code/z_message/Message_ControlBankInput.s,Message_ControlBankInput,0x80148D64,0xB9
|
||||
asm/non_matchings/code/z_message/Message_ControlDoggyRaceBetInput.s,Message_ControlDoggyRaceBetInput,0x80149048,0x65
|
||||
asm/non_matchings/code/z_message/Message_ControlBomberCodeInput.s,Message_ControlBomberCodeInput,0x801491DC,0x9E
|
||||
asm/non_matchings/code/z_message/Message_ControlLotteryCodeInput.s,Message_ControlLotteryCodeInput,0x80149454,0x9D
|
||||
asm/non_matchings/code/z_message/func_801496C8.s,func_801496C8,0x801496C8,0xA5
|
||||
asm/non_matchings/code/z_message/Message_DrawTextChar.s,Message_DrawTextChar,0x8014995C,0xAF
|
||||
asm/non_matchings/code/z_message/Message_GrowTextbox.s,Message_GrowTextbox,0x80149C18,0xA9
|
||||
|
||||
|
Reference in New Issue
Block a user