PikalaxALT

Pokered Map Script Macros

Jul 26th, 2016
3,203
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. scriptpointer: MACRO
  2. ; scriptpointer mapName, scriptPointer
  3. \1Script_\2:
  4.     dw \2
  5.     endm
  6.  
  7. doscript: MACRO
  8. ; doscript mapName, scriptPointer
  9.     ld a, (\1Script_\2 - \1ScriptPointers) / 2
  10.     ld [w\1CurScript], a
  11.     endm
  12.  
  13. dmaptext: MACRO
  14. ; dmaptext mapName, textPointer
  15. \1Text_\2:
  16.     dw \2
  17.     endm
  18.  
  19. maptext: MACRO
  20. ; maptext mapName, textPointer
  21.     ld a, (\1Text_\2 - \1TextPointers) / 2
  22.     ld [hSpriteIndexOrTextID], a
  23.     call DisplayTextID
  24.     endm
  25.  
  26. trainer_header: MACRO
  27. ; trainer_header eventFlag, sightRange, textBefore, textAfter, textWin, textLose[, flagOffset]
  28. IF _NARG > 6
  29.     dbEventFlagBit \1, \7
  30.     db (\2 << 4) ; trainer's view range
  31.     dw EventFlagAddress \1, \7
  32. ELSE
  33.     dbEventFlagBit \1
  34.     db (\2 << 4) ; trainer's view range
  35.     dw EventFlagAddress \1
  36. ENDC
  37.     dw \3 ; TextBeforeBattle
  38.     dw \4 ; TextAfterBattle
  39.     dw \5 ; TextEndBattle
  40.     dw \6 ; TextEndBattle
  41.     endm
Advertisement
Comments
  • Quinrilir
    69 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • User was banned
Add Comment
Please, Sign In to add comment