Glitch City Laboratories Archives

Glitch City Laboratories closed on 1 September 2020 (announcement). This is an archived copy of a thread from Glitch City Laboratories Forums.

You can join Glitch City Research Institute to ask questions or discuss current developments.

You may also download the archive of this forum in .tar.gz, .sql.gz, or .sqlite.gz formats.

Pokémon Discussion

Did Celadon City have an unused building? - Page 1

Did Celadon City have an unused building?

Posted by: Torchickens
Date: 2012-12-21 16:40:06
The Gameshark codes 01xxB5D3 01xxB1D3 control which 'warp point' a southern exit will take you in Red/Blue.  If you go to Celadon City and set both codes to 08, you will end up here after entering an exit.

[img]http://i.minus.com/jbyZTBMQQzfKV0.png[/img]

Does this imply there might have been an unused building in Celadon City at some point in the game's development, or is this some kind of weird coincidence?

Re: Did Celadon City have an unused building?

Posted by: Bent`
Date: 2012-12-22 23:03:46
Good catch. It goes to the 5th floor of the department store. That map might have been changed during development.


CeladonCityObject: ; 0x18022 (size=189)
        db $f ; border tile

        db $d ; warps
        db $d, $8, $0, CELADON_MART_1
        db $d, $a, $2, CELADON_MART_1
        db $9, $18, $0, CELADON_MANSION_1
        db $3, $18, $2, CELADON_MANSION_1
        db $3, $19, $2, CELADON_MANSION_1
        db $9, $29, $0, CELADON_POKECENTER
        db $1b, $c, $0, CELADON_GYM
        db $13, $1c, $0, GAME_CORNER
        db $13, $27, $0, CELADON_MART_5 ;
        db $13, $21, $0, CELADONPRIZE_ROOM
        db $1b, $1f, $0, CELADON_DINER
        db $1b, $23, $0, CELADON_HOUSE
        db $1b, $2b, $0, CELADON_HOTEL


On a related note, Celadon Mart 5F is located away from the other floors in the game's internal ordering. More evidence that this map was changed during development, and only added to the department store at the last minute.


...
HALL_OF_FAME EQU $76
UNDERGROUND_PATH_NS EQU $77
CHAMPIONS_ROOM EQU $78
UNDERGROUND_PATH_WE EQU $79
CELADON_MART_1 EQU $7A ;
CELADON_MART_2 EQU $7B ;
CELADON_MART_3 EQU $7C ;
CELADON_MART_4 EQU $7D ;
CELADON_MART_ROOF EQU $7E ;
CELADON_MART_ELEVATOR EQU $7F ;
CELADON_MANSION_1 EQU $80
CELADON_MANSION_2 EQU $81
CELADON_MANSION_3 EQU $82 
CELADON_MANSION_4 EQU $83
CELADON_MANSION_5 EQU $84
CELADON_POKECENTER EQU $85
CELADON_GYM EQU $86
GAME_CORNER EQU $87
CELADON_MART_5 EQU $88 ;
CELADONPRIZE_ROOM EQU $89
CELADON_DINER EQU $8A
...

Re: Did Celadon City have an unused building?

Posted by: Torchickens
Date: 2012-12-23 07:34:02
Wow. Interesting to hear it wasn't just a coincidence.

So warp 08h goes to Celadon Department Store 5F. Out of interest do you know of any other maps that have unusual warps?

Re: Did Celadon City have an unused building?

Posted by: camper
Date: 2012-12-23 09:43:12
Is this an unusual wrap?

Re: Did Celadon City have an unused building?

Posted by: Bent`
Date: 2012-12-23 09:51:14
I recommend looking at Pokanalysis, a Red/Blue map viewer (among other things). It lets you see the characteristics of warps like those.

Re: Did Celadon City have an unused building?

Posted by: Torchickens
Date: 2012-12-23 10:05:23

I recommend looking at Pokanalysis, a Red/Blue map viewer (among other things). It lets you see the characteristics of warps like those.


Thanks for the link. I might check it out later.


Is this an unusual wrap?


I guess it is.