Talk:ItemDex/RB:089: Difference between revisions

From Glitch City Wiki
Latest comment: 2 months ago by GLiamRB in topic A bootstrap that works
Jump to navigation Jump to search
Content added Content deleted
 
 
Line 29: Line 29:


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

: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 [[User:GLiamRB|GLiamRB]] ([[User talk:GLiamRB|talk]]) 15:05, 25 March 2024 (UTC)

Latest revision as of 15:05, 25 March 2024

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]