Jump to content

User:Zeroman/Write to WRAM using the item pack: Difference between revisions

no edit summary
(Created page with " == Functions == === Write to memory == === Reset the value and address === This is used to reset the address and value you wanna write (to). It resets the address and value to DFFF and FF, respectively. == The item bag == As items: item 1: 4F (0x59), x255 item 2: item 0x6B, x255 item 3: Carbos (0x26), x(first byte of address) item 4: X Accuracy (0x2E), x(second byte of address) item 5: Lemonade (0x3E), x(value) item 6: Item 0x77, x201 item 7: Carbos (0x26), x211 item...")
 
No edit summary
Line 10:
== The item bag ==
As items:
*item 1: 4F (0x59), x255
*item 2: item 0x6B, x255
*item 3: Carbos (0x26), x(first byte of address)
*item 4: X Accuracy (0x2E), x(second byte of address)
*item 5: Lemonade (0x3E), x(value)
*item 6: Item 0x77, x201
*item 7: Carbos (0x26), x211
*item 8: X Accuracy (0x2E), x255
*item 9: Lemonade (0x3E), x255
*item 10: ItemTM01 0x77(0xC9), x201x(any, but preferably 99)
END OF LIST
 
Line 48:
* ld l, $23
* ld a, $FF
* ld (hl), a
* ret
 
39

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.