ItemDex/RB:093: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(→‎Bootstrapping: Folded the old setups into a single collapsed section, and added an adaptation of the new setup for European versions.)
 
Line 21: Line 21:


For example applications of 8F, see [[Generation I item codes]]. Notice that all applications involving an item list need a bootstrap code to work.
For example applications of 8F, see [[Generation I item codes]]. Notice that all applications involving an item list need a bootstrap code to work.

During the start of the execution of 8F, the following registers and stats are expected to be constant:

*a=63
*bc=00b8
*de=0001
*hl=d163
*Flags z, n, h, c are not set
*lcdc=E3
*ie=0D
*if=F0
*spd=0
*rom=3 (FFB8; loaded ROM bank)
*ime=1
*ima=1


==Bootstrapping==
==Bootstrapping==