mirror of
https://github.com/mi57730/a2d.git
synced 2024-11-25 10:30:50 +00:00
Merge remote-tracking branch 'origin/disasm'
This commit is contained in:
commit
31b4964738
File diff suppressed because it is too large
Load Diff
@ -950,7 +950,9 @@ filename_buf:
|
||||
|
||||
LE05B: .byte 0
|
||||
LE05C: .byte 0 ; flag - always set to 0 ???
|
||||
LE05D: .byte 0 ; counter of some sort ???
|
||||
|
||||
process_depth:
|
||||
.byte 0 ; tracks recursion depth
|
||||
|
||||
;;; Number of file entries per directory block
|
||||
num_entries_per_block:
|
||||
@ -997,12 +999,14 @@ LE202: .res 24, 0 ; addr table
|
||||
.byte $00
|
||||
|
||||
;; DT_HIGHLIGHT_ICON params
|
||||
LE22B: .byte 0
|
||||
icon_param2:
|
||||
.byte 0
|
||||
|
||||
LE22C: .byte 0
|
||||
|
||||
;; DT_HIGHLIGHT_ICON params
|
||||
LE22D: .byte 0
|
||||
icon_param3:
|
||||
.byte 0
|
||||
|
||||
;; DT_UNHIGHLIGHT_ICON params
|
||||
LE22E:
|
||||
|
@ -1245,7 +1245,7 @@ L9BFC: jsr L9DA7
|
||||
rts
|
||||
|
||||
L9C09: sta warning_dialog_num
|
||||
yax_call desktop_main::launch_dialog, $0C, warning_dialog_num
|
||||
yax_call desktop_main::invoke_dialog_proc, $0C, warning_dialog_num
|
||||
rts
|
||||
|
||||
DEFINE_OPEN_PARAMS open_params, $1C00, $800
|
||||
|
Loading…
Reference in New Issue
Block a user