Advertisement
Lunos

National Dex - All Seen

Feb 9th, 2021
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #dynamic 0x800000
  2. #org @Start
  3. lockall
  4. setvar 0x8004 0x1
  5. special 0x163
  6. call @loop
  7. setflag 0x829
  8. special 0x16F
  9. releaseall
  10. end
  11.  
  12. #org @loop
  13. addvar 0x8004 0x1
  14. special 0x163
  15. compare 0x8004 0x19C
  16. if 0x0 goto @loop
  17. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement