Add some functions from Mobile Stadium.

This commit is contained in:
IIMarckus
2012-07-07 19:51:02 -06:00
parent 0f74cd50e5
commit fa019d2f51
3 changed files with 371 additions and 3 deletions

View File

@ -164,7 +164,7 @@ temp_opt_table = [
[ "INC L", 0x2c, 0 ],
[ "INC SP", 0x33, 0 ],
[ "JP C, ?", 0xda, 2 ],
[ "JP HL", 0xe9, 0 ],
[ "JP [HL]", 0xe9, 0 ],
[ "JP NC, ?", 0xd2, 2 ],
[ "JP NZ, ?", 0xc2, 2 ],
[ "JP Z, ?", 0xca, 2 ],