Advertisement
Hollow_CORE

Sonic 3 AIR S3C Level Select Plus Code

May 17th, 2023 (edited)
213
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. function string ExtraChar.getCharacterName(u8 xtrachar)
  2. {
  3. if (xtrachar == TheSlotNumberOfYourExtraSlotCharacter)
  4. return "the name of the char"
  5. return base.ExtraChar.getCharacterName(xtrachar)
  6. }
  7. function string RenderExtraCharIcon(u8 xtrachar)
  8. {
  9. if (xtrachar == TheSlotNumberOfYourExtraSlotCharacter)
  10. return "an alternative name for the char"
  11.  
  12. return base.RenderExtraCharIcon(xtrachar)
  13. }
Advertisement
Comments
  • Hollow_CORE
    1 year (edited)
    # text 0.16 KB | 0 0
    1. please keep in mind the stuff that says "slot number of extra slot character" "name of char" and etc must be replaced with the stuff like what it tells you to do
Add Comment
Please, Sign In to add comment
Advertisement