*hacker voice* hacker voice i'm in
I wrote some code to set the quantity of the item in your second slot to 255. It's a little bit useless since you need two stacks of items with more than 99 things in them, so clearly you already have an item duplication method. Additionally, very similar code already exists to do the same for the item in your /first/ slot. But I wanted to try my hand at this myself. :)
The code is:
Burn Heal x43
Ice Heal x114
Revive x201
That's 0C 2B 0D 72 35 C9, or:
inc c Together with line 3, this makes a nop
dec hl Store the address of slot 2's quantity in hl
dec c Together with line 1, this makes a nop
ld (hl),d Store the value of register d in the address pointed to by hl (d always contains 0)
dec (hl) Decrease the value of the address pointed to by hl by 1 (underflow to 255)
ret Return to the game's code
Other Videos By Holly McFarland
2017-01-18 | quality drinking animation |
2017-01-17 | second life is good actually |
2017-01-17 | dissapointment |
2017-01-17 | Family Feud TAS Tribute |
2017-01-15 | ultra_hard.bin |
2017-01-14 | n++ is fun as hell and i'm godawful at it |
2017-01-11 | i'm so good at this video game |
2017-01-07 | hahaha nerrrrd |
2017-01-02 | 8f gone wild |
2017-01-02 | coordinate 8F |
2016-12-29 | *hacker voice* hacker voice i'm in |
2016-12-26 | surfing pikachu |
2016-12-07 | we are number one but every time i'm supposed to be good at rock band i'm bad at rock band |
2016-12-05 | vs champion |
2016-12-03 | Ping Pong The Animation: Episode 1 |
2016-11-30 | Wii MotionPlus Instruction Video Feat. Special Guest NAND Emulation Errors |
2016-11-24 | Rock Band 3 Custom Song: G.I.N.A.S.F.S. - Fall Out Boy |
2016-11-07 | absolutely what usually happens when you open the mii channel |
2016-10-31 | Multiple "Verification Complete" jingles in Shenzhen I/O? |
2016-10-28 | Crescendo [WIP] |
2016-10-13 | Rhythm Heaven Exhibition Match in Shenzhen I/O [2.0] |