December 13, 2019, 02:24:27 am
0 Members and 1 Guest are viewing this topic.
Is it possible to rewrite ROM data with arbitrary code? If not, how many different sections of RAM can you use to use 8F/w sm?
If you try to write to the ROM with w sm, nothing will happen.
ld [$2000],a
; Initial hl = D163$D163 <- 05 || dec b$D164 <- 24 || inc h ; h = D2$D165 <- 2e ||$D166 <- 22 || ld l, 22 ; l = 22 $D167 <- 18 || $D168 <- 02 || jr 2 ; pc = D16B$D16B <- 24 || inc h ; h = D3$D16C <- 00 || nop$D16D <- e9 || jp hl ; pc = D322
Five HP Ups will give it 234 HP, but problem is the Pokémon on Route 1 tend to deal 2 or 3 damage. I don't know if it's possible for them to deal 1 HP, but you'd probably have to have stat experience/good DVs on the Pidgey's Defense.
Quote from: Torchickens on April 16, 2014, 07:49:53 amFive HP Ups will give it 234 HP, but problem is the Pokémon on Route 1 tend to deal 2 or 3 damage. I don't know if it's possible for them to deal 1 HP, but you'd probably have to have stat experience/good DVs on the Pidgey's Defense.Just make it poisoned, heal it to 234 HP, then walk 4 steps.
When I write Z80 ASM, how do I turn it into hex codes?
Thanks. I think I'm going to write my own assembler to make stuff easier...EDIT: The compiler is live online!
Why wouldn't we make the code jump into the PC items so we can get more space?