Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. * NewDenverCity (~Denver@CA6F9BF8:E17E13C8:DB0D5CB4:IP) has joined
  2. <Camerupt> ayy
  3. <NewDenverCity> Camerupt: i'm going away until the 10th for business, just a reminder
  4. <Camerupt> alright, i can work on a ton of trainers in that time
  5. <padz> im going away until the memeth for andness, just a reminder
  6. <Camerupt> for double battles, does the first number in the three on the script change
  7. <Camerupt> the one that says it controls battle type
  8. <NewDenverCity> are you talking about the macro or the struct?
  9. <Camerupt> trainerbattle 0, 1, 0, before, after
  10. <Camerupt> 0 - battle type 1-trainer number 0-additional value
  11. <NewDenverCity> oh, yeah, it'd be either 3 or four i believe
  12. <Camerupt> for a double battle? i looked on deigo's tutorial and it didn't say anything about it
  13. <NewDenverCity> let me show you spherical's trainerbattle thing. also, you can't have numbers be the start of labels btw
  14. <NewDenverCity> i'm not sure if that's how it is in armips, but devkitarm stops if it has a number as the start of a lable.
  15. <Camerupt> fucc so i have to go back and change those ones i did today
  16. <ChemicalMan> fuck you camerupt look for fluffy snakes yourself
  17. <Camerupt> good thing i only did a few, to test the waters
  18. <padz> it does change
  19. <padz> i think you should do trainerbattle_double instead of trainerbattle 3 or whatever
  20. <padz> in fact, youll have to, because armips doesnt even do variable args
  21. <NewDenverCity> i wrote trainerbattle1, trainerbattle2, etc
  22. <NewDenverCity> i didn't know devkitarm did that either tbh
  23. <padz> the best time to name stuff is as soon as possible
  24. <NewDenverCity> http://sphericalice.com/romhacking/documents/script/index.html#c-5C here's how the trainerbattle table works
  25. <padz> devkitarm doesnt care if you dont pass enough args, only if you dont pass an arg that gets used
  26. <Camerupt> thanks NDC
  27. <Camerupt> i'll redo those trainers tomorrow and do more of them
  28. <NewDenverCity> ah, ok.
  29. <Camerupt> i only did a few today to make sure i was doing them right before getting carried away
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement