Latest PS3 News Forum Updates

  • News
  • Posts
  • PS3 CFW
  • PS3 Files
  • PS3 Hacks
  • PS3 Help
  • PS3 Releases
  • PS3 Themes
  • PS3 Trophies
  • PS Vita Trophies
  1. #1

    ps3jb.0.08.0001 source edited

    I got bored and thought i would play around with ps3jb.0.08.0001 source files. Didn't change any of the "core", just some simple changes to the "GUI" part. The code below is the code used to make "PS3" splash screen. This code can be applied to the ps3jb.asm file, resulting in a new logo. Also made some other changes to the splash screen as seen in the photo attached.
    Code:
    SplashImage:
           DB 13, 30
           DB 11111111b,00000011b,11110011b,11111000b
           DB 11111111b,11000111b,11110011b,11111110b
           DB 00000000b,11000110b,00000000b,00001110b
           DB 00000000b,11000110b,00000000b,00001110b
           DB 00000000b,11000110b,00000000b,00001110b
           DB 11111111b,11000110b,00000011b,11111100b
           DB 11111111b,00000110b,00000011b,11111110b
           DB 11000000b,00000110b,00000000b,00001100b
           DB 11000000b,00000110b,00000000b,00001110b
           DB 11000000b,00000110b,00000000b,00001110b
           DB 11000000b,11111110b,00000011b,11111110b
           DB 11000000b,11111100b,00000011b,11111000b
           DB 00000000b,00000000b,00000000b,00000000b
    SplashImageEnd:


    Attached Images