Advertisement
Kaphotics

X/Y exefs/code.bin notes

Aug 30th, 2014
1,283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. exefs/code.bin
  2. 0x43DB74 - Item icon map
  3. 0x43EAA8 - Pokémon icon map {
  4. MaleIconIndex uint16 // index within /a/0/9/3
  5. FemaleIconIndex uint16 // “” “” “”
  6. FormIconPointer uint32 // offset within RAM; code.bin is loaded
  7. // at 0x100000, so subtracting 0x100000
  8. // gives offset within code.bin
  9. RightIconPointer uint32 // same
  10. FormCount uint16
  11. RightCount uint16
  12. }
  13. Form/right icon pointers lead to an array of length FormCount/RightCount, respectively, of uint16 icon indices.
  14. 0x4455A8 - Pickup items
  15. 0x465A54 - nature_stat_changes[25][5]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement