BoTW
Infinite Arrows (Gamepad) [skoolzout1]
C000001C 60000000
7C210A78 7C421278
7C631A78 7C842278
7CA52A78 7CC63278
7CE73A78 7D084278
7D294A78 3C204407
602107E4 3C401127
6042115E A0420000
60A503E7 3C604C00
60630B00 A0810000
2C040100 40820050
2C020800 40820048
3821006C 80C10000
7C064800 41820014
90C30004 38210004
38630004 4BFFFFE8
7C631A78 3C604C00
60630B04 80E30000
7C074800 41820040
7CC63278 60C60001
90C3FFFC 7C631A78
3C604C00 60630B04
80E3FFFC 2C070001
4082001C 81030000
7C084800 41820010
90A80010 38630004
4BFFFFEC 60000000
3C40010F 60426AE0
7C4903A6 4E800420
Infinite Arrows (Pro Controller) [skoolzout1]
C000001C 60000000
7C210A78 7C421278
7C631A78 7C842278
7CA52A78 7CC63278
7CE73A78 7D084278
7D294A78 3C204407
602107E4 3C401126
604271A8 A0420000
60A503E7 3C604C00
60630B00 A0810000
2C040100 40820050
2C020002 40820048
3821006C 80C10000
7C064800 41820014
90C30004 38210004
38630004 4BFFFFE8
7C631A78 3C604C00
60630B04 80E30000
7C074800 41820040
7CC63278 60C60001
90C3FFFC 7C631A78
3C604C00 60630B04
80E3FFFC 2C070001
4082001C 81030000
7C084800 41820010
90A80010 38630004
4BFFFFEC 60000000
3C40010F 60426AE0
7C4903A6 4E800420
soooooooo to use this code you need to first equip a bow and hold it in your hands. (or you can just hold ZR if you dont have a Bow Equipped, as long as your equipment menu is displaying your Bow Selection and your Arrow Selection) and once youve done this, press DpadLeft to bring up your arrow selection. and thats it. The code does the rest.
some important notes: This code is slightlyy risky to use, and somewhat complicated-ish. There is a risk that the location your arrows are in will randomly change while youre playing and the code will instead write to the value of a different inventory item. Best case scenario is that itll write 999 to the durability of some of your weapons instead, which isnt a problem, the middle case scenario is it writes 999 to the value of some of your food.. which again, oh well. but the worst case scenario is that it overwrites one of your clothing items with 999 or even one of your key items, causing the item to be corrupt. So i guess save often, whenever you bring up the arrow selection menu it automatically updates the addresses to the latest Arrow Addresses. and if somehow your clothing items or key items get overwritten you can always just use PandaOnSmack's trainer to change the item back. or recreate the item.
and as a side note to anyone thats interested.
4407087E8 contains a display value for your current arrows.. which is useless as far as making infinite arrows sadly.
however 44070850 contains pointers to the weapon selection you bring up. in other words if you load up your weapon selection, 44070850 and every 4 bytes after will contain a pointer to each weapon or Bow that you own, in the order that they appear in your inventory. i dont see a use for it other than what i did to get infinite arrows out of it.. but yeah.