Register - Login
Views: 99389886
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 08:29:36 AM
Jul - The Cutting Room Floor - Dragon View Research New poll - New thread - New reply
Pages: 1 2 Next newer thread | Next older thread
Khaz
User
Level: 8


Posts: 1/10
EXP: 1626
For next: 561

Since: 01-26-15


Since last post: 7.2 years
Last activity: 7.0 years

Posted on 01-26-15 11:07:36 PM Link | Quote
So I spent a good year or so tearing Dragon View apart in the name of a glitched TAS of the game (here if interested). I found some unused content in the ROM along with some other interesting observations.

The thing I spent the most time on is the World Map in the game, which is a unique first-person-perspective engine that I at least find impressive, if a bit frustrating. They give you a map in-game made of smaller regional maps, but it doesn't cover everything. The only map previously existing was made of the in-game maps pasted together and the missing parts roughed in. I wanted a more accurate one I could count on, and also to find out if there was anything out there that nobody ever found, so I made one.

Doing so turned out to require a complete understanding of how the map is constructed from ROM (not to mention some serious Excel macros that took over five hours just to execute), so I then went ahead and wrote a FAQ about it too. Mentioned in there are a few things I found along the way, specifically some unused scenery in the game:

http://www.pictureshack.us/images/51543_BadselStuff.png
http://www.pictureshack.us/images/59549_SnowfieldRocks.png
http://www.pictureshack.us/images/33165_Skullsmaybe.png

I got these screenshots using a romhack that replaced segments of the world map with a grid of all 256 possible object numbers. This caused a lot of crashing as well as some strange effects, like something with broken tree graphics that seemed to prevent you from facing toward it (before crashing). Generally, the list seemed to be mostly the same repeating set of 10 or so objects in each region, with a bunch of really broken ones in the higher numbers.

Anyways, I found four objects total that don't appear in the actual game - the plants and green (grass/stump?) in the first picture, the greenish rocks in the second, and what I think are glowing skulls in the last one. The only one of these that I saw scale with distance was the plant to the left of the first picture - you can see one close and one far away in the screenshot. The other three remained the same.

It occurs to me now that I have more knowledge that there may be more unused tiles hidden in VRAM that weren't actually coded into the game, and that should be looked into. During various other crashes, I've repeatedly seen one other tile that IS in the ROM of what appears to be some kind of face (a very basic blocky 8x8 pixel monochrome kind of face). If there is a way to directly view VRAM in an emulator in a graphical format, that would be awesome and I'd love if someone could point me to it.

Finally on the subject of the map, I noticed a few scenery objects on the map that are normally invisible in the game. You can see them just to the left of the Chest Game in the Snowfield - if you zoom right in you'll see they're green dots like the trees in other regions. The map tile they're on is not re-used anywhere else on the map though, so why they are programmed in is beyond me.

Moving on: The other major exploration I did was into the list of interior rooms in the game. I made a FAQ about that too, with a complete list of what I found. There are many unused rooms in the game, but most of them are the same exact copy of an empty Ice Fortress room. There are a few unique ones though, you can watch me explore them all here. In summary: One very strange very deliberate-seeming wide room appearing like Sektra Temple, two fully functional but empty caves consisting of several rooms and an exit each, and finally two TOTALLY BLANK rooms connected together, with an exit.

Finally some more trivial things:

-They made at least one mistake in the ROM: The table of angles for the world map has an error on Angle $E6. $E0 is, as expected, 45 degrees between East ($C0) and South ($00). As your angle increases toward South the X component starts to decrease, but at angle E6 it's suddenly 6 and 6 again - back to 45 degrees. You face the correct direction in-game but you can see visually how you slide sideways along the perfect diagonal when you try to walk.

-There's a well-hidden sound effect when you reveal the path to Ortah Temple, you can hear it in this video. The odds of you hearing it are extremely low, since it's normally covered up by the long Horn melody. To hear it you have to play the horn facing almost completely the other direction, so that you slowly turn around first and the horn song finishes before it starts. This suggests to me that the "Score" was a late addition to the game, and that they originally intended for the regular (much shorter) horn noise to unlock the path.

-The path to Ortah is itself made of water. You can see water on the horizon as you're walking toward it, which will mysteriously disappear when you get close (which could actually be considered a mirage, and thus a feature, if you're optimistic). The path actually uses the same object number as water, so it renders properly from a distance. When you get close, some special rule is engaged that shows water as either nothing before playing the song, or the path after.

-You can overflow your height indoors. To do so you have to use the menu to cancel your taking-damage animation after taking damage in the air, which lets you jump again and gives you a theoretically infinite number of jumps so long as something is hitting you. I think you have to do a sword technique in air to actually overflow your height though, I think it blocks you during a regular jump.

-Oh yeah. And one thing that definitely bears mentioning is the massive game-breaking bug that freaked me out as a kid and is the subject of my entire TAS. When you kill Piercia in the Storehouse, it does a special turning-grey animation that never happens again (to my knowledge), and it writes a $7F to a particular memory location, which is then cleared to a $00 next time you save and reload. That address is accessed again right as you trigger the Dragon Lords to appear for the first time in Ortah, and it's ASSUMED to be zero. When the $7F is there the program derails completely and what happens next is essentially completely unpredictable - 99% of the time it simply crashes but occasionally it will warp you straight to the ending. This was previously thought to be an emulator-only glitch but has been confirmed on console, and it will happen any time you play from Piercia to Ortah without saving and reloading.

SO.

I'm looking to make a page about it on TCRF wiki. I'd appreciate some input on what things belong there and what things don't, for example. I'll answer any questions anyone has.
Foxhack
Member
Annoying fuzzball
Level: 54


Posts: 576/722
EXP: 1173441
For next: 60429

Since: 04-17-12

From: Mexicali, Mexico

Since last post: 2.0 years
Last activity: 1.8 years

Posted on 01-26-15 11:36:09 PM (last edited by Foxhack at 01-26-15 11:36:38 PM) Link | Quote
There's a program called vSNES that lets you load a ZSNES savestate and look at the stuff in VRAM. Maybe try that?

____________________
My Video Game Collection
Khaz
User
Level: 8


Posts: 2/10
EXP: 1626
For next: 561

Since: 01-26-15


Since last post: 7.2 years
Last activity: 7.0 years

Posted on 01-27-15 02:59:01 AM Link | Quote
Finally figured out that vSNES doesn't work with (at least my version of) Snes9x despite saying it does. I can deal with zSNES. Thank you for the recommendation, this program is actually exactly what I've been looking for. I'll do some more digging tomorrow.

In the meantime, this is the face I was talking about, in the top right:



I also don't recognize that sign in the bottom left. Can anyone translate it?
Khaz
User
Level: 8


Posts: 3/10
EXP: 1626
For next: 561

Since: 01-26-15


Since last post: 7.2 years
Last activity: 7.0 years

Posted on 01-27-15 11:36:02 PM Link | Quote
I did some more looking through the ROM and VRAM in various places today, and I didn't find much new. Notably I did NOT find the unused scenery that I posted originally in VRAM. I think it may only get loaded when one of the map tiles in memory contains it, which means I'd have to break out my crashy romhack in zSNES and... somehow get there. (I miss my hex editor so much.)

This is interesting though:

I'm 99% sure that's a mouse along the bottom left, and I can't recall ever seeing a mouse in the game normally. It's been a long time since I really played it 100%-like and went everywhere so I may be forgetting something. I keep getting a feeling like it's from some cutscene, but then I think I'm just being reminded of Prince of Persia.
Khaz
User
Level: 8


Posts: 4/10
EXP: 1626
For next: 561

Since: 01-26-15


Since last post: 7.2 years
Last activity: 7.0 years

Posted on 01-28-15 03:10:26 AM (last edited by Khaz at 01-28-15 03:11:30 AM) Link | Quote
Found some more stuff in the ROM!


While in retrospect I don't think that sign I mentioned earlier is a foreign language (the more I look at it the more it just looks like "ANAL"), I'm pretty certain this bit CAN be translated from japanese.


This is a really strange one. I am certain I've seen the crying girl in the game somewhere before, but the bit in the middle of what seems to be her being disintigrated and/or decapitated is totally new to me.


I don't think those two little arrows are used in the game. The menu icon for the arrows is larger and diagonal and they're much bigger yet when you actually shoot them.


Some kind of person, looks more like the style of the original Drakkhen? I can't seem to piece him back together, he's missing an upper body and maybe some legs too.

And finally, something really big and awesome that I'm pretty certain is not in the game even slightly:

It's a monkey! With lots of animation that looks like it would be an unbelievable pain to manually sort out. Does anyone have any suggestions on how to either reassemble this efficiently, or track down whatever code may potentially exist to put him together?
7HeroesForceBattle
Member
Level: 13


Posts: 22/25
EXP: 8263
For next: 2004

Since: 05-07-10


Since last post: 1.2 years
Last activity: 7 days

Posted on 01-28-15 01:20:03 PM Link | Quote
Originally posted by Khaz
If there is a way to directly view VRAM in an emulator in a graphical format, that would be awesome and I'd love if someone could point me to it.


It lacks a lot of ZSNES/SNES9x features and you'll have to be quick with the pause key (I can't remember if there is a frame advance), but no$sns has real-time VRAM viewing.

BSNES added a VRAM viewer to the debugging functions at some point , and I assume the successor project higan features it as well.

I know the Mednafen debugger has a graphics viewer, but I'm not sure if the debug functions support SNES. It's kind of a pain to use compared to the above, even with one of the frontends.
divingkataetheweirdo

Bandit
TCRF Super Editor
Level: 57


Posts: 498/822
EXP: 1479706
For next: 6222

Since: 07-09-11


Since last post: 1.6 years
Last activity: 253 days

Posted on 01-28-15 02:00:58 PM (last edited by divingkataetheweirdo at 01-28-15 02:06:01 PM) Link | Quote
Originally posted by Khaz
Found some more stuff in the ROM!


While in retrospect I don't think that sign I mentioned earlier is a foreign language (the more I look at it the more it just looks like "ANAL"), I'm pretty certain this bit CAN be translated from japanese.


Indeed, it can. アイテム転送 translates to "Item Transfer". As for that sign, I'd say it's a fictional alphabet based loosely on a real runic alphabet. Finally, as for that monkey, it looks quite a bit like Abu from Disney's (TM) Aladdin (note the hairstyle, the hat, and the vest). It could just be me though.


____________________
RandomTBush
User
Level: 10


Posts: 15/16
EXP: 3957
For next: 457

Since: 11-03-11


Since last post: 7.2 years
Last activity: 7.2 years

Posted on 01-28-15 04:31:44 PM Link | Quote
Originally posted by Khaz
It's a monkey! With lots of animation that looks like it would be an unbelievable pain to manually sort out. Does anyone have any suggestions on how to either reassemble this efficiently, or track down whatever code may potentially exist to put him together?
That's not just any monkey, that's Abu from Aladdin for the SNES!
Foxhack
Member
Annoying fuzzball
Level: 54


Posts: 578/722
EXP: 1173441
For next: 60429

Since: 04-17-12

From: Mexicali, Mexico

Since last post: 2.0 years
Last activity: 1.8 years

Posted on 01-28-15 06:11:41 PM Link | Quote
........ what?

How in the hell did Abu end up in the game?

____________________
My Video Game Collection
divingkataetheweirdo

Bandit
TCRF Super Editor
Level: 57


Posts: 499/822
EXP: 1479706
For next: 6222

Since: 07-09-11


Since last post: 1.6 years
Last activity: 253 days

Posted on 01-28-15 08:06:48 PM Link | Quote
Originally posted by Foxhack
........ what?

How in the hell did Abu end up in the game?

It's possible the EPROM used to burn the final game onto once had Aladdin on the SNES. A dump of the Simon Wai Sonic 2 beta had stuff from Chiki Chiki Boys on the MD/Genesis. Curious to know where it was found within the game. Specific hex addresses would be nice.

____________________
Khaz
User
Level: 8


Posts: 5/10
EXP: 1626
For next: 561

Since: 01-26-15


Since last post: 7.2 years
Last activity: 7.0 years

Posted on 01-28-15 09:57:04 PM (last edited by Khaz at 01-28-15 10:01:12 PM) Link | Quote
Aha, so it is him! I suspected as much.

I'd still love to assemble what's in Dragon View's ROM though, I wouldn't be surprised if there are some sprites here that don't appear in the finished version of Aladdin. For example I don't see one of him scratching his head/getting an idea on the sprite sheet I found online, like there appears to be about halfway down mine on the left there. It probably just wasn't on the sheet I found, but I've never played Aladdin so I don't really know.

Anyway, after messing around some more in Bizhawk (what I've been using), I find out it does have a "Graphics Debugger" that is extremely useful, if a bit awkward to use compared to vSNES. At least this way I have access to my saved states and tools and I don't have to get into PAR codes just to travel out of bounds. (Sorry for asking before I looked, I just thought it didn't have one for some reason.)

I tried visiting some of the non-accessible rooms and watching VRAM, and the only thing I learned is that when entering that TOTALLY BLANK set of rooms I mentioned in my first post, it loads the standard Town tileset (the one for Rysis and Hujia at least). Entering it from town doesn't do anything productive though.

I also found one more thing while searching for all the ROM addresses again:

Took a shot at putting it together but didn't get far:

My first thought was it's one of those balls that the fireball-shooting dragon-statues stand on, but those don't seem to look the same:

It looks really really reeeeally familiar but I can't decide whether it's in the game or it's toad's head or what.

ROM addresses where I found everything (according to vSNES):
-Drakkhen 1 style guy: 03FD20
-Strange Ball / Mushroom: 04FCE0
-Abu: 053B60
-Crying/Falling?/Exploding? Girl: 083720
-Mouse: 16D600
-Japanese "Item Transfer": 187980
-Tiny arrows: 1DE280

EDIT: Oh yeah, and I forget where I found the tiny gibberish sign and the one-tile-face in ROM, but they're part of the tileset that seems to be loaded in every town.
Khaz
User
Level: 8


Posts: 6/10
EXP: 1626
For next: 561

Since: 01-26-15


Since last post: 7.2 years
Last activity: 7.0 years

Posted on 01-28-15 11:10:37 PM (last edited by Khaz at 01-28-15 11:10:51 PM) Link | Quote
Just compared the Aladdin ROM to Dragon View - Abu lines up in exactly the same address.
RahanAkero

The End of the World
Level: 57


Posts: 750/756
EXP: 1399531
For next: 86397

Since: 11-25-09

From: Staten Island, NY

Since last post: 254 days
Last activity: 16 days

Posted on 01-30-15 02:17:32 AM Link | Quote
Originally posted by Khaz
Finally figured out that vSNES doesn't work with (at least my version of) Snes9x despite saying it does. I can deal with zSNES. Thank you for the recommendation, this program is actually exactly what I've been looking for. I'll do some more digging tomorrow.

In the meantime, this is the face I was talking about, in the top right:



I also don't recognize that sign in the bottom left. Can anyone translate it?





Pretty sure it's ANAK, like in Drakkhen.

____________________

Khaz
User
Level: 8


Posts: 8/10
EXP: 1626
For next: 561

Since: 01-26-15


Since last post: 7.2 years
Last activity: 7.0 years

Posted on 01-30-15 03:52:12 AM Link | Quote
Huh, that would explain it! Thank you for that.

I've been keeping an eye out for the sign in game and I haven't seen a trace of it yet. I do feel like I've seen it before.
ICEknight
Member
Level: 26


Posts: 92/135
EXP: 97120
For next: 5155

Since: 10-25-11


Since last post: 4.1 years
Last activity: 3.9 years

Posted on 02-02-15 08:25:59 AM (last edited by ICEknight at 02-02-15 08:26:17 AM) Link | Quote
Originally posted by divingkataetheweirdo
Originally posted by Foxhack
........ what?

How in the hell did Abu end up in the game?

It's possible the EPROM used to burn the final game onto once had Aladdin on the SNES. A dump of the Simon Wai Sonic 2 beta had stuff from Chiki Chiki Boys on the MD/Genesis.

But that's because it was a prototype, I don't think there's any documented SNES final games with remnants of another company's game like this.
devin

Yoshi
i'm mima irl
Level: 112


Posts: 3144/3519
EXP: 14918900
For next: 419305

Since: 04-29-08

Pronouns: any
From: FL

Since last post: 297 days
Last activity: 1 day

Posted on 02-02-15 02:20:36 PM Link | Quote
I can think of two off the top of my head (just because I found them myself), and these are far from the only examples:

https://tcrf.net/Tintin_in_Tibet_(SNES)
https://tcrf.net/Shin_Megami_Tensei_if...

____________________
Photo by Luc Viatour
ICEknight
Member
Level: 26


Posts: 93/135
EXP: 97120
For next: 5155

Since: 10-25-11


Since last post: 4.1 years
Last activity: 3.9 years

Posted on 02-02-15 02:40:01 PM Link | Quote
Originally posted by devin
I can think of two off the top of my head (just because I found them myself), and these are far from the only examples:

https://tcrf.net/Tintin_in_Tibet_(SNES)
https://tcrf.net/Shin_Megami_Tensei_if...

Oh, in that case it's a shame that there's no category for them in the wiki...
Rachel Mae

Creature of Chaos
Level: 141


Posts: 5673/5929
EXP: 33576213
For next: 543801

Since: 07-03-07

Pronouns: she/her
From: Foxglen

Since last post: 12 days
Last activity: 5 hours

Posted on 02-06-15 08:30:22 PM Link | Quote
Plok! also has a few graphics from Bubsy that I need to get around to uploading at some point.

____________________
Xkeeper

Level: 263


Posts: 21392/25343
EXP: 296720141
For next: 2240312

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 9 days
Last activity: 3 days

Posted on 02-07-15 12:43:36 PM Link | Quote
Originally posted by ICEknight
Originally posted by devin
I can think of two off the top of my head (just because I found them myself), and these are far from the only examples:

https://tcrf.net/Tintin_in_Tibet_(SNES)
https://tcrf.net/Shin_Megami_Tensei_if...

Oh, in that case it's a shame that there's no category for them in the wiki...

Sounds like one should be made. Hint.



____________________
Rachel Mae

Creature of Chaos
Level: 141


Posts: 5675/5929
EXP: 33576213
For next: 543801

Since: 07-03-07

Pronouns: she/her
From: Foxglen

Since last post: 12 days
Last activity: 5 hours

Posted on 02-09-15 08:53:47 AM Link | Quote


Only if we get to use this as the bob icon.

____________________
Pages: 1 2 Next newer thread | Next older thread
Jul - The Cutting Room Floor - Dragon View Research New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

36 database queries, 9 query cache hits.
Query execution time:  0.331928 seconds
Script execution time:  0.036041 seconds
Total render time:  0.367969 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 301 - Warning: unescaped & or unknown entity "&page"
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 191 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 97 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 132 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 177 column 102 - Warning: unescaped & or unknown entity "&postid"
line 216 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 218 column 9 - Warning: missing <tr>
line 236 column 13 - Warning: missing <tr>
line 237 column 102 - Warning: unescaped & or unknown entity "&postid"
line 242 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 244 column 9 - Warning: missing <tr>
line 262 column 13 - Warning: missing <tr>
line 263 column 102 - Warning: unescaped & or unknown entity "&postid"
line 274 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 276 column 9 - Warning: missing <tr>
line 294 column 13 - Warning: missing <tr>
line 295 column 102 - Warning: unescaped & or unknown entity "&postid"
line 304 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 306 column 9 - Warning: missing <tr>
line 324 column 13 - Warning: missing <tr>
line 325 column 102 - Warning: unescaped & or unknown entity "&postid"
line 346 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 348 column 9 - Warning: missing <tr>
line 366 column 13 - Warning: missing <tr>
line 367 column 102 - Warning: unescaped & or unknown entity "&postid"
line 375 column 993 - Warning: unescaped & or unknown entity "&th"
line 375 column 1000 - Warning: unescaped & or unknown entity "&start"
line 378 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 380 column 9 - Warning: missing <tr>
line 398 column 13 - Warning: missing <tr>
line 399 column 102 - Warning: unescaped & or unknown entity "&postid"
line 410 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 412 column 9 - Warning: missing <tr>
line 430 column 13 - Warning: missing <tr>
line 431 column 102 - Warning: unescaped & or unknown entity "&postid"
line 437 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 439 column 9 - Warning: missing <tr>
line 457 column 13 - Warning: missing <tr>
line 458 column 102 - Warning: unescaped & or unknown entity "&postid"
line 465 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 467 column 9 - Warning: missing <tr>
line 485 column 13 - Warning: missing <tr>
line 486 column 102 - Warning: unescaped & or unknown entity "&postid"
line 494 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 496 column 9 - Warning: missing <tr>
line 514 column 13 - Warning: missing <tr>
line 515 column 102 - Warning: unescaped & or unknown entity "&postid"
line 545 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 547 column 9 - Warning: missing <tr>
line 565 column 13 - Warning: missing <tr>
line 566 column 102 - Warning: unescaped & or unknown entity "&postid"
line 571 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 573 column 9 - Warning: missing <tr>
line 591 column 13 - Warning: missing <tr>
line 592 column 102 - Warning: unescaped & or unknown entity "&postid"
line 594 column 277 - Warning: missing <tr>
line 594 column 549 - Warning: missing <tr>
line 594 column 651 - Warning: missing </font> before <blockquote>
line 594 column 681 - Warning: inserting implicit <font>
line 594 column 681 - Warning: missing </font> before <hr>
line 594 column 968 - Warning: inserting implicit <font>
line 594 column 968 - Warning: missing </font> before <hr>
line 601 column 1 - Warning: inserting implicit <font>
line 594 column 639 - Warning: missing </blockquote>
line 605 column 1509 - Warning: plain text isn't allowed in <tr> elements
line 594 column 549 - Info: <tr> previously mentioned
line 608 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 610 column 9 - Warning: missing <tr>
line 628 column 13 - Warning: missing <tr>
line 629 column 102 - Warning: unescaped & or unknown entity "&postid"
line 636 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 638 column 9 - Warning: missing <tr>
line 656 column 13 - Warning: missing <tr>
line 657 column 102 - Warning: unescaped & or unknown entity "&postid"
line 666 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 668 column 9 - Warning: missing <tr>
line 686 column 13 - Warning: missing <tr>
line 687 column 102 - Warning: unescaped & or unknown entity "&postid"
line 695 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 697 column 9 - Warning: missing <tr>
line 715 column 13 - Warning: missing <tr>
line 716 column 102 - Warning: unescaped & or unknown entity "&postid"
line 725 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 727 column 9 - Warning: missing <tr>
line 745 column 13 - Warning: missing <tr>
line 746 column 102 - Warning: unescaped & or unknown entity "&postid"
line 751 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 753 column 9 - Warning: missing <tr>
line 771 column 13 - Warning: missing <tr>
line 772 column 102 - Warning: unescaped & or unknown entity "&postid"
line 774 column 74 - Warning: <style> isn't allowed in <td> elements
line 774 column 9 - Info: <td> previously mentioned
line 784 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 786 column 9 - Warning: missing <tr>
line 804 column 13 - Warning: missing <tr>
line 805 column 102 - Warning: unescaped & or unknown entity "&postid"
line 812 column 17 - Warning: missing <tr>
line 812 column 17 - Warning: discarding unexpected <table>
line 815 column 35 - Warning: missing <tr>
line 815 column 97 - Warning: unescaped & or unknown entity "&page"
line 815 column 50 - Warning: missing </font> before </td>
line 815 column 132 - Warning: missing </font> before </table>
line 817 column 35 - Warning: missing <tr>
line 817 column 50 - Warning: missing </font> before </td>
line 818 column 37 - Warning: unescaped & or unknown entity "&id"
line 817 column 191 - Warning: missing </font> before </table>
line 819 column 17 - Warning: discarding unexpected </textarea>
line 819 column 28 - Warning: discarding unexpected </form>
line 819 column 35 - Warning: discarding unexpected </embed>
line 819 column 43 - Warning: discarding unexpected </noembed>
line 819 column 53 - Warning: discarding unexpected </noscript>
line 819 column 64 - Warning: discarding unexpected </noembed>
line 819 column 74 - Warning: discarding unexpected </embed>
line 819 column 82 - Warning: discarding unexpected </table>
line 819 column 90 - Warning: discarding unexpected </table>
line 821 column 9 - Warning: missing </font> before <table>
line 833 column 25 - Warning: discarding unexpected </font>
line 842 column 57 - Warning: discarding unexpected </font>
line 820 column 1 - Warning: missing </center>
line 120 column 63 - Warning: <img> lacks "alt" attribute
line 125 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 125 column 93 - Warning: <img> lacks "alt" attribute
line 141 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 141 column 98 - Warning: <img> lacks "alt" attribute
line 148 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 161 column 21 - Warning: <img> lacks "alt" attribute
line 161 column 62 - Warning: <img> lacks "alt" attribute
line 161 column 111 - Warning: <img> lacks "alt" attribute
line 161 column 161 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 221 column 22 - Warning: <img> lacks "alt" attribute
line 221 column 63 - Warning: <img> lacks "alt" attribute
line 221 column 112 - Warning: <img> lacks "alt" attribute
line 221 column 162 - Warning: <img> lacks "alt" attribute
line 222 column 11 - Warning: <img> lacks "alt" attribute
line 232 column 15 - Warning: <img> lacks "alt" attribute
line 247 column 21 - Warning: <img> lacks "alt" attribute
line 247 column 62 - Warning: <img> lacks "alt" attribute
line 247 column 111 - Warning: <img> lacks "alt" attribute
line 247 column 161 - Warning: <img> lacks "alt" attribute
line 248 column 11 - Warning: <img> lacks "alt" attribute
line 258 column 15 - Warning: <img> lacks "alt" attribute
line 269 column 423 - Warning: <img> lacks "alt" attribute
line 279 column 21 - Warning: <img> lacks "alt" attribute
line 279 column 62 - Warning: <img> lacks "alt" attribute
line 279 column 111 - Warning: <img> lacks "alt" attribute
line 279 column 161 - Warning: <img> lacks "alt" attribute
line 280 column 11 - Warning: <img> lacks "alt" attribute
line 290 column 15 - Warning: <img> lacks "alt" attribute
line 300 column 493 - Warning: <img> lacks "alt" attribute
line 309 column 21 - Warning: <img> lacks "alt" attribute
line 309 column 62 - Warning: <img> lacks "alt" attribute
line 309 column 111 - Warning: <img> lacks "alt" attribute
line 309 column 161 - Warning: <img> lacks "alt" attribute
line 310 column 11 - Warning: <img> lacks "alt" attribute
line 320 column 15 - Warning: <img> lacks "alt" attribute
line 329 column 115 - Warning: <img> lacks "alt" attribute
line 332 column 414 - Warning: <img> lacks "alt" attribute
line 335 column 711 - Warning: <img> lacks "alt" attribute
line 338 column 968 - Warning: <img> lacks "alt" attribute
line 342 column 1325 - Warning: <img> lacks "alt" attribute
line 351 column 22 - Warning: <img> lacks "alt" attribute
line 351 column 63 - Warning: <img> lacks "alt" attribute
line 351 column 112 - Warning: <img> lacks "alt" attribute
line 351 column 162 - Warning: <img> lacks "alt" attribute
line 362 column 15 - Warning: <img> lacks "alt" attribute
line 382 column 11 - Warning: <img> lacks "alt" attribute
line 383 column 22 - Warning: <img> lacks "alt" attribute
line 383 column 63 - Warning: <img> lacks "alt" attribute
line 383 column 112 - Warning: <img> lacks "alt" attribute
line 383 column 161 - Warning: <img> lacks "alt" attribute
line 384 column 11 - Warning: <img> lacks "alt" attribute
line 394 column 15 - Warning: <img> lacks "alt" attribute
line 403 column 188 - Warning: <img> lacks "alt" attribute
line 407 column 844 - Warning: <img> lacks "alt" attribute
line 415 column 22 - Warning: <img> lacks "alt" attribute
line 415 column 63 - Warning: <img> lacks "alt" attribute
line 415 column 112 - Warning: <img> lacks "alt" attribute
line 415 column 162 - Warning: <img> lacks "alt" attribute
line 426 column 15 - Warning: <img> lacks "alt" attribute
line 434 column 493 - Warning: <img> lacks "alt" attribute
line 442 column 22 - Warning: <img> lacks "alt" attribute
line 442 column 63 - Warning: <img> lacks "alt" attribute
line 442 column 112 - Warning: <img> lacks "alt" attribute
line 442 column 162 - Warning: <img> lacks "alt" attribute
line 443 column 11 - Warning: <img> lacks "alt" attribute
line 453 column 15 - Warning: <img> lacks "alt" attribute
line 469 column 11 - Warning: <img> lacks "alt" attribute
line 470 column 22 - Warning: <img> lacks "alt" attribute
line 470 column 63 - Warning: <img> lacks "alt" attribute
line 470 column 112 - Warning: <img> lacks "alt" attribute
line 470 column 161 - Warning: <img> lacks "alt" attribute
line 471 column 11 - Warning: <img> lacks "alt" attribute
line 481 column 15 - Warning: <img> lacks "alt" attribute
line 491 column 532 - Warning: <img> lacks "alt" attribute
line 499 column 21 - Warning: <img> lacks "alt" attribute
line 499 column 62 - Warning: <img> lacks "alt" attribute
line 499 column 111 - Warning: <img> lacks "alt" attribute
line 499 column 161 - Warning: <img> lacks "alt" attribute
line 500 column 11 - Warning: <img> lacks "alt" attribute
line 510 column 15 - Warning: <img> lacks "alt" attribute
line 526 column 1399 - Warning: <img> lacks "alt" attribute
line 528 column 1538 - Warning: <img> lacks "alt" attribute
line 530 column 1758 - Warning: <img> lacks "alt" attribute
line 550 column 21 - Warning: <img> lacks "alt" attribute
line 550 column 62 - Warning: <img> lacks "alt" attribute
line 550 column 111 - Warning: <img> lacks "alt" attribute
line 550 column 161 - Warning: <img> lacks "alt" attribute
line 551 column 11 - Warning: <img> lacks "alt" attribute
line 561 column 15 - Warning: <img> lacks "alt" attribute
line 575 column 11 - Warning: <img> lacks "alt" attribute
line 576 column 22 - Warning: <img> lacks "alt" attribute
line 576 column 63 - Warning: <img> lacks "alt" attribute
line 576 column 111 - Warning: <img> lacks "alt" attribute
line 576 column 161 - Warning: <img> lacks "alt" attribute
line 577 column 11 - Warning: <img> lacks "alt" attribute
line 587 column 15 - Warning: <img> lacks "alt" attribute
line 594 column 329 - Warning: <img> lacks "alt" attribute
line 598 column 1091 - Warning: <img> lacks "alt" attribute
line 602 column 1293 - Warning: <img> lacks "alt" attribute
line 604 column 1428 - Warning: <img> lacks "alt" attribute
line 605 column 1517 - Warning: <img> lacks "alt" attribute
line 613 column 21 - Warning: <img> lacks "alt" attribute
line 613 column 62 - Warning: <img> lacks "alt" attribute
line 613 column 111 - Warning: <img> lacks "alt" attribute
line 613 column 161 - Warning: <img> lacks "alt" attribute
line 614 column 11 - Warning: <img> lacks "alt" attribute
line 624 column 15 - Warning: <img> lacks "alt" attribute
line 641 column 22 - Warning: <img> lacks "alt" attribute
line 641 column 63 - Warning: <img> lacks "alt" attribute
line 641 column 112 - Warning: <img> lacks "alt" attribute
line 641 column 162 - Warning: <img> lacks "alt" attribute
line 652 column 15 - Warning: <img> lacks "alt" attribute
line 670 column 11 - Warning: <img> lacks "alt" attribute
line 671 column 23 - Warning: <img> lacks "alt" attribute
line 671 column 64 - Warning: <img> lacks "alt" attribute
line 671 column 113 - Warning: <img> lacks "alt" attribute
line 671 column 163 - Warning: <img> lacks "alt" attribute
line 672 column 11 - Warning: <img> lacks "alt" attribute
line 682 column 15 - Warning: <img> lacks "alt" attribute
line 700 column 22 - Warning: <img> lacks "alt" attribute
line 700 column 63 - Warning: <img> lacks "alt" attribute
line 700 column 112 - Warning: <img> lacks "alt" attribute
line 700 column 162 - Warning: <img> lacks "alt" attribute
line 711 column 15 - Warning: <img> lacks "alt" attribute
line 729 column 11 - Warning: <img> lacks "alt" attribute
line 730 column 23 - Warning: <img> lacks "alt" attribute
line 730 column 64 - Warning: <img> lacks "alt" attribute
line 730 column 113 - Warning: <img> lacks "alt" attribute
line 730 column 163 - Warning: <img> lacks "alt" attribute
line 731 column 11 - Warning: <img> lacks "alt" attribute
line 741 column 15 - Warning: <img> lacks "alt" attribute
line 748 column 554 - Warning: <img> lacks "alt" attribute
line 756 column 23 - Warning: <img> lacks "alt" attribute
line 756 column 64 - Warning: <img> lacks "alt" attribute
line 756 column 113 - Warning: <img> lacks "alt" attribute
line 756 column 163 - Warning: <img> lacks "alt" attribute
line 757 column 11 - Warning: <img> lacks "alt" attribute
line 767 column 15 - Warning: <img> lacks "alt" attribute
line 781 column 1616 - Warning: <img> proprietary attribute value "absmiddle"
line 781 column 1616 - Warning: <img> lacks "alt" attribute
line 788 column 11 - Warning: <img> lacks "alt" attribute
line 789 column 23 - Warning: <img> lacks "alt" attribute
line 789 column 64 - Warning: <img> lacks "alt" attribute
line 789 column 113 - Warning: <img> lacks "alt" attribute
line 789 column 163 - Warning: <img> lacks "alt" attribute
line 790 column 11 - Warning: <img> lacks "alt" attribute
line 800 column 15 - Warning: <img> lacks "alt" attribute
line 807 column 354 - Warning: <img> lacks "alt" attribute
line 809 column 591 - Warning: <img> lacks "alt" attribute
line 818 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 818 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 818 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 827 column 25 - Warning: <img> lacks "alt" attribute
line 832 column 267 - Warning: <img> lacks "alt" attribute
line 594 column 651 - Warning: trimming empty <font>
line 812 column 17 - Warning: trimming empty <tr>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 177 column 27 - Warning: <nobr> is not approved by W3C
line 237 column 27 - Warning: <nobr> is not approved by W3C
line 263 column 27 - Warning: <nobr> is not approved by W3C
line 295 column 27 - Warning: <nobr> is not approved by W3C
line 325 column 27 - Warning: <nobr> is not approved by W3C
line 367 column 27 - Warning: <nobr> is not approved by W3C
line 399 column 27 - Warning: <nobr> is not approved by W3C
line 431 column 27 - Warning: <nobr> is not approved by W3C
line 458 column 27 - Warning: <nobr> is not approved by W3C
line 486 column 27 - Warning: <nobr> is not approved by W3C
line 515 column 27 - Warning: <nobr> is not approved by W3C
line 566 column 27 - Warning: <nobr> is not approved by W3C
line 592 column 27 - Warning: <nobr> is not approved by W3C
line 629 column 27 - Warning: <nobr> is not approved by W3C
line 657 column 27 - Warning: <nobr> is not approved by W3C
line 687 column 27 - Warning: <nobr> is not approved by W3C
line 716 column 27 - Warning: <nobr> is not approved by W3C
line 746 column 27 - Warning: <nobr> is not approved by W3C
line 748 column 74 - Warning: <table> proprietary attribute "height"
line 772 column 27 - Warning: <nobr> is not approved by W3C
line 805 column 27 - Warning: <nobr> is not approved by W3C
line 807 column 74 - Warning: <table> proprietary attribute "height"
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 317 warnings and 0 errors!


The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium

Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md