Quote Originally Posted by dragonboy269 View Post
I found neighbor clothes modifiers a long time ago :P
I never posted it though, so you can have credit.
XD No, its okay. I kinda figured you found them long ago I just wanted to make sure :P

Anyway, Xyne got me interested into the BB so ima post what I found out (but I think shawn found all of this):

Code:
Bulletin Board Notes [Animal Crossing Wild World 1.0]:
--------------------------------------------------------
Info: The Bulletin Board uses the same values as Virus's "Copied Text Code"
Therefore, instead of using ASCII Values for letters/numbers/symbols
(A=41, B=42, C=43, D=44) it uses the values A=01, B=02, C=03, D=04.
The Text in a bulletin board message difference is #1 and there are
roughly 130[0x82] Characters you can input into one Bulletin Board Message.
When you write 0x0 to any address in the posts text, that and all of the
text after it gets erased or "hidden" until you write a different value
to it, that value string gets changed and the following text after that
reappears. (Also, The Bulletin board can only hold 15 Posts)
--------------------------------------------------------
Addresses: These Addresses are most likely found before, but here
they are (Using Dragonboy269 Code, because emuhaste gave different addresses)

0x21E826B @is the starting text for the oldest (first) Bulletin Board Post
0x21E8C5F @is the starting text for the second to current bulletin board post
0x21E8D23 @is the starting text for the current bulletin board post
0x21E826B+0xAB8=0x21E8D23

0x21E8258 @is the starting text for the oldest (first) Bulletin Board Header
0x21E8D10 @@is the starting text for the current Bulletin Board Header
0x21E8258+0xAB8=0x21E8D10

0xAB8[#2744]
Difference between Bulletin Board Post (First Text Character): 0xC4 [#196]
0xAB8[#2744]/0xC4[#196]=0xE[#14]
--------------------------------------------------------
Completely Erase All Bulletin Board Posts (Everything)[A+B]:
94000130 FFFC0000
D3000000 021E8258
C0000000 0000000E
20000000 00000000
DC000000 000000C4
D2000000 00000000
--------------------------------------------------------