A slickproductions.org /forum/index.php?PHPSESSID=5f0fck550j2m4m2fpbtkj2vkm1&action=profile;u=4;area=showposts;start=450 e:/My Web Sites/Slick Productions - FFIV Message Board/slickproductions.org/forum/index9274.html slickproductions.org /forum/index.php?PHPSESSID=5f0fck550j2m4m2fpbtkj2vkm1&action=profile;area=showposts;u=4 e:/My Web Sites/Slick Productions - FFIV Message Board/slickproductions.org/forum/index9274.html.z x g^ x0 OK text/html ISO-8859-1 gzip @ x0 Tue, 10 Mar 2020 19:11:34 GMT 0 0 P g^ % x0
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
December 06, 2007


Sweet! I'll check it out, and search for either your text or the gibberish text. Which 2-handed equip bug are you refering to? I'm sure I'm aware of it, but I can't think of it at the moment.

Yes, the Pass is the only special key item that you can buy or sell. I was hoping for more than a dance there....
C3/80B9: A28B9E LDX #$9E8B (position onscreen, though a couple of people have mentioned this may be where in VRAM it is stored)
C3/80BC: 8E8121 STX $2181
C3/80BF: AD1242 LDA $4212
C3/80C2: 2940 AND #$40
C3/80C4: F0F9 BEQ $80BF
C3/80C6: 7B TDC
C3/80C7: B96918 LDA $1869,Y (Load inventory item Y)
C3/80CA: C9FF CMP #$FF (Is it the "empty" item?)
C3/80CC: F028 BEQ $80F6 (If so, skip to the next part)
C3/80CE: 8D1B21 STA $211B (Write the index out to be multiplied)
C3/80D1: 9C1B21 STZ $211B (It always does this...)
C3/80D4: A90D LDA #$0D (Load 13)
C3/80D6: 8D1C21 STA $211C (Write it out to be multiplied)
C3/80D9: 8D1C21 STA $211C (Write it out again, as required)
C3/80DC: AE3421 LDX $2134 (Load X with the result of index * 13)
C3/80DF: A00D00 LDY #$000D (Start the count of letters at 13)
C3/80E2: BF00B3D2 LDA $D2B300,X (Load letter X of item name)
C3/80E6: 8D8021 STA $2180
C3/80E9: E8 INX
C3/80EA: 88 DEY
C3/80EB: D0F5 BNE $80E2
C3/80ED: A9C1 LDA #$C1 (colon in the font)
C3/80EF: 8D8021 STA $2180
C3/80F2: 9C8021 STZ $2180
C3/80F5: 60 RTSI'm seeing them fine (although they have a "Share this image on Twitter!" banner next to them).
