Ok I wanted to change the tips on sd card and home menu. I was able to changes these with out problems, however I do not want to change them every time I update. So if I let the team know what changes I made if you could add it to the loader. First to change the text I went to source/language/language.c and chanced Back to HBC or Wii menu to Home Menu. and changed Reload SD to Reload SD/HD. Next I moved the tips on the home menu button. I went to source/menu.cpp and changed GuiButton homeBtn(&homeBtnImg,&homeBtnImgOver, 0, 3, THEME.home_x, THEME.home_y, &trigA, &btnSoundOver, &btnClick,1,&homeBtnTT15,-30,1,5); to GuiButton homeBtn(&homeBtnImg,&homeBtnImgOver, 0, 3, THEME.home_x, THEME.home_y, &trigA, &btnSoundOver, &btnClick,1,&homeBtnTT,-65,-30,1,5); on line 323. Thanks for any help. I am going to try and add tips to the othere buttons. But let me know if someone is already working on this, because I don't mind waiting.
PS The changes I made where from rev514. So the new rev515 will have different lines so it might not be line 323 anymore.