From c62f47cc5ef837d92967dcab4716a8ebaa5916b6 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 15 Jan 2012 00:44:08 -0600 Subject: [PATCH] GenRandom for gbz80disasm hg-commit-id: 99c7713bd905 --- extras/gbz80disasm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/gbz80disasm.py b/extras/gbz80disasm.py index 2150611c..e61470a0 100644 --- a/extras/gbz80disasm.py +++ b/extras/gbz80disasm.py @@ -564,6 +564,7 @@ asm_commands = { "00b5": "CopyData", "2ff3": "GetMachineName", "24d7": "TextScriptEnd", + "3e5c": "GenRandom", #bank 4 } def random_asm_label():