[Scummvm-cvs-logs] SF.net SVN: scummvm:[51490] tools/branches/gsoc2010-decompiler/decompiler/ kyra/disassembler.cpp
pidgeot at users.sourceforge.net
pidgeot at users.sourceforge.net
Fri Jul 30 03:00:32 CEST 2010
Revision: 51490
http://scummvm.svn.sourceforge.net/scummvm/?rev=51490&view=rev
Author: pidgeot
Date: 2010-07-30 01:00:32 +0000 (Fri, 30 Jul 2010)
Log Message:
-----------
Update Kyra2 function names
Modified Paths:
--------------
tools/branches/gsoc2010-decompiler/decompiler/kyra/disassembler.cpp
Modified: tools/branches/gsoc2010-decompiler/decompiler/kyra/disassembler.cpp
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/kyra/disassembler.cpp 2010-07-30 00:48:10 UTC (rev 51489)
+++ tools/branches/gsoc2010-decompiler/decompiler/kyra/disassembler.cpp 2010-07-30 01:00:32 UTC (rev 51490)
@@ -43,8 +43,8 @@
{ "getCharacterScene", "" },
// 0x08
{ "setSceneComment", "" },
- { "", "" },
- { "", "" },
+ { "unk09", "" },
+ { "unk0A", "" },
{ "setCharacterAnimFrame", "" },
// 0x0c
{ "setCharacterFacingOverwrite", "" },
@@ -55,7 +55,7 @@
{ "soundFadeOut", "" },
{ "showChapterMessage", "" },
{ "restoreTalkTextMessageBkgd", "" },
- { "", "" },
+ { "unk13", "" },
// 0x14
{ "wsaClose", "" },
{ "backUpScreen", "" },
@@ -70,8 +70,7 @@
{ "addItemToInventory", "" },
{ "drawShape", "" },
{ "addItemToCurScene", "" },
- { "dummy1F", "" }, // the original used this opcode to limit the mouse range temporary,
- // since that is of no use and not really important we just use a dummy here
+ { "limitMouseRange", "" },
// 0x20
{ "checkForItem", "" },
{ "loadSoundFile", "" },
@@ -94,7 +93,7 @@
{ "setMousePos", "" },
// 0x30
{ "showMouse", "" },
- { "", "" },
+ { "unk31", "" },
{ "wipeDownMouseItem", "" },
{ "getElapsedSecs", "" },
// 0x34
@@ -128,7 +127,7 @@
{ "setSceneAnimPos2", "" },
{ "update", "" },
// 0x4c
- { "", "" },
+ { "unk4c", "" },
{ "fadeScenePal", "" },
{ "dummy4E", "" },
{ "dummy4F", "" },
@@ -149,7 +148,7 @@
{ "blockInWalkableRegion", "" },
// 0x5c
{ "blockOutWalkableRegion", "" },
- { "", "" },
+ { "unk5d", "" },
{ "setCauldronState", "" },
{ "showItemString", "" },
// 0x60
@@ -160,11 +159,11 @@
// 0x64
{ "setRunFlag", "" },
{ "showLetter", "" },
- { "", "" },
+ { "unk66", "" },
{ "fillRect", "" },
// 0x68
- { "", "" },
- { "", "" },
+ { "unk68", "" },
+ { "unk69", "" },
{ "playFireflyScore", "" },
{ "waitForConfirmationClick", "" },
// 0x6c
@@ -513,5 +512,10 @@
#undef OPCODE_MD
#undef LAST_INST
#undef ADD_INST
+
+ // Function detection
+ // Find candidate entry points
+
+ // Determine function end point
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list