Advertisement
merrp

0x615 ACE Map Warps on Pokemon Emerald (JPN)

Nov 6th, 2020 (edited)
2,159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. ## 0x615 Warp Code (JPN)
  2. - For species 0x615 (21 HP 6 AT)
  3. - r1: 0206FEFE
  4. - r14: 080066FF
  5. - Replace first * with the character for map group
  6. - Replace second * with the character for map ID
  7. - [Character map](https://bulbapedia.bulbagarden.net/wiki/Character_encoding_in_Generation_III#Japanese)
  8. - Hall of Fame: Group:ID: 16:11 or 0x10:0x0B, characters: た and さ
  9. - Faraway Island Group:ID 26:56 or 0x1A:0x38
  10. - Birth Island Group:ID 26:58 or 0x1A:0x3A
  11. - Navel Rock Group:ID 26:66 or 0x1A:0X42
  12. - Southern Island Group:ID 26:09 or 0x1A:0x09
  13. ```
  14. box_01: (り ポqし♂…o)
  15. ldr r0,[pc+0x30] E59F0028 @ r0=CB2_LoadMap2+1
  16. movs r11,0x3000000 E3B0B50C
  17. box_02: ( ?』お/ゴn ) @ first and last are spaces
  18. B2AC00FF
  19. add r11,0x5000 E28BBA05
  20. box_03: (?』x/パq )
  21. B2ACFF00
  22. ldr r11,[r11+0xaec] E59BBAEC @ r11=&saveBlock1
  23. box_04: (E*Fッo )
  24. BFFF0000
  25. mov r12,xx E3A0C0xx @ r12=map group
  26. FF000000
  27. box_05: (*Rザn」FQm)
  28. add r12,xx00 E28CCCxx @ r12=group:id
  29. strh r12,[r11+4] E1CBC0B4
  30. box_06: ( ?』ナケくくた) @ first is space
  31. B2AC00FF
  32. 08085965 @ CB2_LoadMap2+1
  33. box_07: (ぁm) @ small ぁ on blue screen
  34. E12FFF10
  35. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement