Notable Breakpoints: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
==Pokemon DP (U)== | ==Pokemon DP (U)== | ||
{|style="border: 1px solid #999; border-collapse: collapse;" | {|border="1" style="border: 1px solid #999; border-collapse: collapse;" | ||
!Address | !Address | ||
!Description | !Description | ||
!Discovered by | !Discovered by | ||
|- | |-style="background: #eee;" align="center" | ||
|0201B9EC | |0201B9EC | ||
|PRNG | |PRNG | ||
|[[loadingNOW]], [[tsanth]] | |[[loadingNOW]], [[tsanth]] | ||
|- | |-style="background: #eee;" align="center" | ||
|02038B70 | |02038B70 | ||
|Script Handler | |Script Handler | ||
|[[loadingNOW]] | |[[loadingNOW]] | ||
|- | |-style="background: #eee;" align="center" | ||
|0205E40C | |0205E40C | ||
|Pokeradar Routine | |Pokeradar Routine | ||
|[[loadingNOW]], [[tsanth]] | |[[loadingNOW]], [[tsanth]] | ||
|- | |-style="background: #eee;" align="center" | ||
|020EBC80 | |020EBC80 | ||
|Division routine; R0= R0 / R1, R1=R0%R1 | |Division routine; R0= R0 / R1, R1=R0%R1 | ||
|[[tsanth]], [[SCV]] | |[[tsanth]], [[SCV]] | ||
|- | |-style="background: #eee;" align="center" | ||
|021F4DA8 | |021F4DA8 | ||
|Beginning of Honey Tree Routine | |Beginning of Honey Tree Routine | ||
|[[SCV]] | |[[SCV]] | ||
|- | |-style="background: #eee;" align="center" | ||
|0223C1EE | |0223C1EE | ||
|Pokeball catching routine | |Pokeball catching routine | ||
|[[tsanth]] | |[[tsanth]] | ||
|- | |-style="background: #eee;" align="center" | ||
|0223BAD4 | |0223BAD4 | ||
|Wild Encounter Check | |Wild Encounter Check | ||
|[[tsanth]] | |[[tsanth]] | ||
|} |
Revision as of 17:10, 2 March 2009
This page contains RAM addresses to various interesting and useful processes of Pokemon DPP.
Breakpoints can be set at these addresses.
Inspiration
This page is inspired by tsanth's thread with the same name on gamefaqs: [1]
Pokemon DP (U)
Address | Description | Discovered by |
---|---|---|
0201B9EC | PRNG | loadingNOW, tsanth |
02038B70 | Script Handler | loadingNOW |
0205E40C | Pokeradar Routine | loadingNOW, tsanth |
020EBC80 | Division routine; R0= R0 / R1, R1=R0%R1 | tsanth, SCV |
021F4DA8 | Beginning of Honey Tree Routine | SCV |
0223C1EE | Pokeball catching routine | tsanth |
0223BAD4 | Wild Encounter Check | tsanth |