Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "stubs_asm.h"
- // guessed from sub_FF863170
- DEF(recreview_hold, 0x000027E4)
- // 0xff883c54 (0x32d4), 0xff883c90 (0x54); see ixus140 0xff0a7858, 0xff0a7890
- //DEF(viewport_fb_d, 0x00003328)
- // see NRTBL.SetDarkSubType, ineffective for the next photo (it 'lags')
- DEF(_nrflag, 0xa4c8)
- // guessed by comparing with a2500 and ixus140
- DEF(active_viewport_buffer, 0x2108)
- // search for "Window_EmergencyRefresh" (compare to ixus140)
- DEF(bitmap_buffer, 0x3A9C) // @0xFF8A32F8 (0x3a78) + @0xFF8A3308 (0x24)
- DEF(active_bitmap_buffer, 0x3A98) // 0x3A78 + 0x20
- // guess by comparing with a2500 and searching for Palette Class.
- // 5 = play mode, 0 = rec, 3 = help, 4 = mode selection, 6 = menu
- DEF(active_palette_buffer, 0x7C0C)
- DEF(palette_buffer_ptr, 0x7C10) // add 0x4
- // DEF(palette_control, 0x3AB8) // 3AAC + 0xC around sub_FF8A2914
- // 7C0C - 0x8 and around sub_FF8A2914, compare to ixus140, search for "Window Instance"
- DEF(palette_control, 0x7C04)
- DEF(file_counter_var, 0x6b4c) // found by searching for "FileBackupProperty.c"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement