Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. #include "stubs_asm.h"
  2.  
  3. // guessed from sub_FF863170
  4. DEF(recreview_hold, 0x000027E4)
  5.  
  6. // 0xff883c54 (0x32d4), 0xff883c90 (0x54); see ixus140 0xff0a7858, 0xff0a7890
  7. //DEF(viewport_fb_d, 0x00003328)
  8.  
  9. // see NRTBL.SetDarkSubType, ineffective for the next photo (it 'lags')
  10. DEF(_nrflag, 0xa4c8)
  11.  
  12. // guessed by comparing with a2500 and ixus140
  13. DEF(active_viewport_buffer, 0x2108)
  14.  
  15. // search for "Window_EmergencyRefresh" (compare to ixus140)
  16. DEF(bitmap_buffer, 0x3A9C) // @0xFF8A32F8 (0x3a78) + @0xFF8A3308 (0x24)
  17. DEF(active_bitmap_buffer, 0x3A98) // 0x3A78 + 0x20
  18.  
  19. // guess by comparing with a2500 and searching for Palette Class.
  20. // 5 = play mode, 0 = rec, 3 = help, 4 = mode selection, 6 = menu
  21. DEF(active_palette_buffer, 0x7C0C)
  22. DEF(palette_buffer_ptr, 0x7C10) // add 0x4
  23. // DEF(palette_control, 0x3AB8) // 3AAC + 0xC around sub_FF8A2914
  24. // 7C0C - 0x8 and around sub_FF8A2914, compare to ixus140, search for "Window Instance"
  25. DEF(palette_control, 0x7C04)
  26.  
  27. DEF(file_counter_var, 0x6b4c) // found by searching for "FileBackupProperty.c"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement