Changes

21 bytes removed ,  05:28, 19 August 2018
Line 6: Line 6:  
For Wii U icons, <pre>https://idbe-wup.cdn.nintendo.net/icondata/%02X/%016llX-%d.idbe</pre>
 
For Wii U icons, <pre>https://idbe-wup.cdn.nintendo.net/icondata/%02X/%016llX-%d.idbe</pre>
   −
Replace %02X with (I think?) the first two digits of the second half of the title ID? (passing in 10 works fine) and %016llX with the 16-digit title ID. the last %d is probably the version number.
+
Replace %02X with the first two digits of the second half of the title ID (passing in 10 works fine) and %016llX with the 16-digit title ID. the last %d is the version number.
    
If you just want the latest icon, you can also use <pre>https://idbe-wup.cdn.nintendo.net/icondata/%02X/%016llX.idbe</pre>
 
If you just want the latest icon, you can also use <pre>https://idbe-wup.cdn.nintendo.net/icondata/%02X/%016llX.idbe</pre>
33

edits