diff options
| author | xeons <xeons@xeons.net> | 2012-03-30 21:36:54 -0500 |
|---|---|---|
| committer | xeons <xeons@xeons.net> | 2012-03-30 21:36:54 -0500 |
| commit | 17d6c0d0f7de10572f15a99323d834c2ab4af6ff (patch) | |
| tree | 071638b12b573b009c3abcfec0bbeddae5a31082 /extras | |
| parent | ActivatePC and associated stuff... (diff) | |
| download | pokeyellow-17d6c0d0f7de10572f15a99323d834c2ab4af6ff.tar.gz pokeyellow-17d6c0d0f7de10572f15a99323d834c2ab4af6ff.tar.xz pokeyellow-17d6c0d0f7de10572f15a99323d834c2ab4af6ff.zip | |
Forced biking or surfing map handling functions
hg-commit-id: 7980878962c4
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/gbz80disasm.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/gbz80disasm.py b/extras/gbz80disasm.py index 80d169e5..ae8f0f6f 100644 --- a/extras/gbz80disasm.py +++ b/extras/gbz80disasm.py @@ -604,7 +604,8 @@ def output_bank_opcodes(original_offset, max_byte_count=0x4000): bank_id = 0 if original_offset > 0x8000: bank_id = original_offset / 0x4000 - print "bank id is: " + str(bank_id) + #print "bank id is: " + str(bank_id) + print "Function{0:x}:".format(original_offset); last_hl_address = None #for when we're scanning the main map script last_a_address = None |
