Talk:ItemDex/RB:089

From Glitch City Wiki
Latest comment: 1 month ago by GLiamRB in topic A bootstrap that works
Jump to navigation Jump to search

A bootstrap that works

It uses boxed pokemon.

List:

Spearow

Machoke

Slowpoke

Parasect

Onix

c 7 (E9)


Z80 Code:

dec b (filler)

add hl, hl (hl = F4CB)

dec h (hl = F3CB)

ld l, 22 (hl = F322)

jp hl (PC now at F322, echo ram for D322, 3rd inventory item!) GLiamRB (talk) 14:57, 25 March 2024 (UTC)Reply[reply]

Note: Some numbers of pokemon in PC can mess up code, example: 17 (ld de, xxyy). for this reason, either use ACE to add something like 06 to DA7F, or add a clefairy or something in between spearow and machoke GLiamRB (talk) 15:05, 25 March 2024 (UTC)Reply[reply]