The individualized descriptions are one of my favorite things about 93. I almost made an IHL 93 instead just so I could play around with that but the banner graphics seem to be compressed.
I feel like it should be possible to change team data without breaking the pointer for the all-stars but I'll have to test it more. That might be a few days, though, since it's December and I'm in retail.
I think the main issue here is that Montreal's data ended up in a different spot than the game expected. If they were to stay in the exact same spot or if I knew where to find the pointer to update it, that should fix it.
[EDIT] Yeah, the problem is just that Montreal's team data got moved and I didn't update the pointer.
It looks like shuffling team data also moved the pointer so, as long as you search for "23CA" in hex, you should still find it. It can also be updated to any team if you want a different host city, just so long as it's pointing to valid data.
Fortunately I had already implemented the all-star rosters before I noticed the broken pointer so they've already been restored for the next revision. I've got a few other changes I might look into before I upload it, though.